From owner-svn-ports-all@freebsd.org Mon May 15 21:24:14 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 EAAECD6C833; Mon, 15 May 2017 21:24:14 +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 B9C4F1587; Mon, 15 May 2017 21:24:14 +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 v4FLODRB037845; Mon, 15 May 2017 21:24:13 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4FLODTs037843; Mon, 15 May 2017 21:24:13 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201705152124.v4FLODTs037843@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 21:24:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440974 - in head/security/openvpn-auth-ldap: . files 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 21:24:15 -0000 Author: mandree Date: Mon May 15 21:24:13 2017 New Revision: 440974 URL: https://svnweb.freebsd.org/changeset/ports/440974 Log: Modernize, resolving DEVELOPER=yes warnings. While here, do not include sys/types.h but rather only stddef.h, for the openvpn-plugin.h test patch. Modified: head/security/openvpn-auth-ldap/Makefile head/security/openvpn-auth-ldap/files/patch-aclocal.m4 Modified: head/security/openvpn-auth-ldap/Makefile ============================================================================== --- head/security/openvpn-auth-ldap/Makefile Mon May 15 21:11:21 2017 (r440973) +++ head/security/openvpn-auth-ldap/Makefile Mon May 15 21:24:13 2017 (r440974) @@ -18,10 +18,9 @@ BUILD_DEPENDS= re2c:devel/re2c \ ${NONEXISTENT}:security/openvpn:extract \ check>=0:devel/check -USES= objc tar:xz +USES= autoreconf objc tar:xz GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf autoheader USE_OPENLDAP= yes OPENVPN_WRKSRC= `cd ${PORTSDIR}/security/openvpn; make -V WRKSRC` CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} \ Modified: head/security/openvpn-auth-ldap/files/patch-aclocal.m4 ============================================================================== --- head/security/openvpn-auth-ldap/files/patch-aclocal.m4 Mon May 15 21:11:21 2017 (r440973) +++ head/security/openvpn-auth-ldap/files/patch-aclocal.m4 Mon May 15 21:24:13 2017 (r440974) @@ -4,7 +4,7 @@ AC_CACHE_VAL(od_cv_openvpn, [ AC_LINK_IFELSE([ AC_LANG_PROGRAM([ -+ #include ++ #include #include ], [ int flag = OPENVPN_PLUGIN_UP;