summaryrefslogtreecommitdiff
path: root/www/htdig-devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-06-14 19:20:05 +0000
committeradam <adam@pkgsrc.org>2006-06-14 19:20:05 +0000
commite57912d09b4c14947ac1c072f6ab98bca6024692 (patch)
tree339d8134eee5e36e42d8a5d61ac6a16b67385a5a /www/htdig-devel
parentb9971fb7345bb65825da02960a595d5127c7b1e5 (diff)
downloadpkgsrc-e57912d09b4c14947ac1c072f6ab98bca6024692.tar.gz
Fix buildling for gcc4
Diffstat (limited to 'www/htdig-devel')
-rw-r--r--www/htdig-devel/distinfo3
-rw-r--r--www/htdig-devel/patches/patch-aa16
2 files changed, 18 insertions, 1 deletions
diff --git a/www/htdig-devel/distinfo b/www/htdig-devel/distinfo
index 8053224a03a..07f38a233c1 100644
--- a/www/htdig-devel/distinfo
+++ b/www/htdig-devel/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.2 2006/02/19 10:27:52 adam Exp $
+$NetBSD: distinfo,v 1.3 2006/06/14 19:23:30 adam 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-af) = d366aeac016505fce044e6bbdff9506fa68877ba
SHA1 (patch-ag) = 6105b1526f31bb7b757c3ceeae286c7f2c0aa007
SHA1 (patch-ah) = e6e87151c7bd0a44d138d431bdcc7ce7f950d1ee
diff --git a/www/htdig-devel/patches/patch-aa b/www/htdig-devel/patches/patch-aa
new file mode 100644
index 00000000000..c516eb72005
--- /dev/null
+++ b/www/htdig-devel/patches/patch-aa
@@ -0,0 +1,16 @@
+$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);