head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.38 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.36 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.34 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.32 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.30 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.28 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.26 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.24 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.22 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.20 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.18 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.16 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.14 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.12 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.10 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.8 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.2.0.12 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.10 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.8 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.6 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.4 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.1.0.10 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.5 date 2005.12.12.19.55.41; author joerg; state dead; branches; next 1.4; 1.4 date 2005.08.15.19.17.22; author erh; state Exp; branches; next 1.3; 1.3 date 2005.06.27.14.08.15; author wiz; state Exp; branches; next 1.2; 1.2 date 2004.03.16.23.59.42; author danw; state Exp; branches; next 1.1; 1.1 date 2001.12.06.19.09.18; author jlam; state Exp; branches; next ; desc @@ 1.5 log @Update OpenMotif to 2.2.3. Too many changes to list here, but most importantly no more imake usage. @ text @$NetBSD: patch-ar,v 1.4 2005/08/15 19:17:22 erh Exp $ --- config/imake/imakemdep.h.orig 2005-05-16 17:00:00.000000000 +0200 +++ config/imake/imakemdep.h 2005-05-16 17:04:32.000000000 +0200 @@@@ -265,10 +265,10 @@@@ #ifdef _CRAY #define DEFAULT_CPP "/lib/pcpp" #endif -#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) +#if defined(__386BSD__) || defined(__OpenBSD__) #define DEFAULT_CPP "/usr/libexec/cpp" #endif -#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__DragonFly__) #define USE_CC_E #endif #if defined(__sgi) && defined(__ANSI_CPP__) @@@@ -326,7 +326,7 @@@@ "-Uunix", /* remove unix symbol so that filename unix.c okay */ #endif #endif -#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(MACH) || defined(linux) || defined(__GNU__) +#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(MACH) || defined(linux) || defined(__GNU__) || defined(__APPLE__) || defined(__DragonFly__) # ifdef __i386__ "-D__i386__", # endif @@@@ -336,6 +336,9 @@@@ # ifdef __m68k__ "-D__m68k__", # endif +# ifdef __ppc__ + "-D__ppc__", +# endif # ifdef __GNUC__ "-traditional", # endif @@@@ -662,14 +665,14 @@@@ # define DEFAULT_OS_MINOR_REV "r %*d.%[0-9]" # define DEFAULT_OS_TEENY_REV "v %[0-9]" /* # define DEFAULT_OS_NAME "srm %[^\n]" */ /* Not useful on ISC */ -#elif defined(__FreeBSD__) || defined(__OpenBSD__) +#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) /* BSD/OS too? */ /* uname -r returns "x.y[.z]-mumble", e.g. "2.1.5-RELEASE" or "2.2-0801SNAP" */ # define DEFAULT_OS_MAJOR_REV "r %[0-9]" # define DEFAULT_OS_MINOR_REV "r %*d.%[0-9]" # define DEFAULT_OS_TEENY_REV "r %*d.%*d.%[0-9]" # define DEFAULT_OS_NAME "srm %[^\n]" -# if defined(__FreeBSD__) +# if defined(__FreeBSD__) || defined(__DragonFly__) /* Use an alternate way to find the teeny version for -STABLE, -SNAP versions */ # define DEFAULT_OS_TEENY_REV_FROB(buf, size) \ do { \ @@@@ -968,7 +971,9 @@@@ #ifdef __sgi {"__sgi", "1"}, #endif -#ifdef __FreeBSD__ +#ifdef __DragonFly__ + {"__DragonFly__", "1"}, +#elif defined(__FreeBSD__) {"__FreeBSD__", "1"}, #endif #ifdef __OpenBSD__ @@@@ -989,6 +994,12 @@@@ #ifdef __QNXNTO__ {"__QNXNTO__", "1"}, #endif +#ifdef __ppc__ + {"__ppc__", "1"}, +#endif +#ifdef __BIG_ENDIAN__ + {"__BIG_ENDIAN__", "1"}, +#endif /* add any additional symbols before this line */ {NULL, NULL} }; @ 1.4 log @s/defineD/defined/ so openmotif actually compiles w/o errors. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.3 2005/06/27 14:08:15 wiz Exp $ @ 1.3 log @Add DragonFly support (untested). Provided by Jörg Sonnenberger in PR 30258. While here, clean up pkglint warnings. @ text @d1 1 a1 1 $NetBSD$ d61 1 a61 1 +#elif defineD(__FreeBSD__) @ 1.2 log @add darwin support @ text @d3 3 a5 3 --- config/imake/imakemdep.h.orig Sat Mar 13 22:27:36 2004 +++ config/imake/imakemdep.h @@@@ -265,10 +265,10 @@@@ in this Software without prior written a d14 1 a14 1 +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) d18 1 a18 1 @@@@ -326,7 +326,7 @@@@ char *cpp_argv[ARGUMENTS] = { d23 1 a23 1 +#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(MACH) || defined(linux) || defined(__GNU__) || defined(__APPLE__) d27 1 a27 1 @@@@ -336,6 +336,9 @@@@ char *cpp_argv[ARGUMENTS] = { d37 26 a62 1 @@@@ -988,6 +991,12 @@@@ struct symtab predefs[] = { d64 2 d68 1 a68 1 +#endif d74 1 a74 1 #endif d77 1 @ 1.1 log @Mirror changes to the NetBSD xsrc tree to deal with the new toolchain, where /usr/libexec/cpp doesn't exist, by calling "cc -E" instead. @ text @d3 1 a3 1 --- config/imake/imakemdep.h.orig Thu Dec 6 10:54:30 2001 d5 1 a5 1 @@@@ -265,10 +265,10 @@@@ d14 1 a14 1 +#if defined(__FreeBSD__) || defined(__NetBSD__) d18 32 @