summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-cc
diff options
context:
space:
mode:
authormarkd <markd>2005-12-17 19:36:27 +0000
committermarkd <markd>2005-12-17 19:36:27 +0000
commit37aea2f6c4461ac2dd6dc451bb12c9db009c558f (patch)
treeca1933bf9886b646fb8834cdc82dece169a39a50 /x11/kdebase3/patches/patch-cc
parenta787837060b7a90d1ca825b21db8736473c9e8d1 (diff)
downloadpkgsrc-37aea2f6c4461ac2dd6dc451bb12c9db009c558f.tar.gz
Fix generation/lookup of search indexs in khelpcenter.
Bump PKGREVISION. Update during freeze OKed by wiz.
Diffstat (limited to 'x11/kdebase3/patches/patch-cc')
-rw-r--r--x11/kdebase3/patches/patch-cc24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-cc b/x11/kdebase3/patches/patch-cc
new file mode 100644
index 00000000000..80b4d85e56e
--- /dev/null
+++ b/x11/kdebase3/patches/patch-cc
@@ -0,0 +1,24 @@
+$NetBSD: patch-cc,v 1.5 2005/12/17 19:36:28 markd Exp $
+
+--- khelpcenter/searchhandlers/khc_htdig.pl.in.orig 2005-10-11 04:03:56.000000000 +1300
++++ khelpcenter/searchhandlers/khc_htdig.pl.in
+@@ -26,8 +26,8 @@ use strict;
+
+ use Getopt::Long;
+
+-my $htdigdata = "/srv/www/htdig/common/";
+-my $htdigbin = "/usr/bin";
++my $htdigdata = "@prefix@/share/htdig/common/";
++my $htdigbin = "@prefix@/bin";
+ my $kdeprefix = "@prefix@";
+ chomp $kdeprefix;
+
+@@ -93,7 +93,7 @@ ignore_noindex: true
+ max_hop_count: 4
+ robotstxt_name: kdedig
+ compression_level: 6
+-template_map: Long long $kdeprefix/share/apps/khelpcenter/searchhandlers/htdig/htdig_long.html \\
++template_map: Long long $kdeprefix/share/kde/apps/khelpcenter/searchhandlers/htdig/htdig_long.html \\
+ Short short $htdigdata/short.html
+ search_algorithm: exact:1 prefix:0.8
+ maximum_pages: 1