Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2005 13:13:58 GMT
From:      Peter Grehan <grehan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78359: [PATCH] xorg-server/powerpc: port Makefile mods
Message-ID:  <200503031313.j23DDwxD077971@freefall.freebsd.org>
Resent-Message-ID: <200503031320.j23DKVcW078383@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78359
>Category:       ports
>Synopsis:       [PATCH] xorg-server/powerpc: port Makefile mods
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 03 13:20:31 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Peter Grehan
>Release:        FreeBSD 6.0-CURRENT powerpc
>Organization:
>Environment:
FreeBSD emacfbsd.ptree32.com.au 6.0-CURRENT FreeBSD 6.0-CURRENT #75: Tue Mar  1 17:38:52 EST 2005     grehan@:/usr/obj/powerpc/home/grehan/freebsd/dev/src/sys/GENERIC  powerpc

xorg-server-6.8.1_2

>Description:
	Introduce PPC_NA, and re-org the files/arches statements a bit
	to eliminate non-applicable ppc drivers/man pages. This could
	probably be done better :)
>How-To-Repeat:
>Fix:

--- Makefile.diff begins here ---
--- Makefile.orig	Sun Feb 20 22:53:55 2005
+++ Makefile	Sat Feb 12 03:43:20 2005
@@ -81,7 +81,6 @@
 PLIST_SUB+=	ALPHA_NA="@comment "
 .else
 PLIST_SUB+=	ALPHA_NA=""
-MAN4+=		vesa.4x
 .endif
 		
 .if ${ARCH} == ia64
@@ -90,6 +89,13 @@
 PLIST_SUB+=	IA64_NA=""
 .endif
 
+.if ${ARCH} == powerpc
+PLIST_SUB+=	PPC_NA="@comment "
+MAN4+=		nv.4x
+.else
+PLIST_SUB+=	PPC_NA=""
+.endif
+
 .if ${ARCH} == sparc64
 PLIST_SUB+=	SPARC64=""
 PLIST_SUB+=	SPARC64_NA="@comment "
@@ -103,12 +109,19 @@
 .else
 PLIST_SUB+=	SPARC64="@comment "
 PLIST_SUB+=	SPARC64_NA=""
+.endif
+
+.if ${ARCH} != powerpc && ${ARCH} != sparc64
 MAN4+=		cirrus.4x \
 		nv.4x \
 		rendition.4x \
 		s3virge.4x \
 		savage.4x \
 		siliconmotion.4x
+.endif
+
+.if ${ARCH} != powerpc && ${ARCH} != alpha
+MAN4+=		vesa.4x
 .endif
 
 .if ${ARCH} == i386
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503031313.j23DDwxD077971>