summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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.
2008-08-24Don't include <sys/types.h> until after config.h has had a chance to determinedsainty2-10/+5
which features will be exposed. Fixes build on Linux. <sys/types.h> is included immediately after config.h in the distribution code, suggesting that the purged hunk in the patch is now obsolete. The history of patch-aa reveals that the <sys/types.h> include was the very original purpose of this patch, and predates the Solaris portion of the patch. The Solaris hunks don't look like they would benefit from including <sys/types.h>. No PKGREVISION bump, this change should only affect platforms where the package failed to build. Closes PR pkg/36404 with the fix suggested by Ondrej Tuma (thanks!)
2008-08-23Remove unresolvable hosts from MASTER_SITES.obache1-3/+1
Noticed by Zafer Aydogan via private mail.
2008-08-20PLIST changes resulting from newer dependencies. PKGREVISION++bjs2-2/+47
2008-08-19Catch up with PLIST changes due to dependency updates and bump revision.joerg2-5/+19
2008-08-19Update xclip to 0.11.obache2-6/+8
Patch provided by Leonardo Taccari via PR 39366. Version 0.11 xclip-copyfile is now compatible with recent tar versions. The Fedora UTF-8 patch has been applied.
2008-08-15Update to xf86-video-intel-2.4.1.tnn2-6/+6
Man page typo fixes Set lvds_ddc_mode before use to avoid a segfault on mac mini. Update DSPARB while planes are still off Reorganize VBIOS code Fix pipe A force quirk Update man page Fix up the HP Pavilion ze4944ea quirk Apply pipe A quirk to 845 as well. Fix DPMS off in the presence of the pipe A quirk. Reorder visuals reported by the intel driver Don't program dsparb on new Intel chip Fix SDVO reg definition Fix SDVO HDMI encoding detect (#16920) Disable display clock gating for 4 series chips Fix possible spurious interrupts in hotplug detect on 4 series chip Make skip_panel_detect clear for its meaning Always check and free driver private in LVDS destroy Bump version 2.4.1
2008-08-13Added x11/dockerahoka1-1/+2
2008-08-13Import docker-1.5 as x11/docker.ahoka5-0/+60
Docker is a docking application (WindowMaker dock app) which acts as a system tray for KDE and GNOME2. It can be used to replace the panel in either environment, allowing you to have a system tray without running the KDE/GNOME panel or environment. Docker is designed to work with Openbox 2, but it should work fine in any window manager that supports WindowMaker dock apps. If you running WindowMaker or otherwise and experiencing problems, you should try using the -wmaker option to make docker keep a fixed size.
2008-08-11Update ruby-curses package to 1.8.7.72.taca1-4/+4
It is distfile change only.
2008-08-09Update to xrdb-1.0.5. One bug fix:bjs2-6/+6
commit 09ef847d16333d6ae04c3f88ff7f535381cb9405 Date: Mon Jan 7 23:48:12 2008 +0100 Prevent cpp from prefixing errors with <stdin> when the xrdb input is a file http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458246
2008-08-09Update to xprop-1.0.4. Changes:bjs2-6/+6
commit 427023df02bd38ff9dc2af2a2059466f37f4cfd8 Date: Wed Dec 19 15:17:34 2007 +1030 Fix build under autoconf 2.57 configure.ac specifies a max version of 2.57 but AC_CHECK_HEADERS_ONCE was only introduced to autoconf in 2.59c. Drop the _ONCE to make autoconf happy commit e09956f244099ddd36b1a2cd5d7800d5fc7120c1 Date: Thu Dec 6 05:30:43 2007 -0500 Select correct client window in WMs using virtual roots