aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-01-25 23:11:28 +0800
committernectar <nectar@FreeBSD.org>2004-01-25 23:11:28 +0800
commit3e28e1da81e7747c70644faef9d0a0a64a9eec80 (patch)
tree3c5d40ff817ffbda8d28df89a06b1ab85e95689f /security
parent7b553dde7d89ad5bd954639876836a3219076e31 (diff)
downloadfreebsd-ports-gnome-3e28e1da81e7747c70644faef9d0a0a64a9eec80.tar.gz
freebsd-ports-gnome-3e28e1da81e7747c70644faef9d0a0a64a9eec80.tar.zst
freebsd-ports-gnome-3e28e1da81e7747c70644faef9d0a0a64a9eec80.zip
Remove Kerberos IV support, as I'm unwilling to properly test it and
resolve packaging problems.
Diffstat (limited to 'security')
-rw-r--r--security/heimdal/Makefile14
-rw-r--r--security/heimdal/pkg-plist.krb41
2 files changed, 2 insertions, 13 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 48a28b1ec614..bf13438c4535 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= heimdal
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \
ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \
@@ -29,7 +29,7 @@ USE_LIBTOOL= no # Uses included version.
USE_OPENSSL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS+= --enable-shared
+CONFIGURE_ARGS+= --enable-shared --without-krb4
.if defined(WITH_LDAP)
CONFIGURE_ARGS+= --with-openldap=${LOCALBASE}
.endif
@@ -48,13 +48,6 @@ CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --without-x
.endif
-.if exists(/usr/lib/libkrb.a) && !defined(WITHOUT_KRB4)
-CONFIGURE_ENV+= LIBS="-lcom_err"
-CONFIGURE_ARGS+= --with-krb4-include=/usr/include --with-krb4-lib=/usr/lib
-.elif !defined(KRB5_KRB4_COMPAT)
-CONFIGURE_ARGS+= --without-krb4
-.endif
-
INFO= heimdal
PLIST:= ${WRKDIR}/PLIST
@@ -78,9 +71,6 @@ post-build:
pre-install:
@${CP} ${PKGDIR}/pkg-plist ${PLIST}
-.if exists(/usr/lib/libkrb.a) && !defined(WITHOUT_KRB4)
- @${CAT} ${PKGDIR}/pkg-plist.krb4 >> ${PLIST}
-.endif
.if defined(USE_XLIB)
@${CAT} ${PKGDIR}/pkg-plist.x11 >> ${PLIST}
.endif
diff --git a/security/heimdal/pkg-plist.krb4 b/security/heimdal/pkg-plist.krb4
deleted file mode 100644
index 283dbfeb036e..000000000000
--- a/security/heimdal/pkg-plist.krb4
+++ /dev/null
@@ -1 +0,0 @@
-lib/lib45.a