head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.26 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.24 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.22 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.20 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.18 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.16 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.14 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.12 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.10 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.8 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.6 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.4 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.2 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.5.0.36 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.34 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.32 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.30 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.28 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.26 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.24 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.22 pkgsrc-2005Q2-base:1.5 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; locks; strict; comment @# @; 1.6 date 2007.05.20.17.28.22; author wiz; state dead; branches; next 1.5; 1.5 date 2002.03.24.19.53.46; author rh; state Exp; branches; next 1.4; 1.4 date 2001.06.16.20.04.51; author jlam; state Exp; branches; next 1.3; 1.3 date 2000.11.30.03.09.33; author mycroft; state dead; branches; next 1.2; 1.2 date 2000.11.12.13.53.21; author tron; state Exp; branches; next 1.1; 1.1 date 2000.11.11.02.23.52; author mycroft; state Exp; branches; next ; desc @@ 1.6 log @Remove gnome-libs from pkgsrc. All its dependencies were already removed. @ text @$NetBSD: patch-ar,v 1.5 2002/03/24 19:53:46 rh Exp $ --- gtk-xmhtml/Makefile.in.orig Fri Jan 25 09:58:13 2002 +++ gtk-xmhtml/Makefile.in @@@@ -146,7 +146,7 @@@@ libgtkxmhtmlincludedir = $(includedir)/gnome-1.0/gtk-xmhtml -INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) @@GTK_CFLAGS@@ \ +INCLUDES = -I.. -I$(srcdir)/.. @@GTK_CFLAGS@@ \ -DWITH_GTK -DDEBUG -DGNOME_LIB @ 1.5 log @Update gnome-libs to 1.4.1.4. Changes are bugfixes, new man pages, and new translations. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Remove -I$(includedir) from the header search path (in spirit of buildlink). @ text @d3 2 a4 2 --- gtk-xmhtml/Makefile.in.orig Fri Mar 16 14:47:33 2001 +++ gtk-xmhtml/Makefile.in Sat Jun 16 09:00:26 2001 d7 1 a7 1 libgtkxmhtmlincludedir = $(includedir)/gtk-xmhtml d9 3 a11 2 -INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) @@GTK_CFLAGS@@ -DWITH_GTK -DDEBUG -DGNOME_LIB +INCLUDES = -I.. -I$(srcdir)/.. @@GTK_CFLAGS@@ -DWITH_GTK -DDEBUG -DGNOME_LIB a13 1 lib_LTLIBRARIES = libgtkxmhtml.la @ 1.3 log @This patch was *not* reversed. It was integrated into the baseline. Reversing it broke wm-properties-capplet again. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.2 2000/11/12 13:53:21 tron Exp $ d3 11 a13 11 --- libgnome/gnome-dentry.c.orig Tue Oct 24 01:12:33 2000 +++ libgnome/gnome-dentry.c Sun Nov 12 14:48:28 2000 @@@@ -631,7 +631,7 @@@@ } /* FIXME: do something if there's an error. */ - if (item->type && strcmp (item->type, "URL") == 0) { + if (strcmp (item->type, "URL") == 0) { gnome_url_show (exec_str); } else { gnome_execute_async_with_env (NULL, uargs, uargv, envc, envp); @ 1.2 log @Correct reversed patch. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Don't core dump when trying to launch something with no Type attribute (e.g. a window manager from wm-properties-capplet). @ text @d3 2 a4 2 --- libgnome/gnome-dentry.c.orig Sat Sep 16 19:24:51 2000 +++ libgnome/gnome-dentry.c Sat Nov 11 02:19:52 2000 d9 2 a10 2 - if (strcmp (item->type, "URL") == 0) { + if (item->type && strcmp (item->type, "URL") == 0) { @