head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.26 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.24 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.22 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.20 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.18 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.16 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.14 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.12 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.10 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.8 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.6 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.4 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.2 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.4.0.12 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.10 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.3 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1 netbsd-1-4-PATCH002:1.1 comdex-fall-1999:1.1 netbsd-1-4-PATCH001:1.1; locks; strict; comment @# @; 1.5 date 2007.05.20.17.28.21; author wiz; state dead; branches; next 1.4; 1.4 date 2005.11.25.14.40.45; author kristerw; state Exp; branches; next 1.3; 1.3 date 2001.04.06.21.47.06; author rh; state dead; branches; next 1.2; 1.2 date 2000.10.17.23.57.46; author jlam; state Exp; branches; next 1.1; 1.1 date 99.07.14.20.46.39; author tron; state Exp; branches; next ; desc @@ 1.5 log @Remove gnome-libs from pkgsrc. All its dependencies were already removed. @ text @$NetBSD: patch-al,v 1.4 2005/11/25 14:40:45 kristerw Exp $ --- gtk-xmhtml/colors.c.orig 2005-11-24 21:23:31.000000000 +0100 +++ gtk-xmhtml/colors.c 2005-11-24 21:23:59.000000000 +0100 @@@@ -295,7 +295,7 @@@@ /* XXX: This function does an XQueryColors() the hard way, because there is * no corresponding function in Gdk. */ -#ifndef WITH_MOTIF +#if 0 static void my_x_query_colors(GdkColormap *colormap, GdkColor *colors, @ 1.4 log @One function were defined identically in two files, but one of the copies were marked static, wich makes gcc 4 error out on what it think is inconistent declaration/definition. Disable the redundant static version. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update gnome-libs to 1.2.13. Changes are bugfixes only. @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.2 2000/10/17 23:57:46 jlam Exp $ d3 11 a13 13 --- gnome-faq/Makefile.in.orig Thu Oct 12 23:04:18 2000 +++ gnome-faq/Makefile.in @@@@ -149,8 +149,8 @@@@ # Make rules for the `gnome-libs' module -@@INSIDE_GNOME_DOCU_TRUE@@htmldir = $(datadir)/html -@@INSIDE_GNOME_DOCU_FALSE@@htmldir = $(prefix)/html +@@INSIDE_GNOME_DOCU_TRUE@@htmldir = $(datadir)/gnome/html/gnome-faq +@@INSIDE_GNOME_DOCU_FALSE@@htmldir = $(prefix)/share/gnome/html/gnome-faq @@INSIDE_GNOME_DOCU_TRUE@@html_subdirs = gnome-faq @ 1.2 log @Update gnome-libs to 1.2.5. Changes from version 1.2.3 are misc. bugfixes and documentation improvements. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update "gnome-libs" package to version 1.0.10. @ text @d3 3 a5 3 --- gnome-faq/Makefile.in.orig Tue Jun 1 22:08:57 1999 +++ gnome-faq/Makefile.in Wed Jul 14 22:11:26 1999 @@@@ -153,8 +153,8 @@@@ d11 2 a12 2 +@@INSIDE_GNOME_DOCU_TRUE@@htmldir = $(datadir)/doc/gnome-libs/html +@@INSIDE_GNOME_DOCU_FALSE@@htmldir = $(datadir)/doc/gnome-libs/html @