diff options
author | nectar <nectar@FreeBSD.org> | 2004-01-25 23:11:28 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-01-25 23:11:28 +0800 |
commit | 3e28e1da81e7747c70644faef9d0a0a64a9eec80 (patch) | |
tree | 3c5d40ff817ffbda8d28df89a06b1ab85e95689f /security | |
parent | 7b553dde7d89ad5bd954639876836a3219076e31 (diff) | |
download | freebsd-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/Makefile | 14 | ||||
-rw-r--r-- | security/heimdal/pkg-plist.krb4 | 1 |
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 |