diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-06 00:20:13 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-06 00:20:13 +0800 |
commit | da763a726c2acf8d445979300d2edd57c7fd164a (patch) | |
tree | c319f82c8c50c004a40c894e3573ea21582a6538 /net | |
parent | 05f2339289f04016642eb3071c1b9e968f8326c6 (diff) | |
download | freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.tar.gz freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.tar.zst freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.zip |
- Chase shared library version bump in security/heimdal.
- Remove 4.x-specific BROKEN in net/arla (caused by heimdal).
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/Makefile | 7 | ||||
-rw-r--r-- | net/freeradius/Makefile | 3 | ||||
-rw-r--r-- | net/freeradius2/Makefile | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 906285f97635..7e3d7f657507 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -7,6 +7,7 @@ PORTNAME= arla PORTVERSION= 0.40 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ @@ -20,9 +21,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "security/heimdal is broken" -.elif ${OSVERSION} < 600007 +.if ${OSVERSION} < 600007 BROKEN= "compiles but overwrites files from a dependency (security/heimdal)" .else BROKEN= "does not compile" @@ -39,7 +38,7 @@ CONFIGURE_ARGS= --with-roken=${LOCALBASE} .if defined(WITHOUT_KRB5) CONFIGURE_ARGS+=--without-krb5 .elif !defined(WITH_SYSTEM_HEIMDAL) -LIB_DEPENDS+= krb5.20:${PORTSDIR}/security/heimdal +LIB_DEPENDS+= krb5.21:${PORTSDIR}/security/heimdal CONFIGURE_ARGS+=--with-krb5=${LOCALBASE} .else CONFIGURE_ARGS+=--with-krb5=/usr diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index a5e57a458830..4bd1ac0c0df9 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -7,6 +7,7 @@ PORTNAME= freeradius PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ http://freeradius.portal-to-web.de/ @@ -66,7 +67,7 @@ WITH_KERBEROS= yes .ifdef(WITH_KERBEROS) .ifdef(WITH_HEIMDAL) -LIB_DEPENDS+= krb5.20:${PORTSDIR}/security/heimdal +LIB_DEPENDS+= krb5.21:${PORTSDIR}/security/heimdal CONFIGURE_ARGS+=--enable-heimdal-krb5 .else LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index a5e57a458830..4bd1ac0c0df9 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -7,6 +7,7 @@ PORTNAME= freeradius PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ http://freeradius.portal-to-web.de/ @@ -66,7 +67,7 @@ WITH_KERBEROS= yes .ifdef(WITH_KERBEROS) .ifdef(WITH_HEIMDAL) -LIB_DEPENDS+= krb5.20:${PORTSDIR}/security/heimdal +LIB_DEPENDS+= krb5.21:${PORTSDIR}/security/heimdal CONFIGURE_ARGS+=--enable-heimdal-krb5 .else LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 |