From owner-svn-ports-all@freebsd.org Mon May 15 22:22:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC6FBD6EEBD; Mon, 15 May 2017 22:22:51 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 88870F2; Mon, 15 May 2017 22:22:51 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4FMMoKJ063086; Mon, 15 May 2017 22:22:50 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4FMMoMi063085; Mon, 15 May 2017 22:22:50 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201705152222.v4FMMoMi063085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 15 May 2017 22:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440979 - 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.23 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: Mon, 15 May 2017 22:22:51 -0000 Author: mandree Date: Mon May 15 22:22:50 2017 New Revision: 440979 URL: https://svnweb.freebsd.org/changeset/ports/440979 Log: No longer depend on OpenVPN sources. OpenVPN 2.3.0 and newer have installed the openvpn-plugin.h file. Cease requiring and extracting the source tarball to obtain this file (as we used to do with 2.2.x and older). Modified: head/security/openvpn-auth-ldap/Makefile Modified: head/security/openvpn-auth-ldap/Makefile ============================================================================== --- head/security/openvpn-auth-ldap/Makefile Mon May 15 22:05:46 2017 (r440978) +++ head/security/openvpn-auth-ldap/Makefile Mon May 15 22:22:50 2017 (r440979) @@ -15,16 +15,15 @@ COMMENT= LDAP authentication plugin for LICENSE= BSD3CLAUSE BUILD_DEPENDS= re2c:devel/re2c \ - ${NONEXISTENT}:security/openvpn:extract \ - check>=0:devel/check + check>=0:devel/check \ + ${LOCALBASE}/include/openvpn-plugin.h:security/openvpn USES= autoreconf objc tar:xz GNU_CONFIGURE= yes USE_OPENLDAP= yes -OPENVPN_WRKSRC= `cd ${PORTSDIR}/security/openvpn; make -V WRKSRC` CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} \ - --with-openvpn=${OPENVPN_WRKSRC}/include \ + --with-openvpn=${LOCALBASE}/include \ --with-objc-runtime=GNU PORTDOCS= README