diff options
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 |