summaryrefslogtreecommitdiff
path: root/x11/xorg-server
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-03-01 19:00:10 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-03-01 19:00:10 +0000
commit5c0a1216bf59b8571d3ade91f3efafe04d0e543b (patch)
tree9b3ef88e54ae78e3b51881008655c42fea760417 /x11/xorg-server
parentbd7351b254eaf9333d120a265d44e2ebb73e95c2 (diff)
downloadpkgsrc-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-server')
-rw-r--r--x11/xorg-server/Makefile3
-rw-r--r--x11/xorg-server/PLIST.common8
-rw-r--r--x11/xorg-server/files/host.def4
3 files changed, 9 insertions, 6 deletions
diff --git a/x11/xorg-server/Makefile b/x11/xorg-server/Makefile
index 6bfb3a8528e..0d0f3cc7b86 100644
--- a/x11/xorg-server/Makefile
+++ b/x11/xorg-server/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2005/02/21 16:48:40 hira Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/01 19:00:11 xtraeme Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-server-${XORG_VER}
-PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG}
DISTFILES= X11R${XORG_VER}-src1.tar.gz \
diff --git a/x11/xorg-server/PLIST.common b/x11/xorg-server/PLIST.common
index 3c9f5d589f0..38446414d84 100644
--- a/x11/xorg-server/PLIST.common
+++ b/x11/xorg-server/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.7 2005/01/24 11:32:28 hira Exp $
+@comment $NetBSD: PLIST.common,v 1.8 2005/03/01 19:00:11 xtraeme Exp $
${X11ROOT_PREFIX}/bin/X
${X11ROOT_PREFIX}/bin/XFree86
${X11ROOT_PREFIX}/bin/Xnest
@@ -764,6 +764,11 @@ ${X11ROOT_PREFIX}/lib/X11/xserver/pl_PL.iso88592
${X11ROOT_PREFIX}/lib/X11/xserver/pl_PL.utf8
${X11ROOT_PREFIX}/lib/X11/xserver/polish
${X11ROOT_PREFIX}/lib/X11/xserver/portuguese
+${X11ROOT_PREFIX}/lib/X11/xserver/pt_BR.88591
+${X11ROOT_PREFIX}/lib/X11/xserver/pt_BR.88591.en
+${X11ROOT_PREFIX}/lib/X11/xserver/pt_BR.ISO-8859-1
+${X11ROOT_PREFIX}/lib/X11/xserver/pt_BR.ISO_8859-1
+${X11ROOT_PREFIX}/lib/X11/xserver/pt_BR.iso885915
${X11ROOT_PREFIX}/lib/X11/xserver/pt
${X11ROOT_PREFIX}/lib/X11/xserver/pt.ISO8859-1
${X11ROOT_PREFIX}/lib/X11/xserver/pt.ISO8859-15
@@ -1123,4 +1128,3 @@ ${X11ROOT_PREFIX}/${KERNMAN_DIR}/void.${KERNMAN_SUFFIX}
${X11ROOT_PREFIX}/${KERNMAN_DIR}/wacom.${KERNMAN_SUFFIX}
${X11ROOT_PREFIX}/${FILEMAN_DIR}/getconfig.${FILEMAN_SUFFIX}
${X11ROOT_PREFIX}/${FILEMAN_DIR}/xorg.conf.${FILEMAN_SUFFIX}
-${X11ROOT_PREFIX}/${MISCMAN_DIR}/Xprint.${MISCMAN_SUFFIX}
diff --git a/x11/xorg-server/files/host.def b/x11/xorg-server/files/host.def
index 5442e07221e..5cb165948b7 100644
--- a/x11/xorg-server/files/host.def
+++ b/x11/xorg-server/files/host.def
@@ -1,10 +1,10 @@
-/* $NetBSD: host.def,v 1.8 2005/02/09 20:08:26 xtraeme Exp $ */
+/* $NetBSD: host.def,v 1.9 2005/03/01 19:00:11 xtraeme Exp $ */
#define ProjectRoot @PREFIX@
#define BuildHtmlManPages NO
/* Workaround */
-#define XorgVersion 681
+#define XorgVersion 682
#define MakeCmd @MAKE@