Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 10:14:42 +0000 (UTC)
From:      Matthias Andree <mandree@svn.freebsd.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363869 - head/security/openvpn-auth-ldap
Message-ID:  <53de0b92.50b5.3bfbc8cd@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de0b92.50b5.3bfbc8cd>