From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 07:52:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79A89DF0 for ; Sun, 3 Aug 2014 07:52:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F8A728D9 for ; Sun, 3 Aug 2014 07:52:50 +0000 (UTC) Received: from mandree (uid 1212) (envelope-from mandree@svn.freebsd.org) id 5e2a by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 07:52:50 +0000 From: Matthias Andree Date: Sun, 3 Aug 2014 07:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363854 - 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 Message-Id: <53ddea52.5e2a.40e96d6c@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 03 Aug 2014 07:52:50 -0000 Author: mandree Date: Sun Aug 3 07:52:49 2014 New Revision: 363854 URL: http://svnweb.freebsd.org/changeset/ports/363854 QAT: https://qat.redports.org/buildarchive/r363854/ Log: Make sure that -export-dynamic is passed to the linker. Added: head/security/openvpn-auth-ldap/files/patch-tests__Makefile.in - copied, changed from r363678, head/security/openvpn-auth-ldap/files/patch-tests-Makefile.in Deleted: head/security/openvpn-auth-ldap/files/patch-tests-Makefile.in Modified: head/security/openvpn-auth-ldap/Makefile Modified: head/security/openvpn-auth-ldap/Makefile ============================================================================== --- head/security/openvpn-auth-ldap/Makefile Sun Aug 3 07:25:08 2014 (r363853) +++ head/security/openvpn-auth-ldap/Makefile Sun Aug 3 07:52:49 2014 (r363854) @@ -3,7 +3,7 @@ PORTNAME= openvpn-auth-ldap PORTVERSION= 2.0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= auth-ldap-${PORTVERSION} @@ -33,6 +33,9 @@ OPTIONS_DEFINE= DOCS EXAMPLES CONFIGURE_ENV+= OBJC="${CC}" +post-patch: + ${REINPLACE_CMD} 's|-export-dynamic|-Wl,-export-dynamic|' ${WRKSRC}/configure + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/openvpn-auth-ldap.so .if ${PORT_OPTIONS:MDOCS} Copied and modified: head/security/openvpn-auth-ldap/files/patch-tests__Makefile.in (from r363678, head/security/openvpn-auth-ldap/files/patch-tests-Makefile.in) ============================================================================== --- head/security/openvpn-auth-ldap/files/patch-tests-Makefile.in Thu Jul 31 20:59:32 2014 (r363678, copy source) +++ head/security/openvpn-auth-ldap/files/patch-tests__Makefile.in Sun Aug 3 07:52:49 2014 (r363854) @@ -1,5 +1,5 @@ ---- tests/Makefile.in.orig 2006-08-01 05:51:52.000000000 +0200 -+++ tests/Makefile.in 2013-06-09 06:33:07.000000000 +0200 +--- ./tests/Makefile.in.orig 2006-08-01 05:51:52.000000000 +0200 ++++ ./tests/Makefile.in 2014-08-03 09:26:42.000000000 +0200 @@ -26,7 +26,7 @@ CFLAGS+= @CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\" OBJCFLAGS+= @CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"