diff options
author | pav <pav@FreeBSD.org> | 2007-01-19 03:13:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-19 03:13:29 +0800 |
commit | e5be9605c4eab3770beddaff146f3312e521196d (patch) | |
tree | 0df85d4927f1c7c85fc147e8e09c2dc16d322654 /net | |
parent | 77d03ae9b5f83b0a55ea84faada0726f8242a283 (diff) | |
download | freebsd-ports-gnome-e5be9605c4eab3770beddaff146f3312e521196d.tar.gz freebsd-ports-gnome-e5be9605c4eab3770beddaff146f3312e521196d.tar.zst freebsd-ports-gnome-e5be9605c4eab3770beddaff146f3312e521196d.zip |
- Remove rlm_sql_firebird module, it breaks configure run
PR: ports/108054
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/freeradius/Makefile | 5 | ||||
-rw-r--r-- | net/freeradius2/Makefile | 5 |
2 files changed, 10 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 diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index f11514b8c0bc..0445d3901ae1 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/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 |