diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-03-01 19:00:10 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-03-01 19:00:10 +0000 |
commit | 5c0a1216bf59b8571d3ade91f3efafe04d0e543b (patch) | |
tree | 9b3ef88e54ae78e3b51881008655c42fea760417 /x11/xorg-clients | |
parent | bd7351b254eaf9333d120a265d44e2ebb73e95c2 (diff) | |
download | pkgsrc-5c0a1216bf59b8571d3ade91f3efafe04d0e543b.tar.gz |
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
Diffstat (limited to 'x11/xorg-clients')
-rw-r--r-- | x11/xorg-clients/Makefile | 3 | ||||
-rw-r--r-- | x11/xorg-clients/PLIST | 4 | ||||
-rw-r--r-- | x11/xorg-clients/files/host.def | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile index 37d6091aced..982f6d4a8d9 100644 --- a/x11/xorg-clients/Makefile +++ b/x11/xorg-clients/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/11/28 19:19:52 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/01 19:00:11 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-clients-${XORG_VER} -PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG} DISTFILES= X11R${XORG_VER}-src1.tar.gz \ diff --git a/x11/xorg-clients/PLIST b/x11/xorg-clients/PLIST index 74597dc11b2..9633cad40ae 100644 --- a/x11/xorg-clients/PLIST +++ b/x11/xorg-clients/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/10/20 14:33:30 reed Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/03/01 19:00:11 xtraeme Exp $ ${X11ROOT_PREFIX}/bin/Xmark ${X11ROOT_PREFIX}/bin/appres ${X11ROOT_PREFIX}/bin/atobm @@ -508,6 +508,8 @@ ${X11ROOT_PREFIX}/lib/X11/xkb/rules/xorg ${X11ROOT_PREFIX}/lib/X11/xkb/rules/xorg-it.lst ${X11ROOT_PREFIX}/lib/X11/xkb/rules/xorg.lst ${X11ROOT_PREFIX}/lib/X11/xkb/rules/xorg.xml +${X11ROOT_PREFIX}/lib/X11/xkb/rules/xfree86-it.lst +${X11ROOT_PREFIX}/lib/X11/xkb/rules/xfree86.xml ${X11ROOT_PREFIX}/lib/X11/xkb/semantics/basic ${X11ROOT_PREFIX}/lib/X11/xkb/semantics/complete ${X11ROOT_PREFIX}/lib/X11/xkb/semantics/default diff --git a/x11/xorg-clients/files/host.def b/x11/xorg-clients/files/host.def index 0cddb87c192..0302f7ec006 100644 --- a/x11/xorg-clients/files/host.def +++ b/x11/xorg-clients/files/host.def @@ -1,4 +1,4 @@ -/* $NetBSD: host.def,v 1.4 2004/10/20 14:33:30 reed Exp $ */ +/* $NetBSD: host.def,v 1.5 2005/03/01 19:00:11 xtraeme Exp $ */ #define ProjectRoot @PREFIX@ #define BuildHtmlManPages NO @@ -42,7 +42,6 @@ #ifdef NetBSDArchitecture #define HasSecureRPC NO -#define HasPam NO #endif #define InstallXdmConfig YES |