From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 24 08:20:03 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3126216A41C for ; Tue, 24 May 2005 08:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BFE43D4C for ; Tue, 24 May 2005 08:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4O8K2dO016156 for ; Tue, 24 May 2005 08:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4O8K2qp016155; Tue, 24 May 2005 08:20:02 GMT (envelope-from gnats) Resent-Date: Tue, 24 May 2005 08:20:02 GMT Resent-Message-Id: <200505240820.j4O8K2qp016155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tod McQuillin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 148F116A41C; Tue, 24 May 2005 08:19:26 +0000 (GMT) (envelope-from root@distalzou.net) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B5743D1D; Tue, 24 May 2005 08:19:25 +0000 (GMT) (envelope-from root@distalzou.net) Received: from root by mail.distalzou.net with local (Exim 4.51 (FreeBSD)) id 1DaUdI-000O1T-7F; Tue, 24 May 2005 17:19:24 +0900 Message-Id: Date: Tue, 24 May 2005 17:19:24 +0900 From: Tod McQuillin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: x11@FreeBSD.org Subject: ports/81428: [PATCH] x11-servers/mga_hal: also install mga_drv.o X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 08:20:03 -0000 >Number: 81428 >Category: ports >Synopsis: [PATCH] x11-servers/mga_hal: also install mga_drv.o >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 24 08:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tod McQuillin >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #0: Sat May 21 11:14:44 JST 2005 >Description: In addition to mga_hal_drv.o, the supplied mga_drv.o is also required for proper operation, at least for the Matrox G550 running in dual DVI mode. Without the supploed mga_drv.o the server fails to initialise the G550 properly and generates the DVI signal at an incorrect frequency. Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mga_hal-4.1.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/src/cvs-repo/ports/x11-servers/mga_hal/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 13 Jan 2005 01:11:53 -0000 1.1 +++ Makefile 24 May 2005 08:14:44 -0000 @@ -17,7 +17,7 @@ NO_PACKAGE= "Matrox drivers may not be distributed" RESTRICTED= "Matrox drivers may not be distributed." -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 PREFIX?= ${X11BASE} WRKSRC= ${WRKDIR}/mgadriver-${PORTVERSION} @@ -30,5 +30,7 @@ .endif ${INSTALL_DATA} ${WRKSRC}/xfree86/6.8.1/mga_hal_drv.o \ ${PREFIX}/lib/modules/drivers/ + ${INSTALL_DATA} ${WRKSRC}/xfree86/6.8.1/mga_drv.o \ + ${PREFIX}/lib/modules/drivers/ .include Index: pkg-plist =================================================================== RCS file: /usr/src/cvs-repo/ports/x11-servers/mga_hal/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 13 Jan 2005 01:11:54 -0000 1.1 +++ pkg-plist 24 May 2005 08:14:02 -0000 @@ -1,3 +1,4 @@ %%PORTDOCS%%%%DOCSDIR%%/readme.txt lib/modules/drivers/mga_hal_drv.o +lib/modules/drivers/mga_drv.o %%PORTDOCS%%@dirrm %%DOCSDIR%% --- mga_hal-4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: