aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-18 19:13:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-18 19:13:29 +0000
commit24da66ee2f8b0f25611ad303f39cd3b2ca6a793f (patch)
tree347495357aab4fe65d1333189db9cb4d2da7ed6e /net/freeradius
parent8d5439e74c50210e3f371d6dd52814264a5c325f (diff)
downloadports-24da66ee2f8b0f25611ad303f39cd3b2ca6a793f.tar.gz
ports-24da66ee2f8b0f25611ad303f39cd3b2ca6a793f.zip
- Remove rlm_sql_firebird module, it breaks configure run
PR: ports/108054 Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=182750
Diffstat (limited to 'net/freeradius')
-rw-r--r--net/freeradius/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index f11514b8c0bc..0445d3901ae1 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freeradius
PORTVERSION= 1.1.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/ \
@@ -196,6 +197,10 @@ DICTS= dictionary.3com dictionary.3gpp dictionary.3gpp2 dictionary.acc \
post-patch:
@${RM} ${WRKSRC}/doc/Makefile.orig
+# rlm_sql_firebird in 1.1.4 makes configure fail with experimental modules enabled,
+# even though the port implicitly issues --without-rlm_sql_firebird. Delete the module
+# until it is fixed
+ @${RM} -r ${WRKSRC}/src/modules/rlm_sql/drivers/rlm_sql_firebird
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's/-DNO_OPENSSL//' ${WRKSRC}/configure
.endif