summaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-Server/files/patch-Pci.h
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-06-15 02:40:03 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-06-15 02:40:03 +0000
commit2552b8e5f9c2bef21e6add3686f7c04684f0622f (patch)
treed96c4fd406b1cc73c9f477f27eacd5184bbe21b0 /x11-servers/XFree86-4-Server/files/patch-Pci.h
parentMark these ports IGNORE on XFree86, due to libGL incompatibility and the (diff)
Upgrade to XFree86 4.5.0.
Ports changes: - Drop dependency on x11/wrapper. X server already contains this code (programs/Xserver/os/utils.c rev. 3.58). - Install default SecurityPolicy with XFree86-4-libraries, thus avoiding plists and who-owns-what complications between different fooServer ports. Copy default file to real one if that doesn't exist and remove both upon uninstall if they are the same. - Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since couple of ports break with this change (devel/imake-4/files/patch-Imake.rules) - Add grehans patches for PPC [1] - Several of directories that were previously in /etc/mtree/BSD.x11-4.dist were moved to respective ports pkg-plists PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
Notes
Notes: svn path=/head/; revision=137466
Diffstat (limited to 'x11-servers/XFree86-4-Server/files/patch-Pci.h')
-rw-r--r--x11-servers/XFree86-4-Server/files/patch-Pci.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-servers/XFree86-4-Server/files/patch-Pci.h b/x11-servers/XFree86-4-Server/files/patch-Pci.h
new file mode 100644
index 000000000000..ece4cf51dbc4
--- /dev/null
+++ b/x11-servers/XFree86-4-Server/files/patch-Pci.h
@@ -0,0 +1,16 @@
+
+--- patch-Pci.h begins here ---
+--- programs/Xserver/hw/xfree86/os-support/bus/Pci.h.orig Thu Jan 20 06:51:21 2005
++++ programs/Xserver/hw/xfree86/os-support/bus/Pci.h Thu Jan 20 06:52:09 2005
+@@ -285,7 +285,7 @@
+ # define ARCH_PCI_INIT linuxPciInit
+ # define INCLUDE_XF86_MAP_PCI_MEM
+ # define INCLUDE_XF86_NO_DOMAIN /* Needs kernel work to remove */
+-# elif defined(__OpenBSD__)
++# elif defined(__FreeBSD__) || defined(__OpenBSD__)
+ # define ARCH_PCI_INIT freebsdPciInit
+ # define INCLUDE_XF86_MAP_PCI_MEM
+ # define INCLUDE_XF86_NO_DOMAIN
+--- patch-Pci.h ends here ---
+
+