diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-12 20:01:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-12 20:01:31 +0000 |
commit | 60baec7bc9f133a5719d88e966f9f6757a382940 (patch) | |
tree | a1477ff01957fd2e3b5acf1a43e725b5d40bda3e | |
parent | 3d48a84b6b713deba02838037ecb0f4b5dbee516 (diff) | |
download | pkgsrc-60baec7bc9f133a5719d88e966f9f6757a382940.tar.gz |
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
-rw-r--r-- | textproc/scrollkeeper/DEINSTALL | 9 | ||||
-rw-r--r-- | textproc/scrollkeeper/DESCR | 6 | ||||
-rw-r--r-- | textproc/scrollkeeper/INSTALL | 14 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 78 | ||||
-rw-r--r-- | textproc/scrollkeeper/PLIST | 142 | ||||
-rw-r--r-- | textproc/scrollkeeper/buildlink3.mk | 50 | ||||
-rw-r--r-- | textproc/scrollkeeper/distinfo | 9 | ||||
-rw-r--r-- | textproc/scrollkeeper/patches/patch-aa | 17 | ||||
-rw-r--r-- | textproc/scrollkeeper/patches/patch-ab | 13 | ||||
-rw-r--r-- | textproc/scrollkeeper/patches/patch-ac | 13 | ||||
-rw-r--r-- | textproc/scrollkeeper/patches/patch-ad | 18 |
11 files changed, 0 insertions, 369 deletions
diff --git a/textproc/scrollkeeper/DEINSTALL b/textproc/scrollkeeper/DEINSTALL deleted file mode 100644 index f2a06d32617..00000000000 --- a/textproc/scrollkeeper/DEINSTALL +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:40:16 jlam Exp $ - -SCROLLKEEPER_DATADIR="@SCROLLKEEPER_DATADIR@" - -case ${STAGE} in -DEINSTALL) - ${RM} -rf ${SCROLLKEEPER_DATADIR} - ;; -esac diff --git a/textproc/scrollkeeper/DESCR b/textproc/scrollkeeper/DESCR deleted file mode 100644 index bad3041598c..00000000000 --- a/textproc/scrollkeeper/DESCR +++ /dev/null @@ -1,6 +0,0 @@ - ScrollKeeper is a cataloging system for documentation on open systems. -It manages documentation metadata (as specified by the Open Source -Metadata Framework (OMF) and provides a simple API to allow help browsers -to find, sort, and search the document catalog. It will also be able to -communicate with catalog servers on the Net to search for documents which -are not on the local system. diff --git a/textproc/scrollkeeper/INSTALL b/textproc/scrollkeeper/INSTALL deleted file mode 100644 index 25fc60a6413..00000000000 --- a/textproc/scrollkeeper/INSTALL +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: INSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $ - -SCROLLKEEPER_REBUILDDB="@SCROLLKEEPER_REBUILDDB@" -SCROLLKEEPER_DATADIR="@SCROLLKEEPER_DATADIR@" - -case ${STAGE} in -POST-INSTALL) - ${MKDIR} ${SCROLLKEEPER_DATADIR} - ${MKDIR} ${SCROLLKEEPER_DATADIR}/log - ${TOUCH} ${SCROLLKEEPER_DATADIR}/log/scrollkeeper.log - ${MKDIR} ${SCROLLKEEPER_DATADIR}/db - ${SCROLLKEEPER_REBUILDDB} -q -p ${SCROLLKEEPER_DATADIR}/db > /dev/null 2>&1 - ;; -esac diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile deleted file mode 100644 index c02b0764795..00000000000 --- a/textproc/scrollkeeper/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# $NetBSD: Makefile,v 1.46 2007/11/05 15:56:13 jmmv Exp $ -# - -DISTNAME= scrollkeeper-0.3.14 -PKGREVISION= 10 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scrollkeeper/} \ - ${MASTER_SITE_GNOME:=sources/scrollkeeper/0.3/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://scrollkeeper.sourceforge.net/ -COMMENT= Open Document Cataloging Project - -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - -CONFLICTS= rarian-[0-9]* - -DEPENDS+= docbook-xml>=4.4nb4:../../textproc/docbook-xml - -GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool msgfmt -USE_LIBTOOL= yes -USE_PKGLOCALEDIR= yes - -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR:Q} -CONFIGURE_ARGS+= --sharedstatedir=${SCROLLKEEPER_DATADIR:Q} -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -CONFIGURE_ARGS+= --with-partial-db-dir=db -CONFIGURE_ARGS+= --with-xml-catalog=${BUILDLINK_PREFIX.xmlcatmgr}/share/xml/catalog - -.include "../../mk/bsd.prefs.mk" - -.if ${LOCALBASE} == ${X11PREFIX} -CONFIGURE_ARGS+= --with-omfdirs=${PREFIX}/share/omf -.else -CONFIGURE_ARGS+= --with-omfdirs=${LOCALBASE}/share/omf:${X11PREFIX}/share/omf -.endif - -MAKE_ENV+= ICONV=iconv - -SCROLLKEEPER_DATADIR= ${PREFIX}/libdata/scrollkeeper -SCROLLKEEPER_REBUILDDB= ${PREFIX}/bin/scrollkeeper-rebuilddb -FILES_SUBST+= SCROLLKEEPER_DATADIR=${SCROLLKEEPER_DATADIR:Q} -FILES_SUBST+= SCROLLKEEPER_REBUILDDB=${SCROLLKEEPER_REBUILDDB:Q} - -EGDIR= ${PREFIX}/share/examples/scrollkeeper -CONF_FILES= ${EGDIR}/scrollkeeper.conf ${PKG_SYSCONFDIR}/scrollkeeper.conf - -XML_ENTRIES= public "-//Scrollkeeper//DTD Contents List V1.0//EN" \ - ${PREFIX}/share/xml/scrollkeeper/dtds/scrollkeeper-cl.dtd -XML_ENTRIES+= public "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \ - ${PREFIX}/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd -XML_ENTRIES+= public "-//Open Source Metadata Framework (OMF) //DTD OMF.dtd V1.1//EN" \ - ${PREFIX}/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd - -SUBST_CLASSES+= sk-config sc-gtfd -SUBST_STAGE.sk-config= post-patch -SUBST_FILES.sk-config= scripts/scrollkeeper-get-index-from-docpath.in \ - scripts/scrollkeeper-get-toc-from-docpath.in \ - scripts/scrollkeeper-get-toc-from-id.in \ - scripts/scrollkeeper-rebuilddb.in \ - cl/src/get-cl.c \ - cl/src/update.c \ - cl/src/scrollkeeper-install.c \ - cl/src/scrollkeeper-uninstall.c -SUBST_SED.sk-config= -e s,scrollkeeper-config\ ,${PREFIX}/bin/scrollkeeper-config\ , -SUBST_STAGE.sc-gtfd= post-patch -SUBST_FILES.sc-gtfd= libs/install.c -SUBST_SED.sc-gtfd= -e s,scrollkeeper-get-toc-from-docpath\ ,${PREFIX}/bin/scrollkeeper-get-toc-from-docpath\ , - -.include "../../converters/libiconv/buildlink3.mk" -.include "../../devel/gettext-lib/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../textproc/xmlcatmgr/catalogs.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/scrollkeeper/PLIST b/textproc/scrollkeeper/PLIST deleted file mode 100644 index a7b00632b0f..00000000000 --- a/textproc/scrollkeeper/PLIST +++ /dev/null @@ -1,142 +0,0 @@ -@comment $NetBSD: PLIST,v 1.12 2006/04/17 07:07:36 jlam Exp $ -bin/scrollkeeper-config -bin/scrollkeeper-extract -bin/scrollkeeper-gen-seriesid -bin/scrollkeeper-get-cl -bin/scrollkeeper-get-content-list -bin/scrollkeeper-get-extended-content-list -bin/scrollkeeper-get-index-from-docpath -bin/scrollkeeper-get-toc-from-docpath -bin/scrollkeeper-get-toc-from-id -bin/scrollkeeper-install -bin/scrollkeeper-preinstall -bin/scrollkeeper-rebuilddb -bin/scrollkeeper-uninstall -bin/scrollkeeper-update -lib/libscrollkeeper.la -man/man1/scrollkeeper-config.1 -man/man1/scrollkeeper-gen-seriesid.1 -man/man5/scrollkeeper.conf.5 -man/man7/scrollkeeper.7 -man/man8/scrollkeeper-preinstall.8 -man/man8/scrollkeeper-rebuilddb.8 -man/man8/scrollkeeper-update.8 -share/doc/${PKGNAME}/AUTHORS -share/doc/${PKGNAME}/COPYING -share/doc/${PKGNAME}/COPYING.DOC -share/doc/${PKGNAME}/ChangeLog -share/doc/${PKGNAME}/NEWS -share/doc/${PKGNAME}/README -share/doc/${PKGNAME}/TODO -share/doc/${PKGNAME}/scrollkeeper-spec.txt -share/examples/scrollkeeper/scrollkeeper.conf -share/locale/am/LC_MESSAGES/scrollkeeper.mo -share/locale/az/LC_MESSAGES/scrollkeeper.mo -share/locale/be/LC_MESSAGES/scrollkeeper.mo -share/locale/ca/LC_MESSAGES/scrollkeeper.mo -share/locale/cs/LC_MESSAGES/scrollkeeper.mo -share/locale/da/LC_MESSAGES/scrollkeeper.mo -share/locale/de/LC_MESSAGES/scrollkeeper.mo -share/locale/el/LC_MESSAGES/scrollkeeper.mo -share/locale/es/LC_MESSAGES/scrollkeeper.mo -share/locale/fr/LC_MESSAGES/scrollkeeper.mo -share/locale/hu/LC_MESSAGES/scrollkeeper.mo -share/locale/it/LC_MESSAGES/scrollkeeper.mo -share/locale/ja/LC_MESSAGES/scrollkeeper.mo -share/locale/kn/LC_MESSAGES/scrollkeeper.mo -share/locale/ko/LC_MESSAGES/scrollkeeper.mo -share/locale/nl/LC_MESSAGES/scrollkeeper.mo -share/locale/no/LC_MESSAGES/scrollkeeper.mo -share/locale/pl/LC_MESSAGES/scrollkeeper.mo -share/locale/pt_BR/LC_MESSAGES/scrollkeeper.mo -share/locale/ro/LC_MESSAGES/scrollkeeper.mo -share/locale/ru/LC_MESSAGES/scrollkeeper.mo -share/locale/sk/LC_MESSAGES/scrollkeeper.mo -share/locale/sl/LC_MESSAGES/scrollkeeper.mo -share/locale/sr/LC_MESSAGES/scrollkeeper.mo -share/locale/sr@Latn/LC_MESSAGES/scrollkeeper.mo -share/locale/sv/LC_MESSAGES/scrollkeeper.mo -share/locale/tr/LC_MESSAGES/scrollkeeper.mo -share/locale/uk/LC_MESSAGES/scrollkeeper.mo -share/locale/vi/LC_MESSAGES/scrollkeeper.mo -share/locale/zh_CN/LC_MESSAGES/scrollkeeper.mo -share/locale/zh_TW/LC_MESSAGES/scrollkeeper.mo -share/omf/scrollkeeper/writing_scrollkeeper_omf_files-C.omf -share/scrollkeeper/Templates/C/scrollkeeper_cl.xml -share/scrollkeeper/Templates/am/scrollkeeper_cl.xml -share/scrollkeeper/Templates/be/scrollkeeper_cl.xml -share/scrollkeeper/Templates/ca/scrollkeeper_cl.xml -share/scrollkeeper/Templates/cs/scrollkeeper_cl.xml -share/scrollkeeper/Templates/da/scrollkeeper_cl.xml -share/scrollkeeper/Templates/de/scrollkeeper_cl.xml -share/scrollkeeper/Templates/el/scrollkeeper_cl.xml -share/scrollkeeper/Templates/es/scrollkeeper_cl.xml -share/scrollkeeper/Templates/fr/scrollkeeper_cl.xml -share/scrollkeeper/Templates/hu/scrollkeeper_cl.xml -share/scrollkeeper/Templates/it/scrollkeeper_cl.xml -share/scrollkeeper/Templates/ja/scrollkeeper_cl.xml -share/scrollkeeper/Templates/ko/scrollkeeper_cl.xml -share/scrollkeeper/Templates/nl/scrollkeeper_cl.xml -share/scrollkeeper/Templates/no/scrollkeeper_cl.xml -share/scrollkeeper/Templates/pl/scrollkeeper_cl.xml -share/scrollkeeper/Templates/pt_BR/scrollkeeper_cl.xml -share/scrollkeeper/Templates/ro/scrollkeeper_cl.xml -share/scrollkeeper/Templates/ru/scrollkeeper_cl.xml -share/scrollkeeper/Templates/sk/scrollkeeper_cl.xml -share/scrollkeeper/Templates/sl/scrollkeeper_cl.xml -share/scrollkeeper/Templates/sr/scrollkeeper_cl.xml -share/scrollkeeper/Templates/sr@Latn/scrollkeeper_cl.xml -share/scrollkeeper/Templates/sv/scrollkeeper_cl.xml -share/scrollkeeper/Templates/tr/scrollkeeper_cl.xml -share/scrollkeeper/Templates/vi/scrollkeeper_cl.xml -share/scrollkeeper/Templates/zh_CN/scrollkeeper_cl.xml -share/scrollkeeper/Templates/zh_TW/scrollkeeper_cl.xml -share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C/legal.xml -share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C/writing_scrollkeeper_omf_files.xml -share/scrollkeeper/stylesheets/categories.xsl -share/scrollkeeper/stylesheets/index.xsl -share/scrollkeeper/stylesheets/toc.xsl -share/xml/scrollkeeper/dtds/scrollkeeper-cl.dtd -share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd -@dirrm share/xml/scrollkeeper/dtds -@dirrm share/xml/scrollkeeper -@comment in xmlcatmgr: @dirrm share/xml -@dirrm share/scrollkeeper/stylesheets -@dirrm share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C -@dirrm share/scrollkeeper/doc/writing_scrollkeeper_omf_files -@dirrm share/scrollkeeper/doc -@dirrm share/scrollkeeper/Templates/zh_TW -@dirrm share/scrollkeeper/Templates/zh_CN -@dirrm share/scrollkeeper/Templates/vi -@dirrm share/scrollkeeper/Templates/tr -@dirrm share/scrollkeeper/Templates/sv -@dirrm share/scrollkeeper/Templates/sr@Latn -@dirrm share/scrollkeeper/Templates/sr -@dirrm share/scrollkeeper/Templates/sl -@dirrm share/scrollkeeper/Templates/sk -@dirrm share/scrollkeeper/Templates/ru -@dirrm share/scrollkeeper/Templates/ro -@dirrm share/scrollkeeper/Templates/pt_BR -@dirrm share/scrollkeeper/Templates/pl -@dirrm share/scrollkeeper/Templates/no -@dirrm share/scrollkeeper/Templates/nl -@dirrm share/scrollkeeper/Templates/ko -@dirrm share/scrollkeeper/Templates/ja -@dirrm share/scrollkeeper/Templates/it -@dirrm share/scrollkeeper/Templates/hu -@dirrm share/scrollkeeper/Templates/fr -@dirrm share/scrollkeeper/Templates/es -@dirrm share/scrollkeeper/Templates/el -@dirrm share/scrollkeeper/Templates/de -@dirrm share/scrollkeeper/Templates/da -@dirrm share/scrollkeeper/Templates/cs -@dirrm share/scrollkeeper/Templates/ca -@dirrm share/scrollkeeper/Templates/be -@dirrm share/scrollkeeper/Templates/am -@dirrm share/scrollkeeper/Templates/C -@dirrm share/scrollkeeper/Templates -@dirrm share/scrollkeeper -@dirrm share/omf/scrollkeeper -@dirrm share/omf -@dirrm share/examples/scrollkeeper -@dirrm share/doc/${PKGNAME} diff --git a/textproc/scrollkeeper/buildlink3.mk b/textproc/scrollkeeper/buildlink3.mk deleted file mode 100644 index 31fd82e5160..00000000000 --- a/textproc/scrollkeeper/buildlink3.mk +++ /dev/null @@ -1,50 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.11 2006/07/08 23:11:11 jlam Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -SCROLLKEEPER_BUILDLINK3_MK:= ${SCROLLKEEPER_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= scrollkeeper -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nscrollkeeper} -BUILDLINK_PACKAGES+= scrollkeeper -BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}scrollkeeper - -.if !empty(SCROLLKEEPER_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.scrollkeeper+= scrollkeeper>=0.3.12nb2 -BUILDLINK_ABI_DEPENDS.scrollkeeper+= scrollkeeper>=0.3.14nb8 -BUILDLINK_PKGSRCDIR.scrollkeeper?= ../../textproc/scrollkeeper -.endif # SCROLLKEEPER_BUILDLINK3_MK - -.include "../../devel/gettext-lib/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../textproc/xmlcatmgr/buildlink3.mk" - -.if !empty(SCROLLKEEPER_BUILDLINK3_MK:M+) -BUILDLINK_TARGETS+= scrollkeeper-buildlink-fake - -_SK_FAKE_UPDATE= ${BUILDLINK_DIR}/bin/scrollkeeper-update -_SK_FAKE_REBUILDDB= ${BUILDLINK_DIR}/bin/scrollkeeper-rebuilddb - -scrollkeeper-buildlink-fake: - ${_PKG_SILENT}${_PKG_DEBUG} \ - if [ ! -f ${_SK_FAKE_UPDATE} ]; then \ - ${ECHO_BUILDLINK_MSG} "Creating ${_SK_FAKE_UPDATE}"; \ - ${MKDIR} ${_SK_FAKE_UPDATE:H}; \ - ${ECHO} "#!/bin/sh" > ${_SK_FAKE_UPDATE}; \ - ${ECHO} "echo '[pkgsrc] Doing nothing for scrollkeeper-update' \$$*" >> ${_SK_FAKE_UPDATE}; \ - ${CHMOD} +x ${_SK_FAKE_UPDATE}; \ - fi - ${_PKG_SILENT}${_PKG_DEBUG} \ - if [ ! -f ${_SK_FAKE_REBUILDDB} ]; then \ - ${ECHO_BUILDLINK_MSG} "Creating ${_SK_FAKE_REBUILDDB}"; \ - ${MKDIR} ${_SK_FAKE_REBUILDDB:H}; \ - ${ECHO} "#!/bin/sh" > ${_SK_FAKE_REBUILDDB}; \ - ${ECHO} "echo '[pkgsrc] Doing nothing for scrollkeeper-rebuilddb' \$$*" >> ${_SK_FAKE_REBUILDDB}; \ - ${CHMOD} +x ${_SK_FAKE_REBUILDDB}; \ - fi -.endif # SCROLLKEEPER_BUILDLINK3_MK - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/textproc/scrollkeeper/distinfo b/textproc/scrollkeeper/distinfo deleted file mode 100644 index e4b99a4876c..00000000000 --- a/textproc/scrollkeeper/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.12 2005/02/24 14:48:49 agc Exp $ - -SHA1 (scrollkeeper-0.3.14.tar.gz) = 0462799a2d96f46dec76f2fd057e2dfe8d7cb94d -RMD160 (scrollkeeper-0.3.14.tar.gz) = 30a4ae4b1d70cf2eef25c352308e50f921ad5270 -Size (scrollkeeper-0.3.14.tar.gz) = 679513 bytes -SHA1 (patch-aa) = e4658d7589cea0da3c57045e33d9d4812d11ccc9 -SHA1 (patch-ab) = 745fad045b7a9d2286ab3060714a2cf967e875a1 -SHA1 (patch-ac) = bd464789672250d8dc6d968ffd0f14735dec0848 -SHA1 (patch-ad) = 5577b0b5a1211911a5fa334bec6e6edef28aa10b diff --git a/textproc/scrollkeeper/patches/patch-aa b/textproc/scrollkeeper/patches/patch-aa deleted file mode 100644 index 3d25958b7b7..00000000000 --- a/textproc/scrollkeeper/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2004/01/25 09:35:38 tron Exp $ - ---- libs/install.c.orig Wed Sep 3 12:33:52 2003 -+++ libs/install.c Sun Jan 25 10:34:06 2004 -@@ -517,10 +517,10 @@ - /* these should all be <sect> nodes */ - for(node = sect_node; node != NULL; node = node->next) - { -+ xmlChar *categorycode; -+ - if (xmlStrcmp(node->name, (xmlChar *)"sect")) - continue; -- -- xmlChar *categorycode; - - categorycode = xmlGetProp(node, (xmlChar *)"categorycode"); - if (categorycode == NULL) diff --git a/textproc/scrollkeeper/patches/patch-ab b/textproc/scrollkeeper/patches/patch-ab deleted file mode 100644 index 0f25ce928c4..00000000000 --- a/textproc/scrollkeeper/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2004/05/06 16:20:17 minskim Exp $ - ---- cl/templates/Makefile.in.orig 2003-12-06 02:17:56.000000000 -0600 -+++ cl/templates/Makefile.in -@@ -184,7 +184,7 @@ target_vendor = @target_vendor@ - EXTRA_DIST = scrollkeeper_cl.xml.in - LIB_PATH = $(top_builddir)/libs/.libs - --TRANSLATED_LOCALES = C am az be ca cs da de el es fr hu it ja kn ko nl no pl pt_BR ro ru sk sl sr sr@Latn sv tr uk vi zh_CN zh_TW -+TRANSLATED_LOCALES = C am be ca cs da de el es fr hu it ja ko nl no pl pt_BR ro ru sk sl sr sr@Latn sv tr vi zh_CN zh_TW - subdir = cl/templates - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/textproc/scrollkeeper/patches/patch-ac b/textproc/scrollkeeper/patches/patch-ac deleted file mode 100644 index b0b1651b6d8..00000000000 --- a/textproc/scrollkeeper/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.5 2004/01/23 16:55:37 jmmv Exp $ - ---- config/Makefile.in.orig 2003-12-06 09:17:57.000000000 +0100 -+++ config/Makefile.in -@@ -181,7 +181,7 @@ target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ - --pkgconfigdir = $(sysconfdir) -+pkgconfigdir = $(datadir)/examples/scrollkeeper - - pkgconfig_DATA = scrollkeeper.conf - diff --git a/textproc/scrollkeeper/patches/patch-ad b/textproc/scrollkeeper/patches/patch-ad deleted file mode 100644 index cb7972d73b7..00000000000 --- a/textproc/scrollkeeper/patches/patch-ad +++ /dev/null @@ -1,18 +0,0 @@ -$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: |