summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-09-17Include pthread.h before including pthread_np.h.joerg2-6/+18
From Hasso Tepper in PR 39268.
2008-09-17Update ruby-gnome2 to 0.17.0 release.obache10-9/+76
pkgsrc changes: * Add some additional modules: devel/ruby-gnome2-bonobo devel/ruby-gnome2-bonoboui devel/ruby-gnome2-gconf devel/ruby-gnome2-libglade graphics/ruby-gnome2-gtkglext multimedia/ruby-gnome2-gstreamer print/ruby-gnome2-gnomeprintui sysutils/ruby-gnome2-gnomevfs www/ruby-gnome2-gtkhtml2 www/ruby-gnome2-gtkmozembed x11/ruby-gnome2-gtksourceview x11/ruby-gnome2-vte * Fixed detection of rcairo. It had been broken since switched to gem. patch-a{c,h,i,j,k,l.m} (It Already in upstream trunk) * Add patches for allow to load gem rcairo. patch-a{n,o,p} * Fixed overwritten glib module when installing modules require generated header of glib module. Modify to install the header as part of glib module and use bl3.mk. * clean up dependency * Add test target for modules having unit test. * Modified patch-a{a,b,d,f,g} to acceptable by upstream. Ruby-GNOME2-0.17.0 (2008-09-07) Release notes: * This Release supports Ruby 1.8.7 and has many bug fixes and new bound functions. Main changes: * Ruby/GLib: - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1 [Kouhei Sutou] * Ruby/GTK: - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou] - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou] * Ruby/Pango: - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou] * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog for detailed information on changes and contributors. Special thanks for your contributions to: (list in no particular order) - Neil Roberts - Cesare Tirabassi - Arnaud Cornet
2008-09-16Add USE_TOOLS+= tbl (appeases pkglint).bjs1-1/+3
2008-09-16Update to xterm-237. This release contains a number of significantbjs2-7/+6
bug fixes, including the problems with resizing the terminal with certain applications (second item listed here). Patch #237 - 2008/09/14 * improve usability of TrueType fonts by making the font-size switching for shifted keypad plus/minus use the faceSize resources to determine the order of fonts (when TrueType fonts are used) rather than the bitmap fonts, since their sizes may not be in the same order (report by H Merijn Brand) * remove an optimization of ConfigureNotify events from patch #236 which seems to interfere with passing SIGWINCH to applications (GenToo #233836). * modify handling of altSendsEscape to reset the eightBitInput mode, like metaSendsEscape (patch by Ted Phelps). * add feature to show the text-cursor as an underline rather than a box, plus command-line options -uc and +uc and resource cursorUnderLine to control the feature (patch by Paul Lampert). * update config.guess, config.sub
2008-09-16Update to libX11-1.1.5: integrates the patches listed as removedbjs13-315/+23
as well as a number of i18n fixes.
2008-09-16Add two patches from GIT:bjs4-3/+49
- Fix bug in pixman_image_is_opaque(). - Fix for bug 17477 (see patch-ag). While here, add missing .PHONY attribute for gen-symfile target. PKGREVISION++, but no recursive dependency bump necessary.
2008-09-16Remove remaining qt1 and qt2 packages, as announced on pkgsrc-userswiz88-6641/+1
on Sep 7 2008. No complaints received.
2008-09-16Remove this file again:tron1-54/+0
- There's a better version in the "cube-native-xorg" branch. - Using the bundled "pixman" library doesn't work under Mac OS X anyway because Apple didn't update the ".la" file at same point. [It is likely that the second issue will require attention after the "cube-native-xorg" branch has been merged.]
2008-09-16Simplify and make destdir ready.joerg1-4/+4
2008-09-16Detect builtin "pixman" e.g. under Mac OS X Leopard.tron1-0/+54
2008-09-16Fix compile on NetBSDjmcneill2-1/+14
2008-09-13I just learned that this incarnation of dri2 will never ship and hasbjs6-59/+1
been deprecated. Thus, I'm removing this package.
2008-09-12Import of wxGTK-2.8.joerg1-1/+3
2008-09-12Import wxGTK contrib for version 2.8.8.joerg4-0/+122
2008-09-12Import wxGTK 2.8.8.joerg10-0/+1112
2008-09-11If the package was installed with option "cups", buildlink in cups, which indsainty1-1/+5
turn arranges for approriate dependencies. Fixes the build of "devel/eel" bombing out under Linux because buildlink didn't pull in libdb4.so. /usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: cannot find -ldb4 collect2: ld returned 1 exit status make[2]: *** [check-program] Error 1 make[2]: Leaving directory `/home/pkgsrc2/pkgsrc/devel/eel/work/eel-2.22.2/eel'
2008-09-10ffmpeg-devel -> ffmpegahoka1-2/+2
2008-09-09Re-enable abstract socket support under Linux (remove comment and first hunkdsainty3-17/+5
of patch-aa). Abstract socket support was previously patched disabled because it was broken ( see http://bugs.freedesktop.org/show_bug.cgi?id=15884 ). The fix is in two parts. The first part is corrected in xtrans 1.2.1: Connection failure for abstract socket is ECONNREFUSED, not ENOENT. The second part is in an upcoming release of libX11, but the upstream changes have been pulled into Pkgsrc as the patches libX11/patches/patch-a[ik]. Tested on the same Linux system that prompted Bug#15884. Bump PKGREVISION.
2008-09-09fix missing \ in last DESTDIR commitabs1-2/+2
2008-09-08adjust tbl manpage fix to work with DESTDIR - no change to built package (if ↵abs1-6/+6
it built)
2008-09-08Fix my previous commit, which was borked in some cases. Noted by gson@.dholland2-8/+13
2008-09-08Bump revision because of the ffmpeg update.ahoka1-2/+2
2008-09-08Update these for consistency (libXfixes/DESCR is related but didn'tdholland3-3/+20
need updating) and document which are the native-x11 and which are the modular X.org versions.
2008-09-08Make these fail with a comprehensible error message when X11_TYPE != native.dholland2-2/+8
2008-09-08Add openbsd-input-ws to x11/Makefilebjs1-1/+2
2008-09-08Import openbsd-input-ws-1.2 from pkgsrc-wip. This driver should workbjs6-0/+59
with a vast majority of wsmouse-compatible pointing devices on both NetBSD and OpenBSD.
2008-09-08Change ffmpeg-devel dep to ffmpeg and bump.ahoka1-2/+3
2008-09-07Update to 1.2.1:wiz3-8/+8
Adam Jackson (2): Connection failure for abstract socket is ECONNREFUSED, not ENOENT. xtrans 1.2.1 Alan Coopersmith (2): LocalClose() takes a ConnInfoPtr, not an fd Clear some pointer type mismatch warnings Bill Nottingham (1): Ignore mkdir() errors when creating the abstract socket. James Cloos (1): Remove extraneous execute bit from .c file Jeremy Huddleston (1): Launchd: This functionality has been moved into xorg-server
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz15-19/+30
name change).
2008-09-06Use ${TRUE} instead of 'true'.bjs1-4/+4
2008-09-06Update to version 0.11.10, a bug-fix release. In addition,bjs9-63/+58
add a 'gen-symfile' target for regenerating the libtool export symfile. This should be run upon updating the package. While here, silence needless autotools warnings and update sse2 conditional in hacks.mk. Changes since 0.11.8: Add depth 30 formats to pixman_format_supported_source. [sse2] Change pixman-sse to pass __mm128i args as pointers, so as not to Use CopyAreasse2, plus a compatibility fix Use hidden attribute for private functions when compiling with Sun Studio Minor portability fixes Post-release version-bump Update RELEASING and release targets in Makefile.am Fix typo in sse2 configure logic TODO Don't require GCC 4.2 on x86-64 Bug 16921. MMX and SSE2 intrinsics not enabled when compiling with Intel' Remove use of MMX extensions. Be consistent in naming SSE2 related things SSE2 A few other renamings of SSE->SSE2 Rename pixman-sse.h pixman-sse2.h Make sure pixman-combine{32,64}.h are disted Use error instead of #error in a couple of other places Check for __sun || __sun in pixman.h. Update TODO Bump release Update RELEASING Add sys/inttypes.h include for AIX
2008-09-06Don't remove include/X11/fonts unconditionally.wiz4-8/+10
Bump PKGREVISION.
2008-09-06Update to 2.1.12:wiz2-6/+6
2.11: Aaron Plattner (8): Move hardware cursor initialization to after AcquireDisplay. G80: Fix some ROP bugs. G80: Log the i2c port number for LVDS, when there is one. Fix warnings. Bug #15309: Set the pixel clock even if the hardware doesn't think it needs it. More chips names. One more missing GPU name. Bump to 2.1.11. Alan Coopersmith (2): Fix pciaccess READ_LONG to work with Sun compilers Print error message when pci_device_map_range fails 2.12: The last release had an unfortunate bug that caused CPUToScreenColorExpandFill to treat transparent pixels as black instead. Sorry about that! - -- Aaron Aaron Plattner (2): G80: Fix a CPUToScreenColorExpandFill bug introduced by commit 2e0416c. Bump to 2.1.12.
2008-09-06Update to 1.0.4:wiz2-6/+6
1.0.4: Alan Coopersmith: SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libc Version bump: 1.0.4 Damien Thébault: Bug 17314: libXau's Makefile.am should have proper man creation rules Daniel Drake: Bug #11097: libXau COPYING fix (add missing copyright dates)
2008-09-06include/GL/internal can also contain files by MesaLib, which is notwiz2-3/+4
always depending on glproto, so just try removing that directory. Bump PKGREVISION.
2008-09-06Man page needs to be run through tbl(1) -- make it so.wiz1-1/+4
Bump PKGREVISION.
2008-09-05Update to gnome-terminal-2.22.3. Added patch-ab, which fixesbjs3-6/+91
annoying problems with window resizing and tabs. Bug fixes: * src/encoding.c: (update_active_encodings_from_string_list): Use the correct allocator. * src/terminal-window.c: (notebook_page_added_callback): Fix menubar visibility in newly created windows from DND. Bug #528915, patch by Gábor Szeder. * src/terminal.c: (handle_new_terminal_event): Ignore unknown options when handling a new-terminal event from another instance. Don't call exit() when parsing the passed options fail; instead just ignore the request. Bug #531720.
2008-09-05Add dri2protobjs1-1/+2
2008-09-05Import dri2proto-1.1. These headers will be necessary for buildingbjs5-0/+57
Mesa-7.1 and xorg-server-1.5.0.
2008-08-31Set proper dependencies. This now builds for xorg as well as xfree.dholland1-14/+18
I'm not entirely clear on whether it's expected to be useful with xorg, but that's a different story... PKGREVISION++ While here, add destdir support.
2008-08-31Fix the "minor PLIST problems" and unmark this as only for SunOS.dholland85-6/+1524
Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
2008-08-30Add missing entries to PLIST, and install the html docs in the right place.dholland4-3/+35
Ok (at least in general outline) by maintainer. PKGREVISION++
2008-08-30Bump PKGREVISION because of xview-lib issues.dholland1-2/+2
2008-08-30Make this crap build again. PKGREVISION++ because of the xview-lib issues.dholland6-16/+60
2008-08-30Make this crap build again. Don't use sigvec(); it's no longer supporteddholland9-37/+334
on NetBSD and probably elsewhere. Because the build wasn't stopping on error, prior builds of this package "succeeded" and generated a shared library missing some code. For this reason, bump both PKGREVISION and BUILDLINK_ABI_DEPENDS.
2008-08-30Fix the xview imake templates to stop on error in a number of cases.dholland3-19/+110
2008-08-29Update to 2.3.1sborrill9-113/+69
Add PKG_OPTION gtk2 to compile with gtk2 support instead of gtk1. Please note the warnings below. Changelog: 18/08/06 v2.3.1 - Fixed the bug, introduced in v2.3.0, where the "Hide typing" check button always appeared in the input boxes, regardless of the existence of a password field. 13/08/06 v2.3.0 - Added a new --password=1|2 syntax to allow a password field in one of the first fields of --2inputsbox and --3inputsbox. - Added optional <red> <green> <blue> parameters for the --colorsel widget. - Corrected a bug in the --treeview widget which was failing to properly build a tree when decreasing the level of an item by more than 1, compared to the level of the previous item. - Corrected a bug in the --colorsel widget which triggered a GTK warning when the --icon option was used. - Adapted a patch from Jean-Philippe Guillemin for the GTK2 version of Xdialog (this version is still seriously broken: DO NOT use it in production projects), implementing the use of the GTK2 stock icons for the Xdialog buttons. 06/05/06 v2.2.1 - Corrected the bug in the --dselect widget which was returning a filename by default, instead of the directory name. Also removed the file specific fields and buttons from the directory selector. - Corrected a typo in the man page. 26/01/06 v2.2.0 - Added preliminary GTK2 support (adapted from a patch by Andrew Van Uitert). Run 'configure' with the --with-gtk2 option to enable the compilation against GTK2. !!!! BEWARE !!!! This should be considered alpha-code, and the GTK2 version of Xdialog does not yet implement everything the GTK1 version got. It also got many problems when running on non-UTF8 systems... For -SERIOUS- use, use the GTK+ v1.2.10 version of Xdialog ! - Added the --timeout option for compatibility with cdialog (requested by Michelle Konzack). - Partly successful attempt at fixing a problem with some patched GTK versions (Mandrake's, for instance) which are reseting the theme each time all windows are closed (thus breaking --rc-file). Still an issue with the fixed fonts of the XDIALOG_HIGH_DIALOG_COMPAT mode, because of another weird patch (rclocal patch): get unpatched version of GTK+ v1.2.10. Such a version is available on Xdialog's website. - The default fixed font is now: "-*-*-medium-r-normal-*-*-*-*-*-m-70-*-*" (removed the iso8859-1 specification). - Implemented a custom log message handler to prevent GTK/GDK/ GLIB from using stdout as the message output. - Added XDIALOG_NO_GMSGS environment variable support to forbid (when TRUE) emission of GTK/GDK/GLIB messages on stderr. - Brazillian Protuguese translation updates (courtesy of Ricardo Bertagna). - Upgrade to gettext-0.14.1. 23/07/04 v2.1.2 - Added the ESC keyboard shortcut for the CANCEL/NO button. - Added the Indonesian, Dutch, Polish, Italian, Catalan and Swedish translations. - Changed Xmessage and textbox samples for compatibility with bash-less systems. - Updated for gettext v0.13.1. - Added fixes in the spec file for automake bugs.
2008-08-27Update to KDE 3.5.10markd80-642/+372
minor bugfixes
2008-08-27Update to KDE 3.5.10markd8-30/+25
minor bugfixes
2008-08-26Update xlockmore to 5.26.1. Changes:hubertf2-7/+7
5.26.1 PAM_putText() would set pointer resp->resp to buffer. This will work until memory is reused. Thanks to Howard Kash <hmkash AT arl.army.mil>. 5.26 "Esc" key now resets password entry. Do not put an escape in your password. This should behave the same as Control-U. -showdate added. +showdate allows you to turn off date in password window. Also fixed centering for this. Inverted bitmap for xlock. Added a icon for VMS. Updated the Java launcher in xlock. antic cleanups. It found a few minor bugs but mostly makes the code more readable (without being too overbearing IMHO). The current version trips on #ifdefs though. New mode pyro2: -mode pyro2 -msg 'MSGSTR' -fnt 'FONT' MSGSTR consists of following elements: EXPLOSION is one of &0, &1, ... &9, &a, .. &f each of which presents a different type of explosion. TEXT is a text string like 'linux'. the string may contain blanks. '\n' is interpreted as a new line. '\\' is a backslash. '\&' is an ampercent. LOGO is the sign #. An exploding penguin or other icon will be shown. FONT is something like '-*-helvetica-bold-r-*-240-*' the font to be used. Thanks to Pezhman Givy <phg AT snafu.de>. Modifications for +install, -mono, and Windows. New resource files for Chinese... Xlock-zh_TW.ad, resource-msg-zh_TW.h, xlock-msg-zh_TW.h. Thanks to Wei-Lun Chao <chaoweilun AT gmail.com>. Following this example, I split out the different languages from XLock.ad as it seemed odd when editing and did not want to corrupt anything, especially if I could not verify it. Automata modes now have triangular tilings drawn with a black triangle around it. Fixed dilemma, for it only is interesting with 4 or 8 neighbors.