From owner-svn-ports-all@FreeBSD.ORG Thu May 8 13:35:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1505883; Thu, 8 May 2014 13:35:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F0F4FE2; Thu, 8 May 2014 13:35:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48DZ5hu021305; Thu, 8 May 2014 13:35:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48DZ5D7021304; Thu, 8 May 2014 13:35:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405081335.s48DZ5D7021304@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 8 May 2014 13:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353297 - head/security/openvpn-auth-ldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 13:35:05 -0000 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 -.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