|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= freeradius |
8 |
PORTNAME= freeradius |
| 9 |
PORTVERSION?= 1.1.7 |
9 |
PORTVERSION?= 1.1.7 |
| 10 |
PORTREVISION?= 1 |
10 |
PORTREVISION?= 2 |
| 11 |
CATEGORIES= net |
11 |
CATEGORIES= net |
| 12 |
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ |
12 |
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ |
| 13 |
ftp://ftp.ntua.gr/pub/net/radius/freeradius/ \ |
13 |
ftp://ftp.ntua.gr/pub/net/radius/freeradius/ \ |
|
Lines 61-72
Link Here
|
| 61 |
|
61 |
|
| 62 |
.include <bsd.port.pre.mk> |
62 |
.include <bsd.port.pre.mk> |
| 63 |
|
63 |
|
| 64 |
.if ${OSVERSION} >= 700042 |
|
|
| 65 |
.if ${ARCH} == "amd64" |
| 66 |
BROKEN= Does not compile with GCC 4.2 |
| 67 |
.endif |
| 68 |
.endif |
| 69 |
|
| 70 |
# Default requirements for rc script |
64 |
# Default requirements for rc script |
| 71 |
_REQUIRE= NETWORKING SERVERS |
65 |
_REQUIRE= NETWORKING SERVERS |
| 72 |
|
66 |
|
|
Lines 110-116
Link Here
|
| 110 |
|
104 |
|
| 111 |
.ifdef(WITH_KERBEROS) |
105 |
.ifdef(WITH_KERBEROS) |
| 112 |
.ifdef(WITH_HEIMDAL) |
106 |
.ifdef(WITH_HEIMDAL) |
| 113 |
LIB_DEPENDS+= krb5.21:${PORTSDIR}/security/heimdal |
107 |
LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal |
| 114 |
CONFIGURE_ARGS+=--enable-heimdal-krb5 |
108 |
CONFIGURE_ARGS+=--enable-heimdal-krb5 |
| 115 |
.else |
109 |
.else |
| 116 |
LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 |
110 |
LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 |