summaryrefslogtreecommitdiff
path: root/security/heimdal/patches
diff options
context:
space:
mode:
authorhasso <hasso>2008-11-19 13:27:33 +0000
committerhasso <hasso>2008-11-19 13:27:33 +0000
commit4fc91f55ce27b26dac0a47973efc8bf9fcccfdb5 (patch)
tree3cfb4f76321b00dc177e409a9b171a0d87de507d /security/heimdal/patches
parent23b5a82297a0bdf7826bba589ccf95bed4be715f (diff)
downloadpkgsrc-4fc91f55ce27b26dac0a47973efc8bf9fcccfdb5.tar.gz
The patch from upstream to fix man/man5/qop.5 symlink. This has been sit in
PR 38622 for some time.
Diffstat (limited to 'security/heimdal/patches')
-rw-r--r--security/heimdal/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/heimdal/patches/patch-aa b/security/heimdal/patches/patch-aa
new file mode 100644
index 00000000000..00f54654ea3
--- /dev/null
+++ b/security/heimdal/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.5 2008/11/19 13:27:33 hasso Exp $
+
+--- cf/install-catman.sh.orig 2008-05-15 12:20:05 +0300
++++ cf/install-catman.sh 2008-05-15 12:21:08 +0300
+@@ -13,8 +13,9 @@ suffix="$1"; shift
+ catinstall="${INSTALL_CATPAGES-yes}"
+
+ for f in "$@"; do
+- base=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\1/'`
+- section=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\2/'`
++ echo $f
++ base=`echo "$f" | sed 's/\([^/]*\/\)*\(.*\)\.\([^.]*\)$/\2/'`
++ section=`echo "$f" | sed 's/\([^/]*\/\)*\(.*\)\.\([^.]*\)$/\3/'`
+ mandir="$manbase/man$section"
+ catdir="$manbase/cat$section"
+ c="$base.cat$section"