summaryrefslogtreecommitdiff
path: root/x11/xorg-libs
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2005-04-15 21:33:27 +0000
committerhira <hira@pkgsrc.org>2005-04-15 21:33:27 +0000
commit27cf9999b69ab1317a68d9ec54d4f34e744b6e4f (patch)
tree1724b014b49f177fa73bfb132b02ca698a41656f /x11/xorg-libs
parentff3618f97c7303fc3a20d33c3eb18a9e07ec6b59 (diff)
downloadpkgsrc-27cf9999b69ab1317a68d9ec54d4f34e744b6e4f.tar.gz
- Add PLIST_SUBST for the scanpci.
- Build the scanpci on the NetBSD/macppc.
Diffstat (limited to 'x11/xorg-libs')
-rw-r--r--x11/xorg-libs/distinfo4
-rw-r--r--x11/xorg-libs/patches/patch-av11
2 files changed, 8 insertions, 7 deletions
diff --git a/x11/xorg-libs/distinfo b/x11/xorg-libs/distinfo
index 9d34e867841..090cc4c8cb9 100644
--- a/x11/xorg-libs/distinfo
+++ b/x11/xorg-libs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2005/04/14 21:35:51 xtraeme Exp $
+$NetBSD: distinfo,v 1.18 2005/04/15 21:33:27 hira Exp $
SHA1 (X11R6.8.2-src1.tar.gz) = 23c60680274062a1db17f646a8388149309dc45c
RMD160 (X11R6.8.2-src1.tar.gz) = bb170d7a11416c3d9bd1d23d461ba4cea9b1b2c8
@@ -29,7 +29,7 @@ SHA1 (patch-ar) = ba96209b55579f16c53f8a1c26337a3278d1808a
SHA1 (patch-as) = 80112c0604470d7a113bd70595401481e454b8c9
SHA1 (patch-at) = bc375171b6f0a8141621009767b5457962967112
SHA1 (patch-au) = fd2bcdb1c37ce0cc748b0f5c2a12d226e4486d0d
-SHA1 (patch-av) = 99e9764ca1afdfb5882d62e453ccaea7dfa7f182
+SHA1 (patch-av) = 6713ed0ba746940cec658591583dc90c92d5b563
SHA1 (patch-aw) = d305ea935ba10d443f9bfdcfc2c74bab5a03ba60
SHA1 (patch-ay) = b154d0d4e95ea15c79921b605266701ee773d144
SHA1 (patch-az) = 3fc898c7c91037710b0fd27eff55ca8b55a19b4b
diff --git a/x11/xorg-libs/patches/patch-av b/x11/xorg-libs/patches/patch-av
index 497309c156b..91cb220dc1d 100644
--- a/x11/xorg-libs/patches/patch-av
+++ b/x11/xorg-libs/patches/patch-av
@@ -1,12 +1,13 @@
-$NetBSD: patch-av,v 1.1 2004/11/15 11:15:49 hira Exp $
+$NetBSD: patch-av,v 1.2 2005/04/15 21:33:27 hira Exp $
---- config/cf/xorg.cf.orig 2004-11-14 02:17:40.000000000 +0900
-+++ config/cf/xorg.cf 2004-11-14 02:17:44.000000000 +0900
-@@ -1287,6 +1287,7 @@
+--- config/cf/xorg.cf.orig 2005-01-24 12:11:42.000000000 +0900
++++ config/cf/xorg.cf 2005-04-15 23:01:03.000000000 +0900
+@@ -1294,6 +1294,8 @@
#ifndef BuildScanpci
# if SystemV || SystemV4 || \
(defined(LinuxArchitecture) && !defined(Mc68020Architecture)) || \
-+ (defined(NetBSDArchitecture) && defined(AMD64Architecture)) || \
++ (defined(NetBSDArchitecture) && \
++ (defined(AMD64Architecture) || defined(PpcArchitecture))) || \
defined(i386BsdArchitecture) || defined(LynxOSArchitecture) || \
defined(OS2Architecture) || defined(GNUMachArchitecture)
# define BuildScanpci YES