head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.2.0.34 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.32 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.30 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.28 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.26 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.24 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.22 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.20 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.18 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.16 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.14 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.4 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.1.1.0.18 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.16 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.14 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-2007Q1:1.1.1.1.0.12 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.10 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.8 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.6 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.4 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.2 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2011.12.05.10.18.17; author wiz; state dead; branches; next 1.2; 1.2 date 2008.01.14.09.46.45; author yyamano; state Exp; branches; next 1.1; 1.1 date 2005.12.17.19.26.26; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.12.17.19.26.26; author markd; state Exp; branches; next ; desc @@ 1.3 log @Update htdig using htdig-devel. Update packages using it and bump their PKGREVISIONs. Remove htdig-devel. @ text @$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); @ 1.2 log @Make this build on Darwin. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- htsearch/htsearch.cc.orig 2004-05-29 01:15:24.000000000 +1200 d5 9 @ 1.1.1.1 log @Import of latest htdig beta release (from 18 months ago) as htdig-devel. The ht://Dig system is a complete world wide web indexing and searching system for a small domain or intranet. Imported during the freeze as its needed to fix a problem in kdebase3. OKed by wiz. @ text @@