pkgsrc/security/kth-krb4/patches/patch-ah
wennmach f7fd23fc49 Update kth-krb4 to 1.2.2 (the current release).
New in 1.2.2:

    * cross-realm disabled in the server

Addresses PR pkg/31431 by Zafer Aydogan.

While there, make package pkglint-clean.
2006-09-07 08:46:20 +00:00

35 lines
1 KiB
Text

$NetBSD: patch-ah,v 1.4 2006/09/07 08:46:20 wennmach Exp $
Do not install the des executable, nor the des.1 man page. 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 23 06:39:44 2002
+++ lib/des/Makefile.in Mon Oct 28 15:26:36 2002
@@ -213,7 +213,7 @@
TESTS = destest mdtest md5crypt_test
CHECK_LOCAL =
-bin_PROGRAMS = des #rpw speed
+bin_PROGRAMS =
des_SOURCES = des.c des_ver.h
@@ -261,7 +261,7 @@
passwd_dialog.rc passwd_dialog.res passwd_dlg.c passwd_dlg.h resource.h
-man_MANS = des.1 des_crypt.3
+man_MANS = des_crypt.3
EXTRA_DIST = \
COPYRIGHT \
@@ -322,7 +322,7 @@
pcbc_enc.lo qud_cksm.lo rc4_skey.lo rc4_enc.lo read_pwd.lo \
rnd_keys.lo set_key.lo sha.lo str2key.lo xcbc_enc.lo
libdes_la_OBJECTS = $(am_libdes_la_OBJECTS)
-bin_PROGRAMS = des$(EXEEXT)
+bin_PROGRAMS =
check_PROGRAMS = destest$(EXEEXT) mdtest$(EXEEXT) md5crypt_test$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS)