head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 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 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2003.01.15.00.36.06; author salo; state dead; branches; next 1.4; 1.4 date 2002.10.02.08.46.58; author jlam; state Exp; branches; next 1.3; 1.3 date 2002.01.24.13.49.41; author wiz; state Exp; branches; next 1.2; 1.2 date 2001.04.26.14.42.33; author skrll; state dead; branches; next 1.1; 1.1 date 2000.10.22.09.30.43; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.10.22.09.30.43; author rh; state Exp; branches; next ; desc @@ 1.5 log @libpspell is gone. @ text @$NetBSD: patch-aa,v 1.4 2002/10/02 08:46:58 jlam Exp $ --- interface/Makefile.am.orig Tue May 29 19:31:51 2001 +++ interface/Makefile.am @@@@ -3,17 +3,13 @@@@ DEFS = @@DEFS@@ -DDATADIR=\"${pkgdatadir}\ INCLUDES = $(INCLTDL) -I../modules/ -I./ -# Note: The the -L.../.libs are there becuase of a bug in Libtool. -# Bug #416981 (Problem building .12.1 on linux) -# http://sourceforge.net/tracker/index.php?func=detail&aid=416981&group_id=2791&atid=102791 - lib_LTLIBRARIES = libpspell.la libpspell-impl.la libpspell_la_LDFLAGS = ${extra_ldflags} -version-info 4:3:0 -libpspell_la_LIBADD = $(LIBLTDL) -L../modules/.libs ../modules/libpspell-modules.la +libpspell_la_LIBADD = $(LIBLTDL) ../modules/libpspell-modules.la -lstdc++ -libpspell_impl_la_LIBADD = -L./.libs libpspell.la +libpspell_impl_la_LIBADD = libpspell.la libpspell_impl_la_LDFLAGS = ${extra_ldflags} -version-info 6:0:0 @ 1.4 log @Our libtool + buildlink2 avoids the usual libtool bug with uninstalled libtool archives. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Bump to 0.12.2nb1: Link library with stdc++. @ text @d3 1 a3 1 --- interface/Makefile.am.orig Wed May 30 04:31:51 2001 d5 9 a13 1 @@@@ -11,7 +11,7 @@@@ d18 4 a21 1 +libpspell_la_LIBADD = $(LIBLTDL) -L../modules/.libs ../modules/libpspell-modules.la -lstdc++ d23 1 a23 1 libpspell_impl_la_LIBADD = -L./.libs libpspell.la @ 1.2 log @Remove nasty libtool hack that is no longer needed with the excellent new libtool. :-) This package now builds. Problems highlighted by recent bulk build. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2000/10/22 09:30:43 rh Exp $ d3 3 a5 3 --- interface/Makefile.in.orig Sat Aug 19 09:07:34 2000 +++ interface/Makefile.in @@@@ -87,9 +87,9 @@@@ d7 1 a7 1 libpspell_la_LDFLAGS = -version-info 2:2:0 d9 2 a10 2 -libpspell_la_LIBADD = $(LIBLTDL) ../modules/libpspell-modules.la $(CXX_LIBS) +libpspell_la_LIBADD = $(LIBLTDL) -L`pwd`/../modules/.libs -lpspell-modules $(CXX_LIBS) d12 1 a12 4 -libpspell_impl_la_LIBADD = libpspell.la +libpspell_impl_la_LIBADD = -L`pwd`/.libs -lpspell libpspell_impl_la_LDFLAGS = -version-info 3:1:0 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of libpspell-0.11.2, a generic interface to spell checker libraries @ text @@