summaryrefslogtreecommitdiff
path: root/security/kth-krb4/patches
diff options
context:
space:
mode:
authorwennmach <wennmach>2000-10-11 16:28:53 +0000
committerwennmach <wennmach>2000-10-11 16:28:53 +0000
commit450b453c8f009d8ac38ca497a3fc43bba1c4ce6e (patch)
treede7b99bd711a4b2487b30135e3e94148b2b21ec9 /security/kth-krb4/patches
parenta974abe6f285c7ad3a8c40dc7a0f3d0c1bf82e0f (diff)
downloadpkgsrc-450b453c8f009d8ac38ca497a3fc43bba1c4ce6e.tar.gz
Do not install bin/des in order to avoid a conflict with the
openssl package (close to nobody is using this program anyways).
Diffstat (limited to 'security/kth-krb4/patches')
-rw-r--r--security/kth-krb4/patches/patch-ah16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/kth-krb4/patches/patch-ah b/security/kth-krb4/patches/patch-ah
new file mode 100644
index 00000000000..cdcc011dee9
--- /dev/null
+++ b/security/kth-krb4/patches/patch-ah
@@ -0,0 +1,16 @@
+$NetBSD: patch-ah,v 1.1 2000/10/11 16:28:54 wennmach Exp $
+
+Do not install the des executable. This avoids a conflict with the
+openssl package, which installs an executable with the same name
+(and functionality) into the same place.
+
+--- lib/des/Makefile.in.orig Wed Oct 11 18:07:08 2000
++++ lib/des/Makefile.in Wed Oct 11 18:08:09 2000
+@@ -42,7 +42,6 @@
+ des$(EXECSUFFIX) \
+ rpw$(EXECSUFFIX) \
+ speed$(EXECSUFFIX)
+-PROGS2INSTALL = des$(EXECSUFFIX)
+ LIBNAME = $(LIBPREFIX)des
+ LIBEXT = @LIBEXT@
+ LIBPREFIX = @LIBPREFIX@