diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-28 21:52:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-28 21:52:19 +0000 |
commit | f60368dce2f33104b1fc5034dc1f10071921db02 (patch) | |
tree | a604f1dc6df6350cf71dbc63319d57cd687e3a21 /x11/xorg-imake | |
parent | c3d579d367c54f2e05b97938d3711d73b04f5540 (diff) | |
download | pkgsrc-f60368dce2f33104b1fc5034dc1f10071921db02.tar.gz |
Fix NetBSD.cf for AMD64's server build as suggested by Matthieu Herrb
via Blair Sadewitz. Fixes PR 33362. Bump revisions of -imake and
-server.
Diffstat (limited to 'x11/xorg-imake')
-rw-r--r-- | x11/xorg-imake/distinfo | 4 | ||||
-rw-r--r-- | x11/xorg-imake/patches/patch-ac | 27 |
2 files changed, 20 insertions, 11 deletions
diff --git a/x11/xorg-imake/distinfo b/x11/xorg-imake/distinfo index c11582cde81..b01fb6f2dfa 100644 --- a/x11/xorg-imake/distinfo +++ b/x11/xorg-imake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2006/01/19 00:30:55 joerg Exp $ +$NetBSD: distinfo,v 1.19 2006/04/28 21:52:19 joerg Exp $ SHA1 (X11R6.9.0-src1.tar.gz) = a6c077ed8fdeee5fe1956a427c4cb0bc266e1bef RMD160 (X11R6.9.0-src1.tar.gz) = d12270a4f41a3ceee4bfd5da22d387a3aa707df8 @@ -8,7 +8,7 @@ RMD160 (X11R6.9.0-src3.tar.gz) = 1a2d1855f7b204012627a6c6bf0eaf5245fff414 Size (X11R6.9.0-src3.tar.gz) = 10872474 bytes SHA1 (patch-aa) = f8d35ceb67df85ca04d9567d66bf99c5d292d322 SHA1 (patch-ab) = ae90c06b50d5d8b84054cc66beec0d0e3049d0aa -SHA1 (patch-ac) = 682191f790eddb94917c486ec63818756fee8e8e +SHA1 (patch-ac) = edd7ae5601783d65bec21b5aaed3fd879bc0ed99 SHA1 (patch-ad) = 7843332769ee47bc8a52a9adb1047b1a637af71b SHA1 (patch-ae) = f6bff42193905fd3158b3de52bf925b5fb5f002a SHA1 (patch-ag) = 79d826e9d8d4a05f250378814d47f0383ab2eafe diff --git a/x11/xorg-imake/patches/patch-ac b/x11/xorg-imake/patches/patch-ac index f1e01c84c8f..c445113ae29 100644 --- a/x11/xorg-imake/patches/patch-ac +++ b/x11/xorg-imake/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.6 2006/01/18 23:53:06 xtraeme Exp $ +$NetBSD: patch-ac,v 1.7 2006/04/28 21:52:19 joerg Exp $ ---- config/cf/NetBSD.cf.in.orig 2005-12-06 10:56:30.000000000 +0100 -+++ config/cf/NetBSD.cf.in 2005-12-06 11:01:02.000000000 +0100 -@@ -126,7 +126,7 @@ +--- config/cf/NetBSD.cf.in.orig 2005-11-30 06:20:06.000000000 +0100 ++++ config/cf/NetBSD.cf.in +@@ -126,7 +126,7 @@ XCOMM operating system: OSName (OSMajor # if ((OSMajorVersion == 2 && OSMinorVersion == 99 && OSTeenyVersion < 11) || \ (OSMajorVersion == 2 && OSMinorVersion < 99) || \ (OSMajorVersion < 2)) @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.6 2006/01/18 23:53:06 xtraeme Exp $ # endif # define SystemMTDefines -D_REENTRANT # define MTSafeAPIDefines -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -@@ -150,7 +150,7 @@ +@@ -150,7 +150,7 @@ XCOMM operating system: OSName (OSMajor #define MkdirHierCmd mkdir -p #undef CcCmd @@ -20,7 +20,7 @@ $NetBSD: patch-ac,v 1.6 2006/01/18 23:53:06 xtraeme Exp $ #ifndef DefaultCCOptions #if defined(UseInstalled) #define DefaultCCOptions /**/ -@@ -166,7 +166,7 @@ +@@ -166,7 +166,7 @@ XCOMM operating system: OSName (OSMajor #endif #endif @@ -29,7 +29,7 @@ $NetBSD: patch-ac,v 1.6 2006/01/18 23:53:06 xtraeme Exp $ #define StandardCppOptions -traditional #define StandardCppDefines /**/ #define PreProcessCmd CcCmd -E -@@ -195,7 +195,7 @@ +@@ -195,7 +195,7 @@ XCOMM operating system: OSName (OSMajor * Disabled for NetBSD/vax until I figure out the scheme. --CS */ #if ((OSMajorVersion > 0) && defined(i386Architecture)) || \ @@ -38,7 +38,16 @@ $NetBSD: patch-ac,v 1.6 2006/01/18 23:53:06 xtraeme Exp $ # ifndef DoLoadableServer # define DoLoadableServer YES # endif -@@ -404,6 +404,10 @@ +@@ -284,6 +284,8 @@ XCOMM operating system: OSName (OSMajor + # ifndef XFree86ConsoleDefines + # define XFree86ConsoleDefines -DWSCONS_SUPPORT + # endif ++#elif defined(ia64Architecture) || defined(AMD64Architecture) ++#define ServerExtraDefines GccGasOption XFree86ServerDefines -D_XSERVER64 + #else + # define ServerExtraDefines GccGasOption + #endif +@@ -404,6 +406,10 @@ XCOMM operating system: OSName (OSMajor # endif /* MTRRBuiltin */ #endif /* i386Architecture */ @@ -49,7 +58,7 @@ $NetBSD: patch-ac,v 1.6 2006/01/18 23:53:06 xtraeme Exp $ /* * agpgart support (NetBSD 1.5Y and up) */ -@@ -590,7 +594,7 @@ +@@ -590,7 +596,7 @@ InstallManPageAliasesBase(file,destdir,a # define BuildXInputLib YES #endif |