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 | 432ab7d1c0628d49681ee33bacd16a3e96760e57 (patch) | |
tree | 9b3ef88e54ae78e3b51881008655c42fea760417 /meta-pkgs | |
parent | c8b85e53d98397c6a12b5d2ce05de97060179a88 (diff) | |
download | pkgsrc-432ab7d1c0628d49681ee33bacd16a3e96760e57.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 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common index f5168643cb5..937aae527ef 100644 --- a/meta-pkgs/xorg/Makefile.common +++ b/meta-pkgs/xorg/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2005/02/09 20:08:26 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.20 2005/03/01 19:00:11 xtraeme Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -140,6 +140,7 @@ ONLY_FOR_PLATFORM= FreeBSD-*-* Linux-*-* NetBSD-*-* \ OpenBSD-*-* SunOS-*-* DragonFly-*-* MASTER_SITE_XORG+= \ + http://ftp.skynet.be/pub/ftp.x.org/pub/X11R${XORG_VER}/src/ \ http://www.mirrormonster.com/ftp.x.org/pub/X11R${XORG_VER}/src/ \ http://xorg.freedesktop.org/X11R${XORG_VER}/src/ \ ftp://ftp.opengroup.org/pub/x.org/pub/X11R${XORG_VER}/src/ \ @@ -151,7 +152,7 @@ MASTER_SITE_XORG+= \ http://ftp.gwdg.de/pub/x11/x.org/pub/X11R${XORG_VER}/src/ \ http://www.mirror.ac.uk/mirror/ftp.x.org/pub/X11R${XORG_VER}/src/ -XORG_VER= 6.8.1 +XORG_VER= 6.8.2 IMAKE= ${X11ROOT}/bin/imake |