Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2017 21:24:13 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
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
Message-ID:  <201705152124.v4FLODTs037843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/types.h>
++						#include <stddef.h>
  						#include <openvpn-plugin.h>
  					], [
  						int flag = OPENVPN_PLUGIN_UP;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705152124.v4FLODTs037843>