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 /fonts/xorg-fontserver | |
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 'fonts/xorg-fontserver')
-rw-r--r-- | fonts/xorg-fontserver/Makefile | 3 | ||||
-rw-r--r-- | fonts/xorg-fontserver/files/host.def | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/fonts/xorg-fontserver/Makefile b/fonts/xorg-fontserver/Makefile index f9f95894fe6..a7cd96ebdf9 100644 --- a/fonts/xorg-fontserver/Makefile +++ b/fonts/xorg-fontserver/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:42 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/01 19:00:11 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-fontserver-${XORG_VER} -PKGREVISION= 1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XORG} DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \ diff --git a/fonts/xorg-fontserver/files/host.def b/fonts/xorg-fontserver/files/host.def index 328de4b0931..02e769a82e4 100644 --- a/fonts/xorg-fontserver/files/host.def +++ b/fonts/xorg-fontserver/files/host.def @@ -1,8 +1,8 @@ -/* $NetBSD*/ +/* $NetBSD: host.def,v 1.2 2005/03/01 19:00:11 xtraeme Exp $ */ #define ProjectRoot @PREFIX@ -#define XorgVersion 670 +#define XorgVersion 682 #define MakeCmd @MAKE@ #define HasGnuMake NO |