pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/htdig-devel Make this build on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99ca0d351c60
branches:  trunk
changeset: 537703:99ca0d351c60
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Mon Jan 14 09:46:45 2008 +0000

description:
Make this build on Darwin.

diffstat:

 www/htdig-devel/distinfo         |   4 ++--
 www/htdig-devel/patches/patch-af |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r e267333a031e -r 99ca0d351c60 www/htdig-devel/distinfo
--- a/www/htdig-devel/distinfo  Mon Jan 14 08:27:31 2008 +0000
+++ b/www/htdig-devel/distinfo  Mon Jan 14 09:46:45 2008 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.4 2006/07/02 14:36:31 markd Exp $
+$NetBSD: distinfo,v 1.5 2008/01/14 09:46:45 yyamano 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-af) = 17b6f2f18c805cab76bd3b399057e035af16c70d
 SHA1 (patch-ag) = 6105b1526f31bb7b757c3ceeae286c7f2c0aa007
 SHA1 (patch-ah) = e6e87151c7bd0a44d138d431bdcc7ce7f950d1ee
 SHA1 (patch-ai) = f49a6cf6bc385e1025c7aa90cb268e2117e61dab
diff -r e267333a031e -r 99ca0d351c60 www/htdig-devel/patches/patch-af
--- a/www/htdig-devel/patches/patch-af  Mon Jan 14 08:27:31 2008 +0000
+++ b/www/htdig-devel/patches/patch-af  Mon Jan 14 09:46:45 2008 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-af,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $
+$NetBSD: patch-af,v 1.2 2008/01/14 09:46:45 yyamano Exp $
 
---- htsearch/htsearch.cc.orig  2004-05-29 01:15:24.000000000 +1200
+--- 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)



Home | Main Index | Thread Index | Old Index