summaryrefslogtreecommitdiff
path: root/www/htdig-devel
diff options
context:
space:
mode:
Diffstat (limited to 'www/htdig-devel')
-rw-r--r--www/htdig-devel/DEINSTALL11
-rw-r--r--www/htdig-devel/DESCR2
-rw-r--r--www/htdig-devel/INSTALL10
-rw-r--r--www/htdig-devel/MESSAGE13
-rw-r--r--www/htdig-devel/Makefile45
-rw-r--r--www/htdig-devel/PLIST196
-rw-r--r--www/htdig-devel/distinfo13
-rw-r--r--www/htdig-devel/patches/patch-aa16
-rw-r--r--www/htdig-devel/patches/patch-ab13
-rw-r--r--www/htdig-devel/patches/patch-ac17
-rw-r--r--www/htdig-devel/patches/patch-af23
-rw-r--r--www/htdig-devel/patches/patch-ag14
-rw-r--r--www/htdig-devel/patches/patch-ah14
-rw-r--r--www/htdig-devel/patches/patch-ai28
-rw-r--r--www/htdig-devel/patches/patch-aj18
15 files changed, 0 insertions, 433 deletions
diff --git a/www/htdig-devel/DEINSTALL b/www/htdig-devel/DEINSTALL
deleted file mode 100644
index fd43da00390..00000000000
--- a/www/htdig-devel/DEINSTALL
+++ /dev/null
@@ -1,11 +0,0 @@
-#!@SH@
-#
-# $NetBSD: DEINSTALL,v 1.1 2011/12/01 09:56:39 wiz Exp $
-
-case "${STAGE}" in
-DEINSTALL)
- ${RM} -f ${PREFIX}/share/htdig/common/root2word.db
- ${RM} -f ${PREFIX}/share/htdig/common/synonyms.db
- ${RM} -f ${PREFIX}/share/htdig/common/word2root.db
- ;;
-esac
diff --git a/www/htdig-devel/DESCR b/www/htdig-devel/DESCR
deleted file mode 100644
index aedb7500b8a..00000000000
--- a/www/htdig-devel/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The ht://Dig system is a complete world wide web indexing and searching
-system for a small domain or intranet.
diff --git a/www/htdig-devel/INSTALL b/www/htdig-devel/INSTALL
deleted file mode 100644
index 10366f85588..00000000000
--- a/www/htdig-devel/INSTALL
+++ /dev/null
@@ -1,10 +0,0 @@
-#!@SH@
-#
-# $NetBSD: INSTALL,v 1.3 2006/01/08 20:25:58 markd Exp $
-
-case "${STAGE}" in
-POST-INSTALL)
- ${PREFIX}/bin/htfuzzy -v synonyms
- ${PREFIX}/bin/htfuzzy -v endings
- ;;
-esac
diff --git a/www/htdig-devel/MESSAGE b/www/htdig-devel/MESSAGE
deleted file mode 100644
index c31620a7c0b..00000000000
--- a/www/htdig-devel/MESSAGE
+++ /dev/null
@@ -1,13 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $
-
-The sample ${PREFIX}/bin/rundig script may be run to create a database
-in the newly created empty directory, ${DBDIR}. A sample search
-form, which may be used to search that database, has been installed to
-${PREFIX}/share/examples/htdig/search.html.
-
-For an example of how to set up ht://Dig and integrate it with your web
-site, you may wish to examine the scripts installed into
-/var/wwwoffle/html/htdig/scripts by the www/wwwoffle package.
-
-===========================================================================
diff --git a/www/htdig-devel/Makefile b/www/htdig-devel/Makefile
deleted file mode 100644
index 31cf2380faf..00000000000
--- a/www/htdig-devel/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2011/12/01 09:56:39 wiz Exp $
-
-DISTNAME= htdig-3.2.0b6
-PKGREVISION= 1
-CATEGORIES= www databases
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htdig/} \
- http://www.htdig.org/files/ \
- http://www.it.htdig.org/files/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://htdig.sourceforge.net/
-COMMENT= WWW indexing and searching system
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin
-CONFIGURE_ARGS+= --with-common-dir=${PREFIX}/share/htdig/common
-CONFIGURE_ARGS+= --with-config-dir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --with-database-dir=${DBDIR:Q}
-CONFIGURE_ARGS+= --with-image-dir=${PREFIX}/share/examples/htdig
-CONFIGURE_ARGS+= --with-search-dir=${PREFIX}/share/examples/htdig
-CONFIGURE_ENV+= PDF_PARSER="${LOCALBASE}/bin/acroread"
-CXXFLAGS+= -Wno-deprecated
-
-PKG_SYSCONFSUBDIR= htdig
-
-DBDIR?= ${VARBASE}/db/htdig
-MESSAGE_SUBST+= DBDIR=${DBDIR}
-OWN_DIRS+= ${DBDIR}
-
-CONF_FILES+= ${PREFIX}/share/examples/htdig/HtFileType-magic.mime \
- ${PKG_SYSCONFDIR}/HtFileType-magic.mime
-CONF_FILES+= ${PREFIX}/share/examples/htdig/cookies.txt \
- ${PKG_SYSCONFDIR}/cookies.txt
-CONF_FILES+= ${PREFIX}/share/examples/htdig/htdig.conf \
- ${PKG_SYSCONFDIR}/htdig.conf
-CONF_FILES+= ${PREFIX}/share/examples/htdig/mime.types \
- ${PKG_SYSCONFDIR}/mime.types
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/htdig-devel/PLIST b/www/htdig-devel/PLIST
deleted file mode 100644
index 2b6b05571c7..00000000000
--- a/www/htdig-devel/PLIST
+++ /dev/null
@@ -1,196 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2011/12/01 09:56:39 wiz Exp $
-bin/HtFileType
-bin/htdb_dump
-bin/htdb_load
-bin/htdb_stat
-bin/htdig
-bin/htdump
-bin/htfuzzy
-bin/htload
-bin/htmerge
-bin/htnotify
-bin/htpurge
-bin/htstat
-bin/rundig
-include/htdig/Configuration.h
-include/htdig/Connection.h
-include/htdig/DB2_db.h
-include/htdig/Database.h
-include/htdig/Dictionary.h
-include/htdig/HtCodec.h
-include/htdig/HtCookie.h
-include/htdig/HtCookieInFileJar.h
-include/htdig/HtCookieJar.h
-include/htdig/HtCookieMemJar.h
-include/htdig/HtDateTime.h
-include/htdig/HtFTP.h
-include/htdig/HtFile.h
-include/htdig/HtHTTP.h
-include/htdig/HtHTTPBasic.h
-include/htdig/HtHTTPSecure.h
-include/htdig/HtHeap.h
-include/htdig/HtMaxMin.h
-include/htdig/HtNNTP.h
-include/htdig/HtPack.h
-include/htdig/HtRandom.h
-include/htdig/HtRegex.h
-include/htdig/HtRegexList.h
-include/htdig/HtRegexReplace.h
-include/htdig/HtRegexReplaceList.h
-include/htdig/HtTime.h
-include/htdig/HtVector.h
-include/htdig/HtVectorGeneric.h
-include/htdig/HtVectorGenericCode.h
-include/htdig/HtVector_String.h
-include/htdig/HtVector_int.h
-include/htdig/HtWordCodec.h
-include/htdig/HtWordType.h
-include/htdig/IntObject.h
-include/htdig/List.h
-include/htdig/Object.h
-include/htdig/ParsedString.h
-include/htdig/Queue.h
-include/htdig/QuotedStringList.h
-include/htdig/SSLConnection.h
-include/htdig/Stack.h
-include/htdig/StringList.h
-include/htdig/StringMatch.h
-include/htdig/Transport.h
-include/htdig/WordBitCompress.h
-include/htdig/WordCaseIsAStatements.h
-include/htdig/WordContext.h
-include/htdig/WordCursor.h
-include/htdig/WordDB.h
-include/htdig/WordDBCompress.h
-include/htdig/WordDBInfo.h
-include/htdig/WordDBPage.h
-include/htdig/WordKey.h
-include/htdig/WordKeyInfo.h
-include/htdig/WordList.h
-include/htdig/WordMonitor.h
-include/htdig/WordRecord.h
-include/htdig/WordRecordInfo.h
-include/htdig/WordReference.h
-include/htdig/WordStat.h
-include/htdig/WordType.h
-include/htdig/ber.h
-include/htdig/clib.h
-include/htdig/good_strtok.h
-include/htdig/gregex.h
-include/htdig/htString.h
-include/htdig/htconfig.h
-include/htdig/lib.h
-include/htdig/libdefs.h
-include/htdig/md5.h
-include/htdig/mhash_md5.h
-include/htdig/myqsort.h
-include/htdig_db/btree.h
-include/htdig_db/btree_auto.h
-include/htdig_db/btree_ext.h
-include/htdig_db/common_ext.h
-include/htdig_db/crdel_auto.h
-include/htdig_db/db.h
-include/htdig_db/db_am.h
-include/htdig_db/db_auto.h
-include/htdig_db/db_config.h
-include/htdig_db/db_dispatch.h
-include/htdig_db/db_ext.h
-include/htdig_db/db_int.h
-include/htdig_db/db_join.h
-include/htdig_db/db_page.h
-include/htdig_db/db_shash.h
-include/htdig_db/db_swap.h
-include/htdig_db/debug.h
-include/htdig_db/env_ext.h
-include/htdig_db/hash.h
-include/htdig_db/hash_auto.h
-include/htdig_db/hash_ext.h
-include/htdig_db/lock.h
-include/htdig_db/lock_ext.h
-include/htdig_db/log.h
-include/htdig_db/log_auto.h
-include/htdig_db/log_ext.h
-include/htdig_db/mp.h
-include/htdig_db/mp_ext.h
-include/htdig_db/mutex.h
-include/htdig_db/mutex_ext.h
-include/htdig_db/os.h
-include/htdig_db/os_ext.h
-include/htdig_db/os_jump.h
-include/htdig_db/qam.h
-include/htdig_db/qam_auto.h
-include/htdig_db/qam_ext.h
-include/htdig_db/queue.h
-include/htdig_db/region.h
-include/htdig_db/shqueue.h
-include/htdig_db/txn.h
-include/htdig_db/txn_auto.h
-include/htdig_db/txn_ext.h
-include/htdig_db/xa.h
-include/htdig_db/xa_ext.h
-lib/htdig/libcommon.la
-lib/htdig/libfuzzy.la
-lib/htdig/libht.la
-lib/htdig/libhtnet.la
-lib/htdig/libhtword.la
-lib/htdig_db/libhtdb.la
-libexec/cgi-bin/htsearch
-libexec/cgi-bin/qtest
-man/man1/htdig-pdfparser.1
-man/man1/htdig.1
-man/man1/htdump.1
-man/man1/htfuzzy.1
-man/man1/htload.1
-man/man1/htmerge.1
-man/man1/htnotify.1
-man/man1/htpurge.1
-man/man1/htsearch.1
-man/man1/htstat.1
-man/man1/rundig.1
-man/man8/htdigconfig.8
-share/examples/htdig/HtFileType-magic.mime
-share/examples/htdig/button1.gif
-share/examples/htdig/button1.png
-share/examples/htdig/button10.gif
-share/examples/htdig/button10.png
-share/examples/htdig/button2.gif
-share/examples/htdig/button2.png
-share/examples/htdig/button3.gif
-share/examples/htdig/button3.png
-share/examples/htdig/button4.gif
-share/examples/htdig/button4.png
-share/examples/htdig/button5.gif
-share/examples/htdig/button5.png
-share/examples/htdig/button6.gif
-share/examples/htdig/button6.png
-share/examples/htdig/button7.gif
-share/examples/htdig/button7.png
-share/examples/htdig/button8.gif
-share/examples/htdig/button8.png
-share/examples/htdig/button9.gif
-share/examples/htdig/button9.png
-share/examples/htdig/buttonl.gif
-share/examples/htdig/buttonl.png
-share/examples/htdig/buttonr.gif
-share/examples/htdig/buttonr.png
-share/examples/htdig/cookies.txt
-share/examples/htdig/htdig.conf
-share/examples/htdig/htdig.gif
-share/examples/htdig/htdig.png
-share/examples/htdig/mime.types
-share/examples/htdig/search.html
-share/examples/htdig/star.gif
-share/examples/htdig/star.png
-share/examples/htdig/star_blank.gif
-share/examples/htdig/star_blank.png
-share/htdig/common/bad_words
-share/htdig/common/english.0
-share/htdig/common/english.aff
-share/htdig/common/footer.html
-share/htdig/common/header.html
-share/htdig/common/long.html
-share/htdig/common/nomatch.html
-share/htdig/common/short.html
-share/htdig/common/synonyms
-share/htdig/common/syntax.html
-share/htdig/common/wrapper.html
diff --git a/www/htdig-devel/distinfo b/www/htdig-devel/distinfo
deleted file mode 100644
index b0d0ced1bf6..00000000000
--- a/www/htdig-devel/distinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: distinfo,v 1.7 2009/05/30 04:25:34 hasso Exp $
-
-SHA1 (htdig-3.2.0b6.tar.bz2) = 0b28134386e78fe724c56583fbc61b280551122a
-RMD160 (htdig-3.2.0b6.tar.bz2) = 1e0900e11618ffe3d43a6fc26163e3ed926a1012
-Size (htdig-3.2.0b6.tar.bz2) = 2498246 bytes
-SHA1 (patch-aa) = 6f4d22f84fe8caa809c1062e210200d9cea1a555
-SHA1 (patch-ab) = 864655d311c2a9fe1f5de8b150587f3625a7c8c7
-SHA1 (patch-ac) = 7c1239444519c2eeb56b83d4b41a947ace51c389
-SHA1 (patch-af) = 17b6f2f18c805cab76bd3b399057e035af16c70d
-SHA1 (patch-ag) = 6105b1526f31bb7b757c3ceeae286c7f2c0aa007
-SHA1 (patch-ah) = e6e87151c7bd0a44d138d431bdcc7ce7f950d1ee
-SHA1 (patch-ai) = f49a6cf6bc385e1025c7aa90cb268e2117e61dab
-SHA1 (patch-aj) = f9f500f11b01f3002d366f3c4abef7db161c99f1
diff --git a/www/htdig-devel/patches/patch-aa b/www/htdig-devel/patches/patch-aa
deleted file mode 100644
index c516eb72005..00000000000
--- a/www/htdig-devel/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/06/14 19:23:30 adam Exp $
-
---- htsearch/Collection.h.orig 2006-06-14 21:30:31.000000000 +0200
-+++ htsearch/Collection.h
-@@ -36,9 +36,9 @@ public:
- const char *docExcerpt);
- ~Collection();
-
-- void Collection::Open();
-+ void Open();
-
-- void Collection::Close();
-+ void Close();
-
- char *getWordFile() { return wordFile.get(); }
- DocumentRef *getDocumentRef(int id);
diff --git a/www/htdig-devel/patches/patch-ab b/www/htdig-devel/patches/patch-ab
deleted file mode 100644
index 62fa7c5b199..00000000000
--- a/www/htdig-devel/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2009/01/17 09:13:10 adam Exp $
-
---- htsearch/Display.cc.orig 2009-01-17 10:05:37.000000000 +0100
-+++ htsearch/Display.cc
-@@ -1541,7 +1541,7 @@ Display::buildMatchList()
- // seconds in a 365 days year). The formula gives less weight
- // as the distance between the date document and the current time
- // increases (the absolute value is for documents with future date)
--#define DATE_FACTOR(df, n, dd) ((df) * 100 / (1+(double)(abs((n) - (dd)) / 31536000)))
-+#define DATE_FACTOR(df, n, dd) ((df) * 100 / (1+(double)(abs((int)((n) - (dd))) / 31536000)))
- date_score = DATE_FACTOR(date_factor, now, thisRef->DocTime());
- score += date_score;
- }
diff --git a/www/htdig-devel/patches/patch-ac b/www/htdig-devel/patches/patch-ac
deleted file mode 100644
index 81f1acba5f7..00000000000
--- a/www/htdig-devel/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2009/05/30 04:25:34 hasso Exp $
-
---- db/mut_pthread.c.orig 2009-05-28 12:54:31 +0300
-+++ db/mut_pthread.c 2009-05-28 12:55:30 +0300
-@@ -201,7 +201,11 @@ CDB___db_pthread_mutex_lock(mutexp)
- * call, and Solaris delivers the signal to the wrong
- * LWP.
- */
-- if (ret != 0 && ret != ETIME && ret != ETIMEDOUT)
-+ if (ret != 0 &&
-+#ifdef ETIME
-+ ret != ETIME &&
-+#endif
-+ ret != ETIMEDOUT)
- return (ret);
- }
-
diff --git a/www/htdig-devel/patches/patch-af b/www/htdig-devel/patches/patch-af
deleted file mode 100644
index dca85343836..00000000000
--- a/www/htdig-devel/patches/patch-af
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-af,v 1.2 2008/01/14 09:46:45 yyamano Exp $
-
---- htsearch/htsearch.cc.orig 2004-05-28 22:15:24.000000000 +0900
-+++ htsearch/htsearch.cc
-@@ -68,7 +68,7 @@ StringList collectionList;
- // reconised word prefixes (for field-restricted search and per-word fuzzy
- // algorithms) in *descending* alphabetical order.
- // Don't use a dictionary structure, as setup time outweights saving.
--struct {char *name; unsigned int flag; } colonPrefix [] =
-+static struct {char *name; unsigned int flag; } colonPrefix [] =
- {
- { "url", FLAG_URL },
- { "title", FLAG_TITLE },
-@@ -211,8 +211,7 @@ main(int ac, char **av)
- }
- if (access((char*)configFile, R_OK) < 0)
- {
-- reportError(form("Unable to read configuration file '%s'",
-- configFile.get()));
-+ reportError(form("Unable to read configuration file."));
- }
- config->Read(configFile);
-
diff --git a/www/htdig-devel/patches/patch-ag b/www/htdig-devel/patches/patch-ag
deleted file mode 100644
index 63f5f2fc04a..00000000000
--- a/www/htdig-devel/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $
-
---- htfuzzy/htfuzzy.cc.orig 2004-05-29 01:15:20.000000000 +1200
-+++ htfuzzy/htfuzzy.cc
-@@ -127,8 +127,7 @@ main(int ac, char **av)
- config->Defaults(&defaults[0]);
- if (access((char*)configFile, R_OK) < 0)
- {
-- reportError(form("Unable to find configuration file '%s'",
-- configFile.get()));
-+ reportError(form("Unable to find configuration file."));
- }
- config->Read(configFile);
-
diff --git a/www/htdig-devel/patches/patch-ah b/www/htdig-devel/patches/patch-ah
deleted file mode 100644
index d8377c11669..00000000000
--- a/www/htdig-devel/patches/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $
-
---- httools/htmerge.cc.orig 2004-05-29 01:15:25.000000000 +1200
-+++ httools/htmerge.cc
-@@ -118,8 +118,7 @@ int main(int ac, char **av)
-
- if (access((char*)configfile, R_OK) < 0)
- {
-- reportError(form("Unable to find configuration file '%s'",
-- configfile.get()));
-+ reportError(form("Unable to find configuration file."));
- }
-
- config->Read(configfile);
diff --git a/www/htdig-devel/patches/patch-ai b/www/htdig-devel/patches/patch-ai
deleted file mode 100644
index 1715b68b46a..00000000000
--- a/www/htdig-devel/patches/patch-ai
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ai,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $
-
---- installdir/Makefile.in.orig 2005-12-15 01:15:44.000000000 +1300
-+++ installdir/Makefile.in
-@@ -496,10 +496,10 @@ uninstall-man: uninstall-man1 uninstall-
- install-data-local: all
- $(mkinstalldirs) $(DESTDIR)$(DATABASE_DIR)
- @echo "Installing default configuration files..."
-- $(mkinstalldirs) $(DESTDIR)$(CONFIG_DIR)
-- @if [ ! -f $(DESTDIR)$(CONFIG_DIR)/htdig.conf ]; then sed -e s%@\DATABASE_DIR@%$(DATABASE_DIR)% -e s%@\IMAGEDIR@%$(IMAGE_URL_PREFIX)% $(top_srcdir)/installdir/htdig.conf >$(DESTDIR)$(CONFIG_DIR)/htdig.conf; echo $(DESTDIR)$(CONFIG_DIR)/htdig.conf;fi
-- @if [ ! -f $(DESTDIR)$(CONFIG_DIR)/mime.types ]; then cp $(top_srcdir)/installdir/mime.types $(DESTDIR)$(CONFIG_DIR)/mime.types; echo $(DESTDIR)$(CONFIG_DIR)/mime.types;fi
-- @if [ ! -f $(DESTDIR)$(CONFIG_DIR)/HtFileType-magic.mime ]; then cp $(top_srcdir)/installdir/HtFileType-magic.mime $(DESTDIR)$(CONFIG_DIR)/HtFileType-magic.mime; echo $(DESTDIR)$(CONFIG_DIR)/HtFileType-magic.mime;fi
-+ $(mkinstalldirs) $(DESTDIR)$(SEARCH_DIR)
-+ @if [ ! -f $(DESTDIR)$(SEARCH_DIR)/htdig.conf ]; then sed -e s%@\DATABASE_DIR@%$(DATABASE_DIR)% -e s%@\IMAGEDIR@%$(IMAGE_URL_PREFIX)% $(top_srcdir)/installdir/htdig.conf >$(DESTDIR)$(SEARCH_DIR)/htdig.conf; echo $(DESTDIR)$(CONFIG_DIR)/htdig.conf;fi
-+ @if [ ! -f $(DESTDIR)$(SEARCH_DIR)/mime.types ]; then cp $(top_srcdir)/installdir/mime.types $(DESTDIR)$(SEARCH_DIR)/mime.types; echo $(DESTDIR)$(CONFIG_DIR)/mime.types;fi
-+ @if [ ! -f $(DESTDIR)$(SEARCH_DIR)/HtFileType-magic.mime ]; then cp $(top_srcdir)/installdir/HtFileType-magic.mime $(DESTDIR)$(SEARCH_DIR)/HtFileType-magic.mime; echo $(DESTDIR)$(CONFIG_DIR)/HtFileType-magic.mime;fi
- $(mkinstalldirs) $(DESTDIR)$(SEARCH_DIR)
- @if [ ! -f $(DESTDIR)$(SEARCH_DIR)/$(SEARCH_FORM) ]; then sed -e s%@\IMAGEDIR@%$(IMAGE_URL_PREFIX)% $(top_srcdir)/installdir/search.html >$(DESTDIR)$(SEARCH_DIR)/$(SEARCH_FORM); echo $(DESTDIR)$(SEARCH_DIR)/$(SEARCH_FORM);fi
- $(mkinstalldirs) $(DESTDIR)$(COMMON_DIR)
-@@ -509,7 +509,7 @@ install-data-local: all
- @for i in $(COMMONDICT); do \
- if [ ! -f $(DESTDIR)$(COMMON_DIR)/$$i ]; then $(INSTALL_DATA) $(top_srcdir)/installdir/$$i $(DESTDIR)$(COMMON_DIR)/$$i; echo $(DESTDIR)$(COMMON_DIR)/$$i; fi; \
- done && test -z "$$fail"
-- @if [ ! -f $(DESTDIR)$(CONFIG_DIR)/cookies.txt ]; then cp $(top_srcdir)/installdir/cookies.txt $(DESTDIR)$(CONFIG_DIR)/cookies.txt; echo $(DESTDIR)$(CONFIG_DIR)/cookies.txt;fi
-+ @if [ ! -f $(DESTDIR)$(SEARCH_DIR)/cookies.txt ]; then cp $(top_srcdir)/installdir/cookies.txt $(DESTDIR)$(SEARCH_DIR)/cookies.txt; echo $(DESTDIR)$(CONFIG_DIR)/cookies.txt;fi
- @echo "Installing images..."
- $(mkinstalldirs) $(DESTDIR)$(IMAGE_DIR)
- @for i in $(IMAGES); do \
diff --git a/www/htdig-devel/patches/patch-aj b/www/htdig-devel/patches/patch-aj
deleted file mode 100644
index ae735567a85..00000000000
--- a/www/htdig-devel/patches/patch-aj
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2006/07/02 14:36:31 markd Exp $
-
---- include/htconfig.h.orig 2006-06-24 00:56:56.544745000 +1200
-+++ include/htconfig.h
-@@ -10,6 +10,7 @@
-
- #include <config.h>
-
-+#ifndef __cplusplus
- #if HAVE_STDBOOL_H
- # include <stdbool.h>
- #else
-@@ -25,4 +26,4 @@
- # define true 1
- # define __bool_true_false_are_defined 1
- #endif
--
-+#endif