head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.42 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.40 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.38 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.36 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.34 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.32 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.30 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.28 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.26 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.24 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.22 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.20 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.18 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.16 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.14 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.12 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.10 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.8 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.6 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.4 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.2 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.5.0.20 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.18 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.16 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.14 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.12 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.5 comdex-fall-1999:1.1; locks; strict; comment @# @; 1.6 date 2005.05.18.22.02.20; author wiz; state dead; branches; next 1.5; 1.5 date 2001.02.13.11.47.03; author tron; state Exp; branches; next 1.4; 1.4 date 2000.11.09.20.14.48; author mycroft; state Exp; branches; next 1.3; 1.3 date 2000.10.23.17.06.57; author jlam; state Exp; branches; next 1.2; 1.2 date 99.11.07.22.25.50; author tron; state dead; branches; next 1.1; 1.1 date 99.09.03.07.25.14; author rh; state Exp; branches; next ; desc @@ 1.6 log @Remove gnome1 packages except as needed for gnucash. Ok'd by jmmv@@ and rh@@ (gnome 1 maintainers). @ text @$NetBSD: patch-ab,v 1.5 2001/02/13 11:47:03 tron Exp $ --- aclocal.m4.orig Sun May 21 01:50:15 2000 +++ aclocal.m4 Thu Nov 9 19:49:00 2000 @@@@ -1439,7 +1439,7 @@@@ [CATOBJEXT=.gmo DATADIRNAME=share], [CATOBJEXT=.mo - DATADIRNAME=lib]) + DATADIRNAME=${LOCALEDIR}]) INSTOBJEXT=.mo fi fi @ 1.5 log @Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with "${LOCALBASE}". @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2000/11/09 20:14:48 mycroft Exp $ @ 1.4 log @Remove previous changes to override LIBINTL and DATADIRNAME in configure. Instead, do the ${LOCALEBASE} substitution in configure.in and rebuild it. @ text @d1 1 a1 1 $NetBSD$ d10 1 a10 1 + DATADIRNAME=${LOCALEBASE}]) @ 1.3 log @Install locale files into correct places, depending on the OS. @ text @d3 11 a13 13 --- configure.orig Sat May 20 21:50:23 2000 +++ configure @@@@ -6393,6 +6393,10 @@@@ +# Set DATADIRNAME to "${LOCALEBASE}" +DATADIRNAME="${LOCALEBASE}" +INTLDEPS= +INTLLIBS="-lintl" trap '' 1 2 15 cat > confcache <<\EOF @ 1.2 log @Remove obsolete patch file. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 1999/09/03 07:25:14 rh Exp $ d3 3 a5 14 --- gncal/timeutil.c.orig Thu Sep 2 13:32:45 1999 +++ gncal/timeutil.c Thu Sep 2 13:35:09 1999 @@@@ -21,6 +21,12 @@@@ if (strlen (str) < 14) return -1; + (void) time (&t); + if (str [15] == 'Z') + my_tm = *localtime (&t); + else + my_tm = *gmtime (&t); + my_tm.tm_year = (digit_at (str, 0) * 1000 + digit_at (str, 1) * 100 + digit_at (str, 2) * 10 + digit_at (str, 3)) - 1900; a6 3 @@@@ -33,9 +39,6 @@@@ t = mktime (&my_tm); a7 5 - if (str [15] == 'Z') - t -= timezone; - return t; } d9 7 @ 1.1 log @Fix to work with gnome-libs-1.0.16 @ text @d1 1 a1 1 $NetBSD$ @