summaryrefslogtreecommitdiff
path: root/security/xdm-krb4
diff options
context:
space:
mode:
authorwennmach <wennmach>2002-04-05 11:49:37 +0000
committerwennmach <wennmach>2002-04-05 11:49:37 +0000
commit8e06db7711459a318de6cb9b0f49a4f03f133982 (patch)
tree71e8d83128d4a131e190796bcbfdf86d3127f902 /security/xdm-krb4
parent972d4be70a0c7f7f5f1905e9d917d97d16b74123 (diff)
downloadpkgsrc-8e06db7711459a318de6cb9b0f49a4f03f133982.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/Makefile17
-rw-r--r--security/xdm-krb4/distinfo6
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