head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.24 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.22 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.20 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.18 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.16 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.14 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.12 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.10 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.8 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.6 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.22 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.20 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.18 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.16 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.14 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.12 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.10 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.8 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.6 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.4 pkgsrc-2005Q1-base:1.3 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.4 date 2007.08.17.20.25.16; author joerg; state dead; branches; next 1.3; 1.3 date 2004.10.08.03.35.25; author xtraeme; state Exp; branches; next 1.2; 1.2 date 2004.09.21.17.38.53; author xtraeme; state dead; branches; next 1.1; 1.1 date 2004.07.29.04.49.52; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.07.29.04.49.52; author xtraeme; state Exp; branches; next ; desc @@ 1.4 log @To quote Johnny Lam: "In modular-xorg we trust" Remove xorg 6.9 packages from pkgsrc. @ text @$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) @ 1.3 log @Missing bits to make this build/work correctly on FreeBSD 5.x. Not tested on 4.x, but changes should be trivial to commit... @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update X.org packages to 6.8.1. To see the changes about this release, please review the "RELNOTES" file, which is available via www or in the distribution tarballs. These packages were tested on: * NetBSD 2.0/-current * Bluewall GNU/Linux * Slackware 10 GNU/Linux I'm currently testing them on FreeBSD 5.3BETA4. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2004/07/29 04:49:52 xtraeme Exp $ d3 3 a5 10 --- config/cf/FreeBSD.cf.in.orig 2004-03-03 07:40:43.000000000 +0000 +++ config/cf/FreeBSD.cf.in 2004-03-03 07:44:05.000000000 +0000 @@@@ -190,11 +190,11 @@@@ # define CcCmd $(CLIENTENVSETUP) cc # define CplusplusCmd $(CLIENTENVSETUP) c++ #else -# define CcCmd cc -# define CplusplusCmd c++ +# define CcCmd @@@@PKGSRC_CC@@@@ +# define CplusplusCmd @@@@PKGSRC_CXX@@@@ d8 8 d21 6 a26 7 @@@@ -207,7 +207,7 @@@@ #else #define NoSystemWarn #endif -#define DefaultCCOptions -ansi -pedantic NoSystemWarn -Dasm=__asm \ +#define DefaultCCOptions -ansi NoSystemWarn -Dasm=__asm \ GccWarningOptions a28 18 @@@@ -439,18 +439,8 @@@@ #define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC #endif -/* 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 -#endif -#endif - -#ifdef i386Architecture -# define OptimizedCDebugFlags DefaultGcc2i386Opt -#else -# define OptimizedCDebugFlags -O -#endif +#define DefaultGcc2i386Opt +#define OptimizedCDebugFlags @@@@PKGSRC_CFLAGS@@@@ d30 1 a30 3 #ifndef PreIncDir # define PreIncDir /usr/include @@@@ -476,7 +466,7 @@@@ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of xorg-imake-6.7.0. The xorg-imake package provides various utilities, such as imake, lndir, mkdirhier, xmkmf, and others. These utilities are from X.org, although an X server and X libraries are not needed. @ text @@