From d42a8c1c29512cbf957541a784d600155fcd0436 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 6 Apr 2003 08:48:25 +0000 Subject: [1] Fix a hang in int10 on starting the server with multiple cards [2] Fix a server hang on reset with DRI enabled on Radeons [3] Fix a server hang on reset with DRI enabled on Matrox [4] Fix screen going into powersaving with Xinerama, Xcursor, and Radeons [5] Fix an unresolved symbol in the nv driver [6] Fix a crash in DDC with Riva 128 cards (XFree86 bug 71) [7] Add some missing manpages to the MAN4 list PR: [7] ports/50113 Obtained from: [1] XFree86 bug 6 [2] XFree86 bug 94 [3] Panagiotis Papadakos [4] XFree86 bug 90 [5,6] XFree86 CVS --- x11-servers/XFree86-4-Server-snap/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'x11-servers/XFree86-4-Server-snap/Makefile') diff --git a/x11-servers/XFree86-4-Server-snap/Makefile b/x11-servers/XFree86-4-Server-snap/Makefile index ab59d92ae2e5..0e6dc0018719 100644 --- a/x11-servers/XFree86-4-Server-snap/Makefile +++ b/x11-servers/XFree86-4-Server-snap/Makefile @@ -7,7 +7,7 @@ PORTNAME= Server PORTVERSION= 4.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} @@ -32,7 +32,8 @@ DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files .for pf in patch-savage-pci-id patch-alpha_video.c patch-Pci.h patch-radeondri \ - patch-r128_driver.c patch-mga_driver.c patch-xkbInit.c + patch-r128_driver.c patch-mga_driver.c patch-xkbInit.c patch-radeon_dri.c \ + patch-mga_dri.c patch-nv_driver.c patch-nv_setup.c patch-int10-generic.c EXTRA_PATCHES+= ${FILESDIR}/${pf} .endfor SCRIPTS_ENV= OSVERSION=${OSVERSION} \ @@ -73,6 +74,7 @@ MAN3= XF86VidMode.3 \ MAN4= citron.4 \ dynapro.4 \ elographics.4 \ + fbdevhw.4 \ glint.4 \ kbd.4 \ keyboard.4 \ @@ -80,8 +82,10 @@ MAN4= citron.4 \ microtouch.4 \ mouse.4 \ mutouch.4 \ + nsc.4 \ nv.4 \ r128.4 \ + radeon.4 \ rendition.4 \ s3virge.4 \ savage.4 \ -- cgit v1.2.3