head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.2.0.46 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2010.01.22.14.22.42; author wiz; state dead; branches; next 1.3; 1.3 date 2010.01.22.13.54.22; author wiz; state Exp; branches; next 1.2; 1.2 date 2002.10.30.03.09.38; author rh; state dead; branches; next 1.1; 1.1 date 2002.09.25.04.54.47; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.09.25.04.54.47; author rh; state Exp; branches; next ; desc @@ 1.4 log @Remove patch that's not needed any longer after gtk-doc is fixed. @ text @$NetBSD: patch-aa,v 1.3 2010/01/22 13:54:22 wiz Exp $ --- docs/Makefile.in.orig 2010-01-22 13:46:23.000000000 +0000 +++ docs/Makefile.in @@@@ -500,7 +500,7 @@@@ uninstall-am: @@ENABLE_GTK_DOC_TRUE@@ cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) @@ENABLE_GTK_DOC_TRUE@@ test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) @@ENABLE_GTK_DOC_TRUE@@ @@echo '-- Fixing Crossreferences' -@@ENABLE_GTK_DOC_TRUE@@ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) +@@ENABLE_GTK_DOC_TRUE@@ cd $(srcdir) && gtkdoc-fixxref --module=gtkspell --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @@ENABLE_GTK_DOC_TRUE@@ touch html-build.stamp ############## @ 1.3 log @Add missing --module flag to gtkdoc-fixxref, needed by latest gtkdoc. XXX: is --module=gtkspell correct? @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2002/09/25 04:54:47 rh Exp $ d3 9 a11 9 --- gtkspell-2.0.pc.in.orig Fri Aug 2 14:31:47 2002 +++ gtkspell-2.0.pc.in @@@@ -7,6 +7,6 @@@@ Name: GTKSpell Description: GTK spelling library Version: @@VERSION@@ Requires: @@GTKSPELL_PACKAGES@@ -Libs: -L${libdir} -lgtkspell -lpspell +Libs: -Wl,-R${libdir} -L${libdir} -lgtkspell -lpspell Cflags: -I${includedir}/gtkspell-2.0 d13 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of gtkspell-2.0.2, a spell checking widget for GTK2 apps. @ text @@