diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 03:35:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 03:35:25 +0000 |
commit | 381ab57a61cc98040c1f8f8a18881fc7ef3127af (patch) | |
tree | 507e299cd1b2e7eced7f696054cc373ec7e0c54c /x11/xorg-imake | |
parent | a8e2729bb6992e4fc6c7b5b7a4eb43d37aa28673 (diff) | |
download | pkgsrc-381ab57a61cc98040c1f8f8a18881fc7ef3127af.tar.gz |
Missing bits to make this build/work correctly on FreeBSD 5.x.
Not tested on 4.x, but changes should be trivial to commit...
Diffstat (limited to 'x11/xorg-imake')
-rw-r--r-- | x11/xorg-imake/distinfo | 3 | ||||
-rw-r--r-- | x11/xorg-imake/patches/patch-ad | 38 |
2 files changed, 40 insertions, 1 deletions
diff --git a/x11/xorg-imake/distinfo b/x11/xorg-imake/distinfo index e63811036df..6e7e20dcad6 100644 --- a/x11/xorg-imake/distinfo +++ b/x11/xorg-imake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/09/22 15:59:47 adam Exp $ +$NetBSD: distinfo,v 1.4 2004/10/08 03:35:25 xtraeme Exp $ SHA1 (X11R6.8.1-src1.tar.gz) = 027d16317e07d9df166c0176a1f28b2614f38cc9 Size (X11R6.8.1-src1.tar.gz) = 30562401 bytes @@ -7,6 +7,7 @@ Size (X11R6.8.1-src3.tar.gz) = 10014808 bytes SHA1 (patch-aa) = f8d35ceb67df85ca04d9567d66bf99c5d292d322 SHA1 (patch-ab) = ae90c06b50d5d8b84054cc66beec0d0e3049d0aa SHA1 (patch-ac) = 90584e5732fb882f431afd69f6fd1c26c9d22bee +SHA1 (patch-ad) = 7843332769ee47bc8a52a9adb1047b1a637af71b SHA1 (patch-ae) = a06752ee9f55e64a407fac6fbde3547fd096c71d SHA1 (patch-af) = 178d556fa11818420cd685308cf179ee5f6f7dac SHA1 (patch-ag) = 4545d9fd50c2a7b6f5a04da330784eaf9a5373ad diff --git a/x11/xorg-imake/patches/patch-ad b/x11/xorg-imake/patches/patch-ad new file mode 100644 index 00000000000..9431f1b6049 --- /dev/null +++ b/x11/xorg-imake/patches/patch-ad @@ -0,0 +1,38 @@ +$NetBSD: patch-ad,v 1.3 2004/10/08 03:35:25 xtraeme Exp $ + +--- config/cf/FreeBSD.cf.in.orig Fri Oct 8 02:16:19 2004 ++++ config/cf/FreeBSD.cf.in Fri Oct 8 02:18:01 2004 +@@ -173,12 +173,12 @@ + #endif + + #ifndef CcCmd +-#define CcCmd cc ++#define CcCmd @@PKGSRC_CC@@ + #endif + #ifndef CplusplusCmd +-#define CplusplusCmd c++ ++#define CplusplusCmd @@PKGSRC_CXX@@ + #endif +-#define CppCmd /usr/bin/cpp ++#define CppCmd @@PKGSRC_CPP@@ + #define PreProcessCmd CppCmd + #define StandardCppOptions -traditional + #define StandardCppDefines /**/ +@@ -466,7 +466,7 @@ + /* The GCC strength-reduce bug is fixed for FreeBSD 2.1.5 and later */ + #ifndef DefaultGcc2i386Opt + #if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5) +-#define DefaultGcc2i386Opt -O2 GccAliasingArgs ++#define DefaultGcc2i386Opt @@PKGSRC_CFLAGS@@ + #endif + #endif + +@@ -500,7 +500,7 @@ + * Compress manual pages + */ + #ifndef CompressManPages +-# define CompressManPages YES ++# define CompressManPages NO + #endif + + #if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 1) |