diff options
author | wennmach <wennmach@pkgsrc.org> | 2002-04-05 11:49:37 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2002-04-05 11:49:37 +0000 |
commit | 09a1659f8aab0f0dcf468cbb95b827d534ebf7ca (patch) | |
tree | 71e8d83128d4a131e190796bcbfdf86d3127f902 /security/xdm-krb4 | |
parent | 081b3667f32055f8e764b6d8284baf576b15ee1b (diff) | |
download | pkgsrc-09a1659f8aab0f0dcf468cbb95b827d534ebf7ca.tar.gz |
Update xdm-krb4 to 3.3.6.3
Rationale: get rid of the dependency on kth-krb4 on NetBSD>=1.5 systems.
For older systems, we provide full functionality via a (now buildlinked)
kth-krb4.
Diffstat (limited to 'security/xdm-krb4')
-rw-r--r-- | security/xdm-krb4/Makefile | 17 | ||||
-rw-r--r-- | security/xdm-krb4/distinfo | 6 |
2 files changed, 16 insertions, 7 deletions
diff --git a/security/xdm-krb4/Makefile b/security/xdm-krb4/Makefile index 8c707b4b838..c6e7bfa934f 100644 --- a/security/xdm-krb4/Makefile +++ b/security/xdm-krb4/Makefile @@ -1,14 +1,22 @@ -# $NetBSD: Makefile,v 1.10 2001/08/09 19:29:46 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/04/05 11:49:37 wennmach Exp $ # -DISTNAME= xdm-krb4-3.3.6.2 +DISTNAME= xdm-krb4-3.3.6.3 CATEGORIES= security x11 MASTER_SITES= ftp://gutemine.geo.Uni-Koeln.DE/pub/xdm-krb4/ MAINTAINER= wennmach@netbsd.org COMMENT= Kerberos IV and AFS aware xdm -DEPENDS+= kth-krb4>=1.0.1:../../security/kth-krb4 +.if exists(/usr/lib/libroken.a) +KRB4_INCLUDE= -I/usr/include/kerberosIV +KRB4_LIBS= -L/usr/lib -lkafs -lkrb -ldes -lkrb5 -lroken -lasn1 -lcom_err +.else +.include "../../security/kth-krb4/buildlink.mk" +USE_BUILDLINK_ONLY= # defined +KRB4_INCLUDE= -I${BUILDLINK_DIR}/include/kerberosIV +KRB4_LIBS= -L${BUILDLINK_DIR}/lib -lkafs -lkrb -ldes +.endif USE_X11BASE= yes USE_IMAKE= yes @@ -16,7 +24,8 @@ USE_IMAKE= yes .include "../../mk/bsd.prefs.mk" post-patch: - @${SED} -e 's|@PREFIX@|${LOCALBASE}|g' \ + @${SED} -e 's|@KRB4_INCLUDE@|${KRB4_INCLUDE}|g' \ + -e 's|@KRB4_LIBS@|${KRB4_LIBS}|g' \ < ${WRKSRC}/Imakefile.in \ > ${WRKSRC}/Imakefile diff --git a/security/xdm-krb4/distinfo b/security/xdm-krb4/distinfo index 90350a175fb..887690cf667 100644 --- a/security/xdm-krb4/distinfo +++ b/security/xdm-krb4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 15:40:41 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/04/05 11:49:37 wennmach Exp $ -SHA1 (xdm-krb4-3.3.6.2.tar.gz) = e2fe8a64a7e06d839cb734e08c0eef7bfa0fcccc -Size (xdm-krb4-3.3.6.2.tar.gz) = 119224 bytes +SHA1 (xdm-krb4-3.3.6.3.tar.gz) = 050032632d5c6b9abae87fcf0cd5a9a89a0cff97 +Size (xdm-krb4-3.3.6.2.tar.gz) = 119208 bytes |