summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-10-07Remove "MASTER_SITE_XCONTRIB" from master site list. The last "xlockmore"tron1-3/+2
archive present on those servers was released in 2001.
2008-10-06Update x11/xlockmore to 5.27. Changes:hubertf5-20/+21
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>. ico updated to show the two edge transitive Catalan solids, i.e. the rhombic dodecahedron and the rhombic triacontahedron. Added __linux__ to define list to allow newer sig masking to get rid of pesky deprecated message. configure checks for libXdpms libXext has the DPMS functionality on both XFree86 4 and X.org. (libXdpms may be Xfree86 3.x). Added /usr/pkg/lib and /usr/pkg/include to long list of paths it checks in. life added more life forms triangular life from Bays' paper and added S245B3 with glider (-neighbors 8) from Bays' paper. Found some patterns in S245B3 for the glider to crash into. life3d -rule S45/B4 -neighbors 18 and -rule S45/B4 -neighbors 20 from Bays' paper. Found some patterns for the gliders to crash into. life3d -search added. Need to add more symmetries for 3D. life3d -rule S3/B3 -neighbors 12 and -rule S456/B3 -neighbors 12. Added a bunch of patterns from Bays' papers but not all. -neighbors 12 now a rhombic dodecahedron instead of a cube. ant3d -neighbors 12 (3d bees). Added eyes option to this. Just noticed solitaire a mode I added was spelled wrong, ie it was spelled without the second "i". Fixed a goof in solitaire.cc.
2008-10-06Fix problems in previous commit which I missed because I didn't use thetron1-3/+3
right package to test them.
2008-10-06Convert to new X11 builtin framework.tron1-48/+4
2008-10-06Update to gtk 2.12.12.tnn2-6/+6
Changes: bug fixes and translation updates.
2008-10-06Properly enclose the Mac OS X work around in the appropriate checks.tron1-2/+5
Problem pointed out by Quentin Garnier.
2008-10-06Work arond the broken libtool archive "/usr/X11/lib/libpixman-1.la" undertron1-1/+8
Mac OS X Leopard. This fixes build problems in e.g. the "cairo" package.
2008-10-05Merge cube-native-xorg, so that pkgsrc-current can be used with the nativecube59-116/+305
X.Org found in NetBSD-current. Thanks a lot to all who helped, especially Matthias Scheler who did repeated tests on Mac OS X and older versions of NetBSD to make sure the support for those platforms wouldn't be broken (or at least, not fatally, as I would still expect a few hiccups here and there, because there is only so much one can test in such limited time). On the infrastructure side, this branch brings pkgconfig-builtin.mk, in order to write very easily new builtin.mk files. It can actually handle more than just pkgconfig files, but it will provide a version if it finds such a file. x11.builtin.mk has also been made more useful and now all existing (and future!) native-X11-related builtin.mk files should include it.
2008-10-02Don't try to modify pkgsrc directory.joerg1-2/+2
2008-09-30Fix build with newer GCC. From Drochner via wiz.joerg2-1/+14
2008-09-30Retire xf86-video-i180, it has been superseded by xf86-video-intel andjoerg7-111/+1
doesn't work with newer servers. As suggested in PR 39624.
2008-09-23Add one small patch and drop the autoconf dependency.joerg3-7/+25
2008-09-22Retire x11/wxGTK and x11/wxGTK-contrib.joerg16-1196/+0
2008-09-22Switch to x11/wxGTK26{,-contrib}, reorder.joerg1-4/+4
2008-09-22Switch to x11/wxGTK26{,-contrib}.joerg3-7/+7
2008-09-22Update references for x11/wxGTK -> x11/wxGTK26 move.joerg4-11/+11
2008-09-22Revert old state after mistyped cvs import.joerg6-812/+430
2008-09-22Reimport x11/wxGTK-contrib as x11/wxGTK26-contrib.joerg4-0/+151
2008-09-22Reimport x11/wxGTK as x11/wxGTK26.joerg12-0/+1045
2008-09-22Reimport x11/wxGTK as x11/wxGTK24.joerg6-430/+812
2008-09-22reportedly not MAKE_JOBS_SAFEtnn1-1/+2
2008-09-19Update to xf86-video-intel-2.4.2.tnn4-7/+99
From Hasso Tepper, PR pkg/39563. With patches for FDO bugs 17405 & 16631. Pack bdb_general_definitions block Remove unused VBIOS flag defines Don't disable planes in i830_update_dsparb Don't skip the checks for DRI headers with --enable-dri Fix reverted LVDS bios capability dword definition Bump version 2.4.2 Fix from He Shuang(shuang.he at intel.com),
2008-09-18PKGREVISION bump due to update of x11/modular-xorg-server.bjs39-39/+78
2008-09-18Welcome to modular-xorg-server-1.4.2.bjs38-2159/+233
This long-overdue update brings many improvements: - Many improvements to EXA - Input Hotplugging via HAL or dbus (not enabled yet) - Support for RandR 1.2. Users using a dual-head configuration are encouraged to see <http://www.x.org/wiki/Projects/XRandR> for more information. - The server now uses the same version of Mesa we have in pkgsrc; this likely will result in more reliable OpenGL/DRI operation. I realize that this server is still not the latest release (1.5.0); upgrading to that version will require an involved mesa update, libpciaccess, etc. I hope that by the next quarter, that work will be done. Please file a problem report and/or contact us via the usual means (mailing lists, etc.) should you encounter any issues.
2008-09-18This patch ensures the driver won't use the DRM's MODESET_CTLbjs3-2/+23
unless direct rendering is enabled. From Owain Ainsworth <oga@openbsd.org>. PKGREVISION++
2008-09-18Update x11vnc to 0.9.4.obache2-7/+6
New in the 0.9.4 x11vnc release: Reverse VNC connections (-connect and -connect_or_exit options) work in the -find and -create X session FINDCREATEDISPLAY modes. Reverse VNC connections (either normal or using SSL) can use a Web Proxy, a SOCKS proxy, the UltraVNC repeater proxy, an SSH connection, or even a CGI URL to make the outgoing connection (-proxy option). Forward connections can use the -ssh option to set up a reachable redirection. Support for the ZYWRLE encoding is added, this is the RealVNC ZRLE encoding extended to do motion video and photo regions more efficiently by way of a Wavelet based transformation. The session finding and creating modes (-find and -create) have been improved to be more reliable and also provide a new desktop types (xfce) and new service redirection options. Support for indexed colormaps (PseudoColor) with depths other than 8 is provided (depths 1 to 16 now work). Java viewer applet source code is provided in the x11vnc 0.9.4 tarball so now everything can be built from source. miscellaneous new features and changes: To unset Caps_Lock, Num_Lock and raise all keys in the X server use -clear_all, or by remote control 'x11vnc -R clear_all' The -autoport option gives more control over the server port range that probes. The -ping option can be used to help keep idle connections alive. The -finddpy and -listdpy utilities help to debug and configure the -find, -create, and -display WAIT:... modes. Some automatic detection of screen resizes are handled even if the -xrandr option is not supplied. The -advertise_truecolor option can workaround some VNC viewer incompatibilities with PseudoColor. The option '-clip xinerama0' can be used to clip to the first Xinerama sub-screen, etc. If a fast framebuffer read rate is detected the -wait and -defer parameters are reduced to 10 and 15 msec, respectively. Pasting of the selection/clipboard into remote applications (e.g. Java) is improved. Usage with dvorak keyboards is improved. The option -macuskbd is available on MacOSX to use the original US keyboard code. Via a compiler option (-DENABLE_GRABLOCAL) one can use the -grablocal n option to filter VNC client input if someone at the console has done mouse or keyboard input n secs ago. The -sleepin option can now sleep a random amount of time between min and max time delays (-sleepin min-max).
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