From owner-cvs-ports@FreeBSD.ORG Sun Apr 6 00:48:26 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F29337B401; Sun, 6 Apr 2003 00:48:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A9B43F75; Sun, 6 Apr 2003 00:48:25 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h368mP0U098345; Sun, 6 Apr 2003 00:48:25 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h368mPaB098344; Sun, 6 Apr 2003 00:48:25 -0800 (PST) Message-Id: <200304060848.h368mPaB098344@repoman.freebsd.org> From: Eric Anholt Date: Sun, 6 Apr 2003 00:48:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-servers/XFree86-4-Server Makefile ports/x11-servers/XFree86-4-Server/files patch-int10-generic.c patch-mga_dri.c patch-nv_driver.c patch-nv_setup.c patch-radeon_cursor.c patch-radeon_dri.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 08:48:26 -0000 anholt 2003/04/06 00:48:25 PST FreeBSD ports repository Modified files: x11-servers/XFree86-4-Server Makefile Added files: x11-servers/XFree86-4-Server/files patch-int10-generic.c patch-mga_dri.c patch-nv_driver.c patch-nv_setup.c patch-radeon_cursor.c patch-radeon_dri.c Log: [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 Revision Changes Path 1.134 +6 -2 ports/x11-servers/XFree86-4-Server/Makefile 1.1 +39 -0 ports/x11-servers/XFree86-4-Server/files/patch-int10-generic.c (new) 1.1 +16 -0 ports/x11-servers/XFree86-4-Server/files/patch-mga_dri.c (new) 1.1 +16 -0 ports/x11-servers/XFree86-4-Server/files/patch-nv_driver.c (new) 1.1 +35 -0 ports/x11-servers/XFree86-4-Server/files/patch-nv_setup.c (new) 1.1 +16 -0 ports/x11-servers/XFree86-4-Server/files/patch-radeon_cursor.c (new) 1.1 +15 -0 ports/x11-servers/XFree86-4-Server/files/patch-radeon_dri.c (new)