ports/78353: [PATCH] xorg-server/powerpc: bus/Imakefile mods

Peter Grehan grehan at FreeBSD.org
Thu Mar 3 11:30:21 UTC 2005


>Number:         78353
>Category:       ports
>Synopsis:       [PATCH] xorg-server/powerpc: bus/Imakefile 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 11:30:20 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:
	Add conditional code to pull in FreeBSD PCI drivers. It would be better for this to be included in the FreeBSD Alpha/AMD64 case, but the generic PpcArchitecture def forces it to be before that (ditto with NetBSD).
>How-To-Repeat:
>Fix:

--- patch-bus-Imakefile begins here ---
--- programs/Xserver/hw/xfree86/os-support/bus/Imakefile.orig	Thu Jan 20 03:43:03 2005
+++ programs/Xserver/hw/xfree86/os-support/bus/Imakefile	Thu Jan 20 03:46:40 2005
@@ -66,6 +66,13 @@
 PCIDRVRSRC = netbsdPci.c
 PCIDRVROBJ = netbsdPci.o
 
+#elif defined(FreeBSDArchitecture) && defined(PpcArchitecture)
+
+XCOMM FreeBSD/PowerPC PCI driver (using /dev/pci)
+
+PCIDRVRSRC = freebsdPci.c
+PCIDRVROBJ = freebsdPci.o
+
 #elif defined(PpcArchitecture)
 
 XCOMM PowerPC PCI drivers
--- patch-bus-Imakefile ends here ---


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



More information about the freebsd-ports-bugs mailing list