aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn-auth-ldap
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2014-08-03 10:14:41 +0000
committerMatthias Andree <mandree@FreeBSD.org>2014-08-03 10:14:41 +0000
commit620d0b19adc661a100c2f3cc767cec1a33993c0c (patch)
tree44a1e4417e3105b31e53e9e6268988fd1d862d76 /security/openvpn-auth-ldap
parent7761ebab5d7bf34c4ef43bc3e4f37c255d6b9efa (diff)
downloadports-620d0b19adc661a100c2f3cc767cec1a33993c0c.tar.gz
ports-620d0b19adc661a100c2f3cc767cec1a33993c0c.zip
Mark broken.
Notes
Notes: svn path=/head/; revision=363869
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r--security/openvpn-auth-ldap/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile
index 8153c91e090a..0b3c653e0d97 100644
--- a/security/openvpn-auth-ldap/Makefile
+++ b/security/openvpn-auth-ldap/Makefile
@@ -11,6 +11,11 @@ DISTNAME= auth-ldap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= LDAP authentication plugin for OpenVPN
+# Older GCC used to provide +alloc and other methods on the Object
+# class, newer GCC/libobjc version no longer to that. The software
+# needs to learn to use the new Objective C world order:
+BROKEN= Needs to be ported to a new Object base-class with +alloc.
+
USES= objc
BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c \