Date: Thu, 8 May 2014 13:35:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353297 - head/security/openvpn-auth-ldap Message-ID: <201405081335.s48DZ5D7021304@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu May 8 13:35:05 2014 New Revision: 353297 URL: http://svnweb.freebsd.org/changeset/ports/353297 QAT: https://qat.redports.org/buildarchive/r353297/ Log: Convert to USES=objc and drop hard coded gcc 4.6 dep Modified: head/security/openvpn-auth-ldap/Makefile Modified: head/security/openvpn-auth-ldap/Makefile ============================================================================== --- head/security/openvpn-auth-ldap/Makefile Thu May 8 13:32:12 2014 (r353296) +++ head/security/openvpn-auth-ldap/Makefile Thu May 8 13:35:05 2014 (r353297) @@ -11,6 +11,8 @@ DISTNAME= auth-ldap-${PORTVERSION} MAINTAINER= snb@FreeBSD.org COMMENT= LDAP authentication plugin for OpenVPN +USES= objc + BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c \ ${NONEXISTENT}:${PORTSDIR}/security/openvpn:extract @@ -24,17 +26,12 @@ CONFIGURE_ARGS+= --with-openldap=${LOCAL PORTDOCS= README PORTEXAMPLES= auth-ldap.conf PLIST_FILES= lib/openvpn-auth-ldap.so +OBJCFLAGS+= -L/usr/local/lib OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> -.if ${OSVERSION} >= 900000 -# 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 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/openvpn-auth-ldap.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405081335.s48DZ5D7021304>