pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal libhcrypto.la only seems to get insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef5c87505d50
branches:  trunk
changeset: 542382:ef5c87505d50
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Wed May 14 18:01:26 2008 +0000

description:
libhcrypto.la only seems to get installed if we're building on 3.x or older,
so make it only end up in the PLIST if that is the case.

diffstat:

 security/heimdal/Makefile |  7 +++++--
 security/heimdal/PLIST    |  4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r a9e3fbb7c43d -r ef5c87505d50 security/heimdal/Makefile
--- a/security/heimdal/Makefile Wed May 14 16:40:20 2008 +0000
+++ b/security/heimdal/Makefile Wed May 14 18:01:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2008/05/05 02:26:03 jwise Exp $
+# $NetBSD: Makefile,v 1.71 2008/05/14 18:01:26 jwise Exp $
 
 DISTNAME=      heimdal-1.1
 CATEGORIES=    security
@@ -53,10 +53,13 @@
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.readline}/include/readline
 
-PLIST_VARS+=           afskauth
+PLIST_VARS+=           afskauth hcrypto
 .if ${OPSYS} == "IRIX"
 PLIST.afskauth=                yes
 .endif
+.if ${MACHINE_PLATFORM:MNetBSD-[1-3]*} != ""
+PLIST.hcrypto=         yes
+.endif
 
 OWN_DIRS_PERMS=                ${HEIMDAL_HDB_DIR} ${ROOT_USER} ${ROOT_GROUP} 0700
 SPECIAL_PERMS+=                ${PREFIX}/bin/otp ${SETUID_ROOT_PERMS}
diff -r a9e3fbb7c43d -r ef5c87505d50 security/heimdal/PLIST
--- a/security/heimdal/PLIST    Wed May 14 16:40:20 2008 +0000
+++ b/security/heimdal/PLIST    Wed May 14 18:01:26 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2008/05/05 02:26:03 jwise Exp $
+@comment $NetBSD: PLIST,v 1.16 2008/05/14 18:01:26 jwise Exp $
 bin/afslog
 bin/compile_et
 bin/gss
@@ -93,7 +93,7 @@
 lib/libcom_err.la
 lib/libeditline.la
 lib/libgssapi.la
-lib/libhcrypto.la
+${PLIST.hcrypto}lib/libhcrypto.la
 lib/libhdb.la
 lib/libheimntlm.la
 lib/libhx509.la



Home | Main Index | Thread Index | Old Index