Date: Sun, 3 Aug 2014 07:21:44 +0000 (UTC) From: Matthias Andree <mandree@svn.freebsd.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363852 - head/security/openvpn-auth-ldap Message-ID: <53dde308.53cd.21eecb53@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53dde308.53cd.21eecb53>