svn commit: r346847 - head/security/openvpn-auth-ldap

Gerald Pfeifer gerald at FreeBSD.org
Mon Mar 3 00:38:37 UTC 2014


Author: gerald
Date: Mon Mar  3 00:38:36 2014
New Revision: 346847
URL: http://svnweb.freebsd.org/changeset/ports/346847
QAT: https://qat.redports.org/buildarchive/r346847/

Log:
  This port really requires not just GCC, but also no version newer than
  GCC 4.6 -- so, set USE_GCC=4.6.
  
  Approved by:	snb (maintainer)

Modified:
  head/security/openvpn-auth-ldap/Makefile

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Mon Mar  3 00:33:16 2014	(r346846)
+++ head/security/openvpn-auth-ldap/Makefile	Mon Mar  3 00:38:36 2014	(r346847)
@@ -29,10 +29,10 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 .include <bsd.port.options.mk>
 
 .if ${OSVERSION} >= 900000
-# Use gcc from ports because Objective C support no longer included in base
-# and the GNU Objective-C runtime is required, lang/libobjc2 + clang
-# does not work currently.
-USE_GCC=	yes
+# Use GCC from ports because Objective-C support is no longer included
+# in base.  lang/libobjc2 + clang currently do not work, nor do newer
+# versions of GCC.
+USE_GCC=	4.6
 CONFIGURE_ENV+=	OBJC="${CC}"
 .endif
 


More information about the svn-ports-all mailing list