diff options
author | joerg <joerg@pkgsrc.org> | 2013-08-22 21:17:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-08-22 21:17:00 +0000 |
commit | fcaed8515b66b6bc46f236e7fa406487f62200d1 (patch) | |
tree | 651c287f6bb1a2493c3a778d558ea7a3eb7d6048 /security/heimdal | |
parent | 5610a629ea0910e9d2a623a7ea133e8a76a631b4 (diff) | |
download | pkgsrc-fcaed8515b66b6bc46f236e7fa406487f62200d1.tar.gz |
At least on my systems glob and vis are not installed, so introduce
PLIST conditional. Please fix up the setting on your systems.
Mark as not MAKE_JOBS_SAFE.
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 7 | ||||
-rw-r--r-- | security/heimdal/PLIST | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 5d4ddd6e879..b16a0a42c3b 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.101 2013/08/16 08:30:14 adam Exp $ +# $NetBSD: Makefile,v 1.102 2013/08/22 21:17:00 joerg Exp $ DISTNAME= heimdal-1.5.3 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.h5l.org/dist/src/ @@ -15,6 +16,8 @@ CONFLICTS+= openafs-[0-9]* CONFLICTS+= gss-[0-9]* CONFLICTS+= kth-krb4-[0-9]* +MAKE_JOBS_SAFE= no + USE_LIBTOOL= yes USE_TOOLS+= bison flex PKGCONFIG_OVERRIDE+= tools/heimdal-gssapi.pc.in @@ -61,6 +64,8 @@ CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.editlinereadline} CONFIGURE_ARGS+= --with-libedit=${BUILDLINK_PREFIX.editlinereadline} .endif +PLIST_VARS+= glob vis + PLIST_VARS+= afskauth hcrypto .if ${OPSYS} == "IRIX" PLIST.afskauth= yes diff --git a/security/heimdal/PLIST b/security/heimdal/PLIST index 9a1f92bddea..592b9a58b7c 100644 --- a/security/heimdal/PLIST +++ b/security/heimdal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2013/08/16 11:48:41 richard Exp $ +@comment $NetBSD: PLIST,v 1.23 2013/08/22 21:17:00 joerg Exp $ bin/afslog bin/compile_et bin/gsstool @@ -118,8 +118,8 @@ include/krb5/resolve.h include/krb5/rfc2459_asn1.h include/krb5/roken-common.h include/krb5/roken.h -include/krb5/roken/glob.h -include/krb5/roken/vis.h +${PLIST.glob}include/krb5/roken/glob.h +${PLIST.vis}include/krb5/roken/vis.h include/krb5/rtbl.h include/krb5/sl.h include/krb5/wind.h |