svn commit: r363869 - head/security/openvpn-auth-ldap
Matthias Andree
mandree at svn.freebsd.org
Sun Aug 3 10:14:42 UTC 2014
Author: mandree
Date: Sun Aug 3 10:14:41 2014
New Revision: 363869
URL: http://svnweb.freebsd.org/changeset/ports/363869
QAT: https://qat.redports.org/buildarchive/r363869/
Log:
Mark broken.
Modified:
head/security/openvpn-auth-ldap/Makefile
Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile Sun Aug 3 10:14:30 2014 (r363868)
+++ head/security/openvpn-auth-ldap/Makefile Sun Aug 3 10:14:41 2014 (r363869)
@@ -11,6 +11,11 @@ DISTNAME= auth-ldap-${PORTVERSION}
MAINTAINER= ports at 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 \
More information about the svn-ports-head
mailing list