aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 03:45:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 03:45:12 +0000
commite0b379fa6f3d155233755f07a2c1262bcdb4faa8 (patch)
tree47a0ecc20682a7a4895cc432843a845b1c7f6905 /security
parent411a42077f495f437d1991bb81e508d52f3cd6ea (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/certificate-transparency/Makefile2
-rw-r--r--security/fwlogwatch/Makefile2
-rw-r--r--security/gss/Makefile2
-rw-r--r--security/hashcat-legacy/Makefile2
-rw-r--r--security/hashcat/Makefile2
-rw-r--r--security/honggfuzz/Makefile2
-rw-r--r--security/hpenc/Makefile1
-rw-r--r--security/i2pd/Makefile1
-rw-r--r--security/openiked/Makefile2
-rw-r--r--security/pam_ocra/Makefile8
-rw-r--r--security/py-cryptography/Makefile2
-rw-r--r--security/py-xmlsec/Makefile2
-rw-r--r--security/wpa_supplicant/Makefile6
13 files changed, 1 insertions, 33 deletions
diff --git a/security/certificate-transparency/Makefile b/security/certificate-transparency/Makefile
index f335cb03746a..63c5a2f2ce13 100644
--- a/security/certificate-transparency/Makefile
+++ b/security/certificate-transparency/Makefile
@@ -25,8 +25,6 @@ LIB_DEPENDS?= libevent.so:devel/libevent2 \
libsqlite3.so:databases/sqlite3 \
libtcmalloc.so:devel/google-perftools
-BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x
-
USES= autoreconf compiler:c++11-lib gmake pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV+= "CFLAGS+=-I${LOCALBASE}/include CXXFLAGS+=-lgtest CXXFLAGS+=-lgmock"
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile
index 75b16257139d..fa1869620cfb 100644
--- a/security/fwlogwatch/Makefile
+++ b/security/fwlogwatch/Makefile
@@ -9,8 +9,6 @@ MASTER_SITES= http://fwlogwatch.inside-security.de/sw/
MAINTAINER= cy@FreeBSD.org
COMMENT= Packet filter and firewall log analyzer
-BROKEN_FreeBSD_9= Fails to build due to outdated flex
-
USES= gettext tar:bzip2
MAKE_ENV= MKDIR="${MKDIR}"
INSTALL_TARGET= install install-config install-i18n
diff --git a/security/gss/Makefile b/security/gss/Makefile
index 64e494ea677e..4a1e0aa81315 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -14,8 +14,6 @@ LIB_DEPENDS= libshishi.so:security/shishi
CONFLICTS= heimdal-[0-9]*
-BROKEN_FreeBSD_9= does not build
-
USES= libtool pathfix pkgconfig perl5
USE_PERL5= build
GNU_CONFIGURE= yes
diff --git a/security/hashcat-legacy/Makefile b/security/hashcat-legacy/Makefile
index 611a62d773db..625c663b8f74 100644
--- a/security/hashcat-legacy/Makefile
+++ b/security/hashcat-legacy/Makefile
@@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/docs/license.txt
LIB_DEPENDS= libgmp.so:math/gmp
-BROKEN_FreeBSD_9= does not build
-
USE_GITHUB= yes
GH_ACCOUNT= hashcat
diff --git a/security/hashcat/Makefile b/security/hashcat/Makefile
index 72389ca6c4bb..c075c3d577dd 100644
--- a/security/hashcat/Makefile
+++ b/security/hashcat/Makefile
@@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/docs/license.txt
BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl \
gsed:textproc/gsed
-BROKEN_FreeBSD_9= does not build
-
USE_GITHUB= yes
ALL_TARGET= native
diff --git a/security/honggfuzz/Makefile b/security/honggfuzz/Makefile
index 5cac1b68f0b2..984a817b10ab 100644
--- a/security/honggfuzz/Makefile
+++ b/security/honggfuzz/Makefile
@@ -18,8 +18,6 @@ GC_TAGNAME= 6d01e82
OPTIONS_DEFINE= EXAMPLES
-BROKEN_FreeBSD_9=Does not build on 9.x: compiler options unrecognized
-
# inplace replacement to remove relative binary path in examples scripts
post-patch:
@${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile
index 46920f5176e0..548e58031bd2 100644
--- a/security/hpenc/Makefile
+++ b/security/hpenc/Makefile
@@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE
BROKEN_powerpc64= Does not build
-BROKEN_FreeBSD_9= does not build
NOT_FOR_ARCHS= aarch64 sparc64
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile
index 1f34f6b03fa1..f9182a658c91 100644
--- a/security/i2pd/Makefile
+++ b/security/i2pd/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
BROKEN_powerpc64= does not build
-BROKEN_FreeBSD_9= does not build
USE_GITHUB= yes
GH_ACCOUNT= PurpleI2P
diff --git a/security/openiked/Makefile b/security/openiked/Makefile
index 1c9b856cea5f..3b403d331fab 100644
--- a/security/openiked/Makefile
+++ b/security/openiked/Makefile
@@ -11,8 +11,6 @@ LICENSE= ISCL
LIB_DEPENDS= libevent.so:devel/libevent2
-BROKEN_FreeBSD_9=does not build
-
USE_GITHUB= yes
GH_ACCOUNT= xcllnt
diff --git a/security/pam_ocra/Makefile b/security/pam_ocra/Makefile
index 8eca95b265c8..e71ee0c61a1f 100644
--- a/security/pam_ocra/Makefile
+++ b/security/pam_ocra/Makefile
@@ -23,10 +23,4 @@ PLIST_FILES= lib/pam_ocra.so \
man/man8/pam_ocra.8.gz \
man/man8/ocra_tool.8.gz
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_9= does not build with 9.x base OpenSSL
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 343750209576..9fc184a00ef1 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -13,8 +13,6 @@ COMMENT= Cryptographic recipes and primitives for Python developers
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_FreeBSD_9= does not build (_openssl.c:75298: error: storage class specified for parameter '_cffi_type_context')
-
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six \
${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py-pyasn1 \
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile
index 410c18446459..7d88af87dd8e 100644
--- a/security/py-xmlsec/Makefile
+++ b/security/py-xmlsec/Makefile
@@ -18,8 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxmlsec1.so:security/xmlsec1
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2
-BROKEN_FreeBSD_9= does not build
-
USES= python:2 ssl
USE_PYTHON= distutils autoplist
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index f2f1c08240ab..e3176eb34c25 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -95,12 +95,6 @@ PRIVSEP_PLIST_FILES= sbin/wpa_priv
.include <bsd.port.pre.mk>
-.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_9= Does not build on FreeBSD < 10 with base SSL. Add DEFAULT_VERSIONS+=ssl=openssl\
- or DEFAULT_VERSIONS+=ssl=libressl to /etc/make.conf and rebuild everything that\
- requires SSL.
-.endif
-
.if ${PORT_OPTIONS:MNDIS} && ${PORT_OPTIONS:MPRIVSEP}
BROKEN= Fails to compile with both NDIS and PRIVSEP
.endif