diff options
author | grant <grant@pkgsrc.org> | 2004-07-03 06:26:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-03 06:26:08 +0000 |
commit | 36a91f4fdd165005f0bf6d1caf533025fbc65455 (patch) | |
tree | cfb6a7c7f8640c37c0e7a7bb91e143d2fd0af6bb /x11 | |
parent | 1631c562c974ac5ed6eaec4676f7c9c61d014dea (diff) | |
download | pkgsrc-36a91f4fdd165005f0bf6d1caf533025fbc65455.tar.gz |
define BuildXFree86OnSparcSunOS to get this at least half building on
Solaris.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-libs/distinfo | 3 | ||||
-rw-r--r-- | x11/XFree86-libs/patches/patch-ai | 14 | ||||
-rw-r--r-- | x11/imake/distinfo | 3 | ||||
-rw-r--r-- | x11/imake/patches/patch-ag | 14 |
4 files changed, 32 insertions, 2 deletions
diff --git a/x11/XFree86-libs/distinfo b/x11/XFree86-libs/distinfo index cb29fdff85b..41aba5079fb 100644 --- a/x11/XFree86-libs/distinfo +++ b/x11/XFree86-libs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/03/28 22:30:38 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2004/07/03 06:26:08 grant Exp $ SHA1 (XFree86-4.4.0-src-1.tgz) = 44b38a7044c82d0b2f785b0e6a935349abcb5d79 Size (XFree86-4.4.0-src-1.tgz) = 11760814 bytes @@ -16,3 +16,4 @@ SHA1 (patch-ae) = 90584e5732fb882f431afd69f6fd1c26c9d22bee SHA1 (patch-af) = b34f46d715e90159df3897cf20023b58b9deff67 SHA1 (patch-ag) = a06752ee9f55e64a407fac6fbde3547fd096c71d SHA1 (patch-ah) = 30618658577dd37b31191197cd2c156ff72e0d90 +SHA1 (patch-ai) = 178d556fa11818420cd685308cf179ee5f6f7dac diff --git a/x11/XFree86-libs/patches/patch-ai b/x11/XFree86-libs/patches/patch-ai new file mode 100644 index 00000000000..5dbf49772e7 --- /dev/null +++ b/x11/XFree86-libs/patches/patch-ai @@ -0,0 +1,14 @@ +$NetBSD: patch-ai,v 1.3 2004/07/03 06:26:08 grant Exp $ + +--- config/cf/sun.cf.orig 2004-02-02 14:55:26.000000000 +1100 ++++ config/cf/sun.cf +@@ -19,6 +19,9 @@ XCOMM platform: $XFree86: xc/config/cf/ + #endif + XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion) + ++/* This is the XFree86 package - we want to build XFree86 on Solaris */ ++#define BuildXFree86OnSparcSunOS YES ++ + /* + * Compiler setup. This sun.cf file knows what options to use with + * certain compilers, including Sun C, CenterLine C, and gcc. It diff --git a/x11/imake/distinfo b/x11/imake/distinfo index 688c69429c1..4f9008361ff 100644 --- a/x11/imake/distinfo +++ b/x11/imake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/07/03 04:05:13 grant Exp $ +$NetBSD: distinfo,v 1.5 2004/07/03 06:26:08 grant Exp $ SHA1 (XFree86-4.4.0-src-1.tgz) = 44b38a7044c82d0b2f785b0e6a935349abcb5d79 Size (XFree86-4.4.0-src-1.tgz) = 11760814 bytes @@ -10,3 +10,4 @@ SHA1 (patch-ac) = ae90c06b50d5d8b84054cc66beec0d0e3049d0aa SHA1 (patch-ad) = 90584e5732fb882f431afd69f6fd1c26c9d22bee SHA1 (patch-ae) = b34f46d715e90159df3897cf20023b58b9deff67 SHA1 (patch-af) = a06752ee9f55e64a407fac6fbde3547fd096c71d +SHA1 (patch-ag) = 178d556fa11818420cd685308cf179ee5f6f7dac diff --git a/x11/imake/patches/patch-ag b/x11/imake/patches/patch-ag new file mode 100644 index 00000000000..f1ff5273d9a --- /dev/null +++ b/x11/imake/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.3 2004/07/03 06:26:08 grant Exp $ + +--- config/cf/sun.cf.orig 2004-02-02 14:55:26.000000000 +1100 ++++ config/cf/sun.cf +@@ -19,6 +19,9 @@ XCOMM platform: $XFree86: xc/config/cf/ + #endif + XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion) + ++/* This is the XFree86 package - we want to build XFree86 on Solaris */ ++#define BuildXFree86OnSparcSunOS YES ++ + /* + * Compiler setup. This sun.cf file knows what options to use with + * certain compilers, including Sun C, CenterLine C, and gcc. It |