aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-05-18 04:36:18 +0800
committerzi <zi@FreeBSD.org>2014-05-18 04:36:18 +0800
commit013a2c5bd4147d8bc03555dc6fe515fd90002d0c (patch)
treede11b917ff699fcae36270392a62021705437529 /net
parent1e94509e6463a64e5eb9f8856a2bb963eeac5fd1 (diff)
downloadfreebsd-ports-gnome-013a2c5bd4147d8bc03555dc6fe515fd90002d0c.tar.gz
freebsd-ports-gnome-013a2c5bd4147d8bc03555dc6fe515fd90002d0c.tar.zst
freebsd-ports-gnome-013a2c5bd4147d8bc03555dc6fe515fd90002d0c.zip
- Unbreak build on 10 or higher
- Bump PORTREVISION
Diffstat (limited to 'net')
-rw-r--r--net/freeradius3/Makefile12
-rw-r--r--net/freeradius3/files/pkg-message.in1
2 files changed, 2 insertions, 11 deletions
diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile
index 45245ce9873b..e7d9a3597668 100644
--- a/net/freeradius3/Makefile
+++ b/net/freeradius3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freeradius
DISTVERSION= 3.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -345,15 +345,7 @@ SUB_LIST+= RADIUS_USER="${RADIUS_USER}" \
RADDB="${PREFIX}/etc/raddb" \
LOGDIR="${LOGDIR}" \
LIBDIR="${PREFIX}/${FREERADIUS_LIBDIR}"
-SUB_LIST+= REQUIRE="${_REQUIRE}" OPENSSL1XMSG="${OPENSSL1XMSG}"
-
-.if ${OSVERSION} > 1000000
-OPENSSL1XMSG= "If you are running FreeBSD 10.0-RELEASE or higher, you will receive an OpenSSL warning."
-OPENSSL1XMSG+= "Please verify that your system is patched and then add the following to your config:"
-OPENSSL1XMSG+= "security.allow_vulnerable_openssl = 'CVE-2014-0160'"
-.else
-OPENSSL1XMSG= ""
-.endif
+SUB_LIST+= REQUIRE="${_REQUIRE}"
post-patch:
# never try to find execinfo.h (needed until we can enable/disable backtrace
diff --git a/net/freeradius3/files/pkg-message.in b/net/freeradius3/files/pkg-message.in
index 7e8ae2efa5c8..0b72f6bd99c3 100644
--- a/net/freeradius3/files/pkg-message.in
+++ b/net/freeradius3/files/pkg-message.in
@@ -49,6 +49,5 @@ well break things!
Useful configuration advice can be found in the FreeRADIUS Wiki at
http://wiki.freeradius.org
-%%OPENSSL1XMSG%%
===============================================================================