Up to [cvs.NetBSD.org] / pkgsrc / x11 / xorg-clients
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
To quote Johnny Lam: "In modular-xorg we trust" Remove xorg 6.9 packages from pkgsrc.
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Mechanically replace all includes of buildlink3.mk of the following packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
Flag a number of packages I use as supporting (user-)destdir. apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
Pullup ticket 1825 - requested by joerg security fixes for xorg Revisions pulled up: - pkgsrc/x11/xorg-libs/Makefile 1.42, 1.43, 1.44 - pkgsrc/x11/xorg-libs/PLIST 1.11 - pkgsrc/x11/xorg-libs/distinfo 1.53, 1.54 - pkgsrc/x11/xorg-libs/patches/patch-cg 1.1 - pkgsrc/x11/xorg-libs/patches/patch-ch 1.1 - pkgsrc/x11/xorg-libs/patches/patch-ci 1.1 - pkgsrc/x11/xorg-libs/patches/patch-cj 1.1 - pkgsrc/x11/xorg-libs/patches/patch-ck 1.1 - pkgsrc/x11/xorg-libs/patches/patch-cl 1.1 - pkgsrc/x11/xorg-libs/patches/patch-cm 1.1 - pkgsrc/x11/xorg-libs/patches/patch-cn 1.1 - pkgsrc/x11/xorg-libs/patches/patch-co 1.1 - pkgsrc/x11/xorg-libs/patches/patch-cp 1.1 - pkgsrc/x11/xorg-libs/patches/patch-cq 1.1 - pkgsrc/x11/xorg-libs/patches/patch-cr 1.1 - pkgsrc/x11/xorg-libs/patches/patch-cs 1.1 - pkgsrc/x11/xorg-libs/patches/patch-ct 1.1 - pkgsrc/x11/xorg-clients/Makefile 1.30, 1.31 - pkgsrc/x11/xorg-server/Makefile 1.46 Module Name: pkgsrc Committed By: joerg Date: Sat Aug 26 15:20:44 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: Makefile PLIST Log Message: Fix PLIST for FreeBSD. Bump revision. --- Module Name: pkgsrc Committed By: joerg Date: Tue Aug 29 15:06:59 UTC 2006 Modified Files: pkgsrc/x11/xorg-clients: Makefile Log Message: Make xorg-libs dependency explicit instead of including it indirectly via xcursor->Xfixes. Bump revision. Noticed by tron@. --- Module Name: pkgsrc Committed By: joerg Date: Wed Sep 13 12:27:26 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: Makefile distinfo Added Files: pkgsrc/x11/xorg-libs/patches: patch-cg patch-ch patch-ci Log Message: Fixes for CVE-2006-2006-3739 and CVE-2006-3740. Bump revision. --- Module Name: pkgsrc Committed By: joerg Date: Thu Sep 14 16:52:54 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: distinfo Added Files: pkgsrc/x11/xorg-libs/patches: patch-cj patch-ck patch-cl patch-cm patch-cn patch-co patch-cp patch-cq patch-cr patch-cs patch-ct Log Message: Check set*uid for error, at least on Linux it can fail. Bump revisions of xorg-clients, xorg-libs and xorg-server. --- Module Name: pkgsrc Committed By: joerg Date: Thu Sep 14 17:13:58 UTC 2006 Modified Files: pkgsrc/x11/xorg-clients: Makefile pkgsrc/x11/xorg-libs: Makefile pkgsrc/x11/xorg-server: Makefile Log Message: Actually bump the revisions as promised.
Actually bump the revisions as promised.
Make xorg-libs dependency explicit instead of including it indirectly via xcursor->Xfixes. Bump revision. Noticed by tron@.
Needs imake.
Pullup ticket 1538 - requested by tron security fix for xorg Patch provided by the submitter. Module Name: pkgsrc Committed By: tron Date: Wed May 3 12:23:48 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: distinfo pkgsrc/x11/xorg-server: Makefile Added Files: pkgsrc/x11/xorg-libs/patches: patch-bh Log Message: Apply patch to fix vulnerability reported in CVE-2006-1526. Bump package revision because of this fix.
bdftruncate is a Perl script, patch interpreter and depend on Perl. Bump revision.
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
USE_PKGINSTALL isn't needed here to make these packagse use the pkginstall framework. In the case of libtool-base, avoid using FILES_SUBST_SED where it isn't needed.
Pullup ticket 1133 - requested by Joerg Sonnenberger fix race condition in xorg's Xsession Patch provided by the submitter. Module Name: pkgsrc Committed By: joerg Date: Tue Feb 14 16:10:40 UTC 2006 Modified Files: pkgsrc/x11/xorg-clients: Makefile pkgsrc/x11/xorg-libs: distinfo pkgsrc/x11/xorg-libs/patches: patch-ax Log Message: Fix race condition in xdm's Xsession. From PR 32804.
Fix race condition in xdm's Xsession. From PR 32804.
Don't hard code path to xorg/bin/xterm, just expect it in PATH. This affects startx, xinitrc and xdm. Bump revision.
Joerg Sonnenberger will be the maintainer.
Recursive revision bump / recommended bump for gettext ABI change.
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Add missing entry to PLIST. Bump PKGREVISION.
Update meta-pkgs/xorg to 6.9.0. The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@ and reed@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Bumped the PKGREVISION of the packages that have been broken by the recent "pkglint --autofix" change.
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of ${PREFIX}.
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
Don't build the DGA extension on the unsupported architectures. Unify the PLIST files.
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Added support for Darwin/MacOSX
Update xorg to 6.8.2. Changes: * Render implementation fixes * Updated x86emu and resynced with upstream at Scitech * Updated SiS driver * Updated Nvidia driver (opensource version) * Render acceleration for ATI's R100 and R200-series cards * Substantial speedups in the software implementation of the render extensions when compiled with gcc 3.4 on the i386 architecture. * Infrastructure for rotation support in drivers * New Trapezoid specification for the Render extension o Respecify Render to include only 'normal' traps o Allow backward compatibility but internally covert to new format * Software mouse cursor is now based on the Damage extension * A new keyboard driver is enabled by default. The old driver is disabled unless explicitly compiled in by defining the macro |USE_DEPRECATED_KEYBOARD_DRIVER|. * All extensions (except Xserver-specific extensions "DMX" and "XpExtension")can now be enabled/disabled from the configuration file and from the command line. * Mac OS X updates: o Support dynamic screen configuration changes in rootless mode o Added option to always use Mac command key equivalents o Interpret scroll wheel mouse events correctly when shift is held down o Added trivial Xinput support o Fixed launch of X clients from Finder with a space in their path o Fixed some GLX rendering problems on Mac OS X 10.2 and earlier * Updated xterm version
Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
Fix CONF_FILES in xorg-clients, the 'xdm' subdir already was set by EGDIR! (hi reed!)
80 chars per line.
Make xdm use configs from under PKG_SYSCONFDIR. Some ideas came from NetBSD's XFree86 customizations. Use USE_PKGINSTALL and CONF_FILES for xorg-clients. Installs xdm configs (and shell scripts) to examples directory. Create OWN_DIRS for the authDir. PLIST changes are for chooser is now in bin directory. And pixmaps moved to include/X11/pixmaps directory. xdm configs are no longer in lib/X11/xdm (so they are no longer lost on reinstall). (Anyone want to do twm and other configs?)
Add missing entry to PLIST. Bump PKGREVISION to 2.
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Update X.org packages to 6.8.1. To see the changes about this release, please review the "RELNOTES" file, which is available via www or in the distribution tarballs. These packages were tested on: * NetBSD 2.0/-current * Bluewall GNU/Linux * Slackware 10 GNU/Linux I'm currently testing them on FreeBSD 5.3BETA4.
Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.
xorg packages now will be installed into ${PREFIX}/xorg by default, so we don't have to conflict between XFree86 and xorg. Suggested by grant@.
Initial import of xorg-clients-6.7.0. This package contains X.org Client Environments. It includes a variety of standard X11 client programs and utilities, such as the twm window manager, xterm, xcalc, the xdm display (login) manager, ico, xclock and oclock, xclipboard, xset, xlogo, xeyes, xwd/xwud, xvidtune, startx, xinit, and many others. It also provides font utilities and tools for providing information about the server and clients. Also cursor icons and other resource files are included.
Initial revision