head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.42 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.40 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.38 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.34 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.32 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.30 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.28 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.26 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.20 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3; locks; strict; comment @# @; 1.4 date 2005.05.18.22.02.20; author wiz; state dead; branches; next 1.3; 1.3 date 2001.09.30.22.13.45; author mycroft; state Exp; branches; next 1.2; 1.2 date 2001.04.07.20.52.45; author rh; state dead; branches; next 1.1; 1.1 date 2000.11.30.06.10.23; author mycroft; state Exp; branches; next ; desc @@ 1.4 log @Remove gnome1 packages except as needed for gnucash. Ok'd by jmmv@@ and rh@@ (gnome 1 maintainers). @ text @$NetBSD: patch-ah,v 1.3 2001/09/30 22:13:45 mycroft Exp $ --- gcalc/gnome-calc.c.orig Thu Jun 28 08:14:00 2001 +++ gcalc/gnome-calc.c Sun Sep 30 22:11:02 2001 @@@@ -51,6 +51,9 @@@@ #include "gnome-calc.h" #include +#ifdef HAVE_LOCALE_H +#include +#endif typedef void (*sighandler_t)(int); @ 1.3 log @Hack around problems with locale.h not being included. (This may not be exactly TRT; it should probably use Xlocale.h.) @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update gnome-utils to 1.4.0. Changes are bugfixes and locale updates. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2000/11/30 06:10:23 mycroft Exp $ d3 12 a14 11 --- gdictsrc/gdict-defbox.c.orig Fri May 19 18:57:46 2000 +++ gdictsrc/gdict-defbox.c Thu Nov 30 06:07:30 2000 @@@@ -284,7 +284,7 @@@@ gchar *word; if (context != defbox->context || - strcmp (defbox->database, gdict_pref.database)) + (defbox->database && strcmp (defbox->database, gdict_pref.database))) { defbox->context = context; @ 1.1 log @Fix an obvious null pointer derefence when the gdict preferences dialog is used before a lookup is done. @ text @d1 1 a1 1 $NetBSD$ @