diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-25 15:11:28 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-25 15:11:28 +0000 |
commit | da9c0127f4dc987cb2e5469f45c183f9150788ec (patch) | |
tree | 596c41e9d694484eefe974f6ab39bc8d9fe6f935 /security/heimdal | |
parent | fix INDEX build (diff) |
Remove Kerberos IV support, as I'm unwilling to properly test it and
resolve packaging problems.
Notes
Notes:
svn path=/head/; revision=99078
Diffstat (limited to 'security/heimdal')
-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 |