head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.22 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.20 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.18 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 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 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.3 date 2007.11.12.20.01.34; author drochner; state dead; branches; next 1.2; 1.2 date 2003.02.18.14.39.04; author jmmv; state Exp; branches; next 1.1; 1.1 date 2002.04.03.20.38.35; author rh; state Exp; branches; next ; desc @@ 1.3 log @remove the meat of scrollkeeper -- the library is not used by any pkg anymore, and the users of .omf file install scripts are redirected to "rarian" which provides compatible (to the caller) implementations @ text @$NetBSD: patch-ad,v 1.2 2003/02/18 14:39:04 jmmv Exp $ --- Makefile.in.orig 2003-01-23 07:11:56.000000000 +0100 +++ Makefile.in @@@@ -536,13 +536,6 @@@@ dist-hook: scrollkeeper.spec # Build/rebuild the catalog install-data-hook: - rm -rf $(DESTDIR)$(scrollkeeper_localstate_dir) - $(mkinstalldirs) $(DESTDIR)$(scrollkeeper_localstate_dir) - $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log - PATH="$(PATH):$(DESTDIR)$(bindir)" ; \ - echo "`date +\"%b %d %X\"` Installing ScrollKeeper `scrollkeeper-config --version`..." >> $(DESTDIR)$(localstatedir)/log/scrollkeeper.log - PATH="$(PATH):$(DESTDIR)$(bindir)" ; \ - $(DESTDIR)$(bindir)/scrollkeeper-rebuilddb -q -p $(DESTDIR)$(scrollkeeper_localstate_dir) # Remove generated files uninstall-local: @ 1.2 log @Update to 0.3.12. There have been lots of changes since 0.2 (this version is almost a rewrite of the program). Note that this is still a development version but includes new features that may be required by packages using scrollkeeper (which won't work with the old 0.2). Provide a framework to automatically rebuild scrollkeeper's database from packages installing OMF files under share/omf/; they only need to include omf.mk in their Makefile and take care to install OMF files in the said directory. Reviewed by rh and wiz. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2002/04/03 20:38:35 rh Exp $ @ 1.1 log @Fix scrollkeeper directory creation. Bump revision to 0.2nb1. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 11 --- cl/src/uninstall.c.orig Thu Mar 15 21:10:33 2001 +++ cl/src/uninstall.c @@@@ -23,6 +23,7 @@@@ #include #include #include +#include #include #include #include @@@@ -31,7 +32,7 @@@@ d7 9 a15 1 #define _(String) gettext (String) d17 2 a18 5 -#define PATHLEN 256 +#define PATHLEN MAXPATHLEN struct IdTab { int id; @