head 1.11; access; symbols pkgsrc-2013Q2:1.11.0.24 pkgsrc-2013Q2-base:1.11 pkgsrc-2012Q4:1.11.0.22 pkgsrc-2012Q4-base:1.11 pkgsrc-2011Q4:1.11.0.20 pkgsrc-2011Q4-base:1.11 pkgsrc-2011Q2:1.11.0.18 pkgsrc-2011Q2-base:1.11 pkgsrc-2009Q4:1.11.0.16 pkgsrc-2009Q4-base:1.11 pkgsrc-2008Q4:1.11.0.14 pkgsrc-2008Q4-base:1.11 pkgsrc-2008Q3:1.11.0.12 pkgsrc-2008Q3-base:1.11 cube-native-xorg:1.11.0.10 cube-native-xorg-base:1.11 pkgsrc-2008Q2:1.11.0.8 pkgsrc-2008Q2-base:1.11 pkgsrc-2008Q1:1.11.0.6 pkgsrc-2008Q1-base:1.11 pkgsrc-2007Q4:1.11.0.4 pkgsrc-2007Q4-base:1.11 pkgsrc-2007Q3:1.11.0.2 pkgsrc-2007Q3-base:1.11 pkgsrc-2007Q2:1.10.0.8 pkgsrc-2007Q2-base:1.10 pkgsrc-2007Q1:1.10.0.6 pkgsrc-2007Q1-base:1.10 pkgsrc-2006Q4:1.10.0.4 pkgsrc-2006Q4-base:1.10 pkgsrc-2006Q3:1.10.0.2 pkgsrc-2006Q3-base:1.10 pkgsrc-2006Q2:1.9.0.2 pkgsrc-2006Q2-base:1.9 pkgsrc-2006Q1:1.8.0.2 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.6.0.8 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.6 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.4 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.2 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.3.0.2 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.1.1.1.0.2 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.11 date 2007.08.17.20.25.22; author joerg; state dead; branches; next 1.10; 1.10 date 2006.07.31.16.39.41; author joerg; state Exp; branches; next 1.9; 1.9 date 2006.04.28.21.52.19; author joerg; state Exp; branches 1.9.2.1; next 1.8; 1.8 date 2006.02.27.22.58.57; author joerg; state Exp; branches 1.8.2.1; next 1.7; 1.7 date 2006.01.18.23.53.06; author xtraeme; state Exp; branches; next 1.6; 1.6 date 2005.03.21.10.06.15; author adam; state Exp; branches; next 1.5; 1.5 date 2005.03.19.19.34.49; author hira; state Exp; branches; next 1.4; 1.4 date 2005.02.21.16.45.40; author hira; state Exp; branches; next 1.3; 1.3 date 2004.12.20.14.45.25; author xtraeme; state Exp; branches; next 1.2; 1.2 date 2004.11.15.11.15.48; author hira; state Exp; branches; next 1.1; 1.1 date 2004.07.29.04.50.58; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.9.2.1 date 2006.08.23.23.30.32; author salo; state Exp; branches; next ; 1.8.2.1 date 2006.05.09.15.09.25; author salo; state Exp; branches; next ; 1.1.1.1 date 2004.07.29.04.50.58; author xtraeme; state Exp; branches; next ; desc @@ 1.11 log @To quote Johnny Lam: "In modular-xorg we trust" Remove xorg 6.9 packages from pkgsrc. @ text @$NetBSD: patch-ac,v 1.10 2006/07/31 16:39:41 joerg Exp $ --- config/cf/NetBSD.cf.in.orig 2006-04-28 23:09:24.000000000 +0200 +++ 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)) -# define LibraryMTDefines -DUSE_NBSD_THREADLIB +# define LibraryMTDefines @@@@NETBSD_THREADLIB@@@@ # endif # define SystemMTDefines -D_REENTRANT # define MTSafeAPIDefines -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI @@@@ -150,7 +150,7 @@@@ XCOMM operating system: OSName (OSMajor #define MkdirHierCmd mkdir -p #undef CcCmd -#define CcCmd gcc +#define CcCmd @@@@PKGSRC_CC@@@@ #ifndef DefaultCCOptions #if defined(UseInstalled) #define DefaultCCOptions /**/ @@@@ -166,7 +166,7 @@@@ XCOMM operating system: OSName (OSMajor #endif #endif -#define CppCmd cpp +#define CppCmd @@@@PKGSRC_CPP@@@@ #define StandardCppOptions -traditional #define StandardCppDefines /**/ #define PreProcessCmd CcCmd -E @@@@ -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)) || \ - defined(PpcArchitecture) + defined(PpcArchitecture) || defined(AMD64Architecture) # ifndef DoLoadableServer # define DoLoadableServer YES # endif @@@@ -231,7 +231,7 @@@@ XCOMM operating system: OSName (OSMajor # define ServerExtraSysLibs -li386 # endif #else -# define OptimizedCDebugFlags -O2 +# define OptimizedCDebugFlags -O2 GccAliasingArgs # if defined(SparcArchitecture) # define ServerOSDefines -DDDXOSINIT # elif defined(AlphaArchitecture) @@@@ -240,17 +240,24 @@@@ XCOMM operating system: OSName (OSMajor # define ServerOSDefines XFree86ServerOSDefines -DDDXTIME # elif defined(PpcArchitecture) # define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DDDXOSINIT +# elif defined(AMD64Architecture) +# define ServerOSDefines XFree86ServerOSDefines +# define ServerExtraSysLibs -lx86_64 # else # define ServerOSDefines /**/ # endif # if defined(AlphaArchitecture) # define ServerExtraSysLibs -lalpha -# else +# elif !defined(ServerExtraSysLibs) # define ServerExtraSysLibs /**/ # endif #endif -#ifdef i386Architecture -# define ServerExtraDefines GccGasOption XFree86ServerDefines +#if defined(i386Architecture) || defined(AMD64Architecture) +# if defined(AMD64Architecture) +# define ServerExtraDefines XFree86ServerDefines -D_XSERVER64 +# else +# define ServerExtraDefines GccGasOption XFree86ServerDefines +# endif # ifndef XFree86ConsoleDefines # if (OSMajorVersion == 1 && ((OSMinorVersion == 3 && OSTeenyVersion >= 6) \ || OSMinorVersion >= 4) \ @@@@ -284,6 +291,8 @@@@ XCOMM operating system: OSName (OSMajor # ifndef XFree86ConsoleDefines # define XFree86ConsoleDefines -DWSCONS_SUPPORT # endif +#elif defined(ia64Architecture) +# define ServerExtraDefines GccGasOption XFree86ServerDefines -D_XSERVER64 #else # define ServerExtraDefines GccGasOption #endif @@@@ -404,6 +413,10 @@@@ XCOMM operating system: OSName (OSMajor # endif /* MTRRBuiltin */ #endif /* i386Architecture */ +#if defined(AMD64Architecture) +# define HasMTRRBuiltin YES +#endif + /* * agpgart support (NetBSD 1.5Y and up) */ @@@@ -420,7 +433,7 @@@@ XCOMM operating system: OSName (OSMajor * MMX, SSE and 3DNow will be autodetected. NetBSD 1.6 and up have the * necessary kernel and toolchain support. */ -#if defined(i386Architecture) && \ +#if (defined(i386Architecture) || defined(AMD64Architecture)) && \ ((OSMajorVersion > 1) || (OSMajorVersion == 1 && OSMinorVersion > 5)) # define HasX86Support YES # define HasMMXSupport YES @@@@ -590,7 +603,7 @@@@ InstallManPageAliasesBase(file,destdir,a # define BuildXInputLib YES #endif -#if defined(i386Architecture) || defined(Arm32Architecture) || defined(AlphaArchitecture) || defined(PpcArchitecture) +#if defined(i386Architecture) || defined(Arm32Architecture) || defined(AlphaArchitecture) || defined(PpcArchitecture) || defined(AMD64Architecture) # include #endif @@@@ -651,7 +664,7 @@@@ sed 's/\.[0-9]*$$//'` */ #ifdef PpcArchitecture -# define OptimizedCDebugFlags -O2 +# define OptimizedCDebugFlags -O2 GccAliasingArgs # define XkbServerDefines -DXKB_ALWAYS_USES_SOFT_REPEAT # ifndef DoLoadableServer @ 1.10 log @Don't drop -fno-strict-aliasing on NetBSD/!i386. Fixes PR 34099. Bump revision of xorg-imake and xorg-libs. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.9 2006/04/28 21:52:19 joerg Exp $ @ 1.9 log @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. @ text @d1 1 a1 1 $NetBSD$ d41 9 d116 9 @ 1.9.2.1 log @Pullup ticket 1804 - requested by joerg security fix and sync with HEAD for xorg Revisions pulled up: - pkgsrc/meta-pkgs/xorg/Makefile.common 1.41, 1.42 - pkgsrc/x11/xorg-imake/Makefile 1.29, 1.30 - pkgsrc/x11/xorg-imake/distinfo 1.21 - pkgsrc/x11/xorg-imake/patches/patch-ac 1.8 - pkgsrc/x11/xorg-libs/Makefile 1.37, 1.39, 1.40, 1.41 - pkgsrc/x11/xorg-libs/PLIST 1.8, 1.9, 1.10 - pkgsrc/x11/xorg-libs/distinfo 1.48, 1.49, 1.50, 1.51, 1.52 - pkgsrc/x11/xorg-libs/patches/patch-ac 1.10 - pkgsrc/x11/xorg-libs/patches/patch-ad 1.6 - pkgsrc/x11/xorg-libs/patches/patch-au 1.3 - pkgsrc/x11/xorg-libs/patches/patch-bq 1.1 - pkgsrc/x11/xorg-libs/patches/patch-br 1.1 - pkgsrc/x11/xorg-server/Makefile 1.45 Module Name: pkgsrc Committed By: rillig Date: Tue Jul 4 09:20:18 UTC 2006 Modified Files: pkgsrc/meta-pkgs/xorg: Makefile.common Log Message: Made a SUBST block much simpler. --- Module Name: pkgsrc Committed By: joerg Date: Mon Jul 17 17:06:59 UTC 2006 Modified Files: pkgsrc/x11/xorg-imake: Makefile Log Message: Since mkhtmlindex is now a Perl script, depend on Perl and replace the interpreter. Bump revision. --- Module Name: pkgsrc Committed By: minskim Date: Sun Jul 23 15:45:36 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: Makefile distinfo pkgsrc/x11/xorg-libs/patches: patch-au Log Message: Make this package build on platforms without native zlib by including zlib's buildlink3.mk. Thanks to Joerg Sonnenberger for review. --- Module Name: pkgsrc Committed By: minskim Date: Sun Jul 23 16:54:20 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: PLIST Log Message: Add missing entries for Linux. Approved by the maintainer. --- Module Name: pkgsrc Committed By: joerg Date: Mon Jul 24 14:11:13 UTC 2006 Modified Files: pkgsrc/meta-pkgs/xorg: Makefile.common pkgsrc/x11/xorg-libs: Makefile Log Message: Move zlib SUBST magic to Makefile.common, it is always needed. Fixes problems found by abs@@ --- Module Name: pkgsrc Committed By: minskim Date: Mon Jul 24 22:00:47 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: PLIST distinfo pkgsrc/x11/xorg-libs/patches: patch-ad Log Message: Set ForceNormalLib and SharedFontLib to YES regardless of Linux distribution, so that the same set of libraries are built on every Linux distribution. Thanks to Joerg Sonnenberger for guide and review. --- Module Name: pkgsrc Committed By: minskim Date: Wed Jul 26 16:02:21 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: Makefile PLIST Log Message: Add a missing file on Linux. Bump PKGREVISION. -- Module Name: pkgsrc Committed By: joerg Date: Mon Jul 31 16:39:42 UTC 2006 Modified Files: pkgsrc/x11/xorg-imake: Makefile distinfo pkgsrc/x11/xorg-imake/patches: patch-ac pkgsrc/x11/xorg-libs: Makefile distinfo pkgsrc/x11/xorg-libs/patches: patch-ac Log Message: Don't drop -fno-strict-aliasing on NetBSD/!i386. Fixes PR 34099. Bump revision of xorg-imake and xorg-libs. --- Module Name: pkgsrc Committed By: joerg Date: Mon Aug 14 09:54:39 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: distinfo Added Files: pkgsrc/x11/xorg-libs/patches: patch-bq Log Message: Don't install os.h and misc.h in server builds, it would override files from xorg-libs. --- Module Name: pkgsrc Committed By: joerg Date: Tue Aug 22 18:12:14 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: Makefile distinfo pkgsrc/x11/xorg-server: Makefile Log Message: Fix SA21450 using patch from Xorg CVS. Bump revisions of xorg-libs and xorg-server. --- Module Name: pkgsrc Committed By: joerg Date: Wed Aug 23 00:11:08 UTC 2006 Added Files: pkgsrc/x11/xorg-libs/patches: patch-br Log Message: Actually add the patch as well. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.10 2006/07/31 16:39:41 joerg Exp $ a40 9 @@@@ -231,7 +231,7 @@@@ XCOMM operating system: OSName (OSMajor # define ServerExtraSysLibs -li386 # endif #else -# define OptimizedCDebugFlags -O2 +# define OptimizedCDebugFlags -O2 GccAliasingArgs # if defined(SparcArchitecture) # define ServerOSDefines -DDDXOSINIT # elif defined(AlphaArchitecture) a106 9 @@@@ -651,7 +664,7 @@@@ sed 's/\.[0-9]*$$//'` */ #ifdef PpcArchitecture -# define OptimizedCDebugFlags -O2 +# define OptimizedCDebugFlags -O2 GccAliasingArgs # define XkbServerDefines -DXKB_ALWAYS_USES_SOFT_REPEAT # ifndef DoLoadableServer @ 1.8 log @Fix the build of xorg-server on NetBSD/amd64. Bump revision of xorg-imake, since the installed files changed. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.7 2006/01/18 23:53:06 xtraeme Exp $ d3 2 a4 2 --- 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 d41 1 a41 1 @@@@ -240,16 +240,19 @@@@ XCOMM operating system: OSName (OSMajor d59 1 d61 5 a65 1 # define ServerExtraDefines GccGasOption XFree86ServerDefines d68 11 a78 1 @@@@ -404,6 +407,10 @@@@ XCOMM operating system: OSName (OSMajor d89 1 a89 1 @@@@ -420,7 +427,7 @@@@ XCOMM operating system: OSName (OSMajor d98 1 a98 1 @@@@ -590,7 +597,7 @@@@ InstallManPageAliasesBase(file,destdir,a @ 1.8.2.1 log @Pullup ticket 1538 - requested by tron security fix for xorg Patch provided by the submitter. Module Name: pkgsrc Committed By: tron Date: Wed May 3 12:23:48 UTC 2006 Modified Files: pkgsrc/x11/xorg-libs: distinfo pkgsrc/x11/xorg-server: Makefile Added Files: pkgsrc/x11/xorg-libs/patches: patch-bh Log Message: Apply patch to fix vulnerability reported in CVE-2006-1526. Bump package revision because of this fix. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.9 2006/04/28 21:52:19 joerg Exp $ d3 2 a4 2 --- config/cf/NetBSD.cf.in.orig 2006-04-28 23:09:24.000000000 +0200 +++ config/cf/NetBSD.cf.in d41 1 a41 1 @@@@ -240,17 +240,24 @@@@ XCOMM operating system: OSName (OSMajor a58 1 -# define ServerExtraDefines GccGasOption XFree86ServerDefines d60 1 a60 5 +# if defined(AMD64Architecture) +# define ServerExtraDefines XFree86ServerDefines -D_XSERVER64 +# else +# define ServerExtraDefines GccGasOption XFree86ServerDefines +# endif d63 1 a63 11 || OSMinorVersion >= 4) \ @@@@ -284,6 +291,8 @@@@ XCOMM operating system: OSName (OSMajor # ifndef XFree86ConsoleDefines # define XFree86ConsoleDefines -DWSCONS_SUPPORT # endif +#elif defined(ia64Architecture) +# define ServerExtraDefines GccGasOption XFree86ServerDefines -D_XSERVER64 #else # define ServerExtraDefines GccGasOption #endif @@@@ -404,6 +413,10 @@@@ XCOMM operating system: OSName (OSMajor d74 1 a74 1 @@@@ -420,7 +433,7 @@@@ XCOMM operating system: OSName (OSMajor d83 1 a83 1 @@@@ -590,7 +603,7 @@@@ InstallManPageAliasesBase(file,destdir,a @ 1.7 log @Update meta-pkgs/xorg to 6.9.0. The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@@ and reed@@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -126,7 +126,7 @@@@ d14 1 a14 1 @@@@ -150,7 +150,7 @@@@ d23 1 a23 1 @@@@ -166,7 +166,7 @@@@ d32 1 a32 1 @@@@ -195,7 +195,7 @@@@ d41 23 a63 1 @@@@ -404,6 +404,10 @@@@ d74 10 a83 1 @@@@ -590,7 +594,7 @@@@ @ 1.6 log @Re-added NetBSD signature @ text @d3 9 a11 8 --- config/cf/NetBSD.cf.in.orig 2004-08-15 09:03:36.000000000 +0900 +++ config/cf/NetBSD.cf.in 2005-03-20 03:57:25.000000000 +0900 @@@@ -123,7 +123,7 @@@@ # define ThreadedX YES # define HasThreadSafeAPI YES # define ThreadsLibraries -lpthread -# define LibraryMTDefines -DUSE_NBSD_THREADLIB +# define LibraryMTDefines @@@@NETBSD_THREADLIB@@@@ d14 1 a14 2 #else @@@@ -146,7 +146,7 @@@@ d23 1 a23 1 @@@@ -162,7 +162,7 @@@@ d32 1 a32 1 @@@@ -191,7 +191,7 @@@@ d41 1 a41 69 @@@@ -211,13 +211,7 @@@@ #define HasWeakSymbols UseElfFormat #ifdef i386Architecture -# ifndef DefaultGcc2i386Opt -# if OSMajorVersion > 1 || (OSMajorVersion == 1 && OSMinorVersion > 2) - /* The GCC strength-reduce bug is fixed for NetBSD 1.3 and later */ -# define DefaultGcc2i386Opt -O2 GccAliasingArgs -# endif -# endif -# define OptimizedCDebugFlags DefaultGcc2i386Opt +# define OptimizedCDebugFlags @@@@PKGSRC_CFLAGS@@@@ # if OSMajorVersion < 1 # define ServerOSDefines XFree86ServerOSDefines -DXNO_SYSCONF # else @@@@ -227,7 +221,7 @@@@ # define ServerExtraSysLibs -li386 # endif #else -# define OptimizedCDebugFlags -O2 +# define OptimizedCDebugFlags @@@@PKGSRC_CFLAGS@@@@ # if defined(SparcArchitecture) # define ServerOSDefines -DDDXOSINIT # elif defined(AlphaArchitecture) @@@@ -236,11 +230,17 @@@@ # define ServerOSDefines XFree86ServerOSDefines -DDDXTIME # elif defined(PpcArchitecture) # define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DDDXOSINIT +# elif defined(AMD64Architecture) +# undef OptimizedCDebugFlags +# define OptimizedCDebugFlags -O2 +# define ServerOSDefines XFree86ServerOSDefines # else # define ServerOSDefines /**/ # endif # if defined(AlphaArchitecture) # define ServerExtraSysLibs -lalpha +# elif defined(AMD64Architecture) +# define ServerExtraSysLibs -lx86_64 # else # define ServerExtraSysLibs /**/ # endif @@@@ -280,10 +280,25 @@@@ # ifndef XFree86ConsoleDefines # define XFree86ConsoleDefines -DWSCONS_SUPPORT # endif +#elif defined(AMD64Architecture) +# define ServerExtraDefines GccGasOption XFree86ServerDefines -D_XSERVER64 +# ifndef XFree86ConsoleDefines +# define XFree86ConsoleDefines -DWSCONS_SUPPORT -DPCVT_SUPPORT +# endif #else # define ServerExtraDefines GccGasOption #endif + +#if defined(AMD64Architecture) && \ + ((OSMajorVersion < 2) || \ + (OSMajorVersion == 2 && OSMinorVersion < 99) || \ + (OSMajorVersion == 2 && OSMinorVersion == 99 && OSTeenyVersion < 16)) +#ifndef PassHintToMMAP +#define PassHintToMMAP +#endif +#endif + #define StandardDefines -DCSRG_BASED /* Citrus mb locale were added in 1.5P */ #if ((OSMajorVersion > 1) || \ @@@@ -400,6 +415,10 @@@@ d46 1 a46 1 +# define HasMTRRBuiltin YES d52 1 a52 1 @@@@ -588,7 +607,7 @@@@ @ 1.5 log @ Fix an inverted condition for NetBSD/amd64. @ text @d1 1 @ 1.4 log @ Fix crash with -current/amd64. - don't pass address hint to mmap() with 2.99.16 or later - add __NetBSD__ to use mprotect() @ text @a0 1 $NetBSD: patch-ac,v 1.3 2004/12/20 14:45:25 xtraeme Exp $ d3 1 a3 1 +++ config/cf/NetBSD.cf.in 2005-02-21 11:23:09.000000000 +0900 d82 1 a82 1 @@@@ -280,10 +280,24 @@@@ d97 3 a99 2 + ((OSMajorVersion > 2) || \ + (OSMajorVersion == 2 && OSMinorVersion == 99 && OSTeenyVersion >= 16)) d108 1 a108 1 @@@@ -400,6 +414,10 @@@@ d119 1 a119 1 @@@@ -588,7 +606,7 @@@@ @ 1.3 log @Apply patch from X.org to fix: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0914 While I'm here, make this build again on NetBSD -current, which has not /usr/include/threadlib.h. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- config/cf/NetBSD.cf.in.orig 2004-08-15 02:03:36.000000000 +0200 +++ config/cf/NetBSD.cf.in 2004-12-20 15:33:15.000000000 +0100 d83 1 a83 1 @@@@ -280,6 +280,11 @@@@ d95 14 a108 1 @@@@ -400,6 +405,10 @@@@ d119 1 a119 1 @@@@ -588,7 +597,7 @@@@ @ 1.2 log @ Make this build on NetBSD/amd64. Patch provided by Nicolas Joly on port-amd64@@. OK'd by xtraeme@@. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1.1.1 2004/07/29 04:50:58 xtraeme Exp $ d3 11 a13 2 --- config/cf/NetBSD.cf.in.orig 2004-08-15 09:03:36.000000000 +0900 +++ config/cf/NetBSD.cf.in 2004-11-03 16:54:50.000000000 +0900 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- config/cf/NetBSD.cf.in.orig 2004-03-03 07:53:38.000000000 +0000 +++ config/cf/NetBSD.cf.in 2004-03-03 07:54:59.000000000 +0000 @@@@ -143,7 +143,7 @@@@ d14 1 a14 1 @@@@ -159,7 +159,7 @@@@ d23 10 a32 1 @@@@ -208,13 +208,7 @@@@ d47 1 a47 1 @@@@ -224,7 +218,7 @@@@ d56 50 @ 1.1.1.1 log @Initial import of xorg-libs-6.7.0. This package contains the X.org include header files and shared library files. @ text @@