svn commit: r363852 - head/security/openvpn-auth-ldap

Matthias Andree mandree at svn.freebsd.org
Sun Aug 3 07:21:44 UTC 2014


Author: mandree
Date: Sun Aug  3 07:21:44 2014
New Revision: 363852
URL: http://svnweb.freebsd.org/changeset/ports/363852
QAT: https://qat.redports.org/buildarchive/r363852/

Log:
  Enable WITH_DEBUG=yes.

Modified:
  head/security/openvpn-auth-ldap/Makefile

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Sun Aug  3 07:13:25 2014	(r363851)
+++ head/security/openvpn-auth-ldap/Makefile	Sun Aug  3 07:21:44 2014	(r363852)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openvpn-auth-ldap
 PORTVERSION=	2.0.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	auth-ldap-${PORTVERSION}
@@ -44,4 +44,6 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/auth-ldap.conf ${STAGEDIR}${EXAMPLESDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+CC+=		${DEBUG_FLAGS}
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list