Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2015 13:37:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384160 - in head: dns/powerdns emulators/dolphin-emu ftp/curl security/openvpn security/openvpn-devel
Message-ID:  <201504171337.t3HDbbmd075142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Apr 17 13:37:36 2015
New Revision: 384160
URL: https://svnweb.freebsd.org/changeset/ports/384160

Log:
  Specify library version when depending on libpolarssl and switch ports to
  PolarSSL 1.3 when they fail to build with 1.2.

Modified:
  head/dns/powerdns/Makefile
  head/emulators/dolphin-emu/Makefile
  head/ftp/curl/Makefile
  head/security/openvpn-devel/Makefile
  head/security/openvpn/Makefile

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Fri Apr 17 13:31:21 2015	(r384159)
+++ head/dns/powerdns/Makefile	Fri Apr 17 13:37:36 2015	(r384160)
@@ -160,7 +160,7 @@ MODULES+=	opendbx
 .if ${PORT_OPTIONS:MPOLARSSL}
 CONFIGURE_ARGS+=	--without-system-polarssl
 .else
-LIB_DEPENDS+=		libpolarssl.so:${PORTSDIR}/security/polarssl
+LIB_DEPENDS+=		libpolarssl.so.8:${PORTSDIR}/security/polarssl13
 .endif
 
 post-install:

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Fri Apr 17 13:31:21 2015	(r384159)
+++ head/emulators/dolphin-emu/Makefile	Fri Apr 17 13:37:36 2015	(r384160)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		liblzo2.so:${PORTSDIR}/archivers/lzo2 \
 		libSoundTouch.so:${PORTSDIR}/audio/soundtouch \
-		libpolarssl.so:${PORTSDIR}/security/polarssl
+		libpolarssl.so.5:${PORTSDIR}/security/polarssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME}

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Fri Apr 17 13:31:21 2015	(r384159)
+++ head/ftp/curl/Makefile	Fri Apr 17 13:37:36 2015	(r384160)
@@ -126,7 +126,7 @@ OPENSSL_LDFLAGS=	-L${OPENSSLLIB}
 OPENSSL_USE=		OPENSSL=yes
 POLARSSL_CONFIGURE_OFF=	--without-polarssl
 POLARSSL_CONFIGURE_ON=	--with-polarssl=${LOCALBASE}
-POLARSSL_LIB_DEPENDS=	libpolarssl.so:${PORTSDIR}/security/polarssl
+POLARSSL_LIB_DEPENDS=	libpolarssl.so.8:${PORTSDIR}/security/polarssl13
 PROXY_CONFIGURE_OFF=	--disable-proxy
 PROXY_CONFIGURE_ON=	--enable-proxy
 RTMP_CONFIGURE_OFF=	--without-librtmp

Modified: head/security/openvpn-devel/Makefile
==============================================================================
--- head/security/openvpn-devel/Makefile	Fri Apr 17 13:31:21 2015	(r384159)
+++ head/security/openvpn-devel/Makefile	Fri Apr 17 13:37:36 2015	(r384160)
@@ -48,7 +48,7 @@ PW_SAVE_CONFIGURE_ENABLE=	password-save
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPOLARSSL}
-LIB_DEPENDS+=	libpolarssl.so:${PORTSDIR}/security/polarssl
+LIB_DEPENDS+=	libpolarssl.so.8:${PORTSDIR}/security/polarssl13
 CONFIGURE_ARGS+=--with-crypto-library=polarssl
 .else
 USE_OPENSSL=	yes

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Fri Apr 17 13:31:21 2015	(r384159)
+++ head/security/openvpn/Makefile	Fri Apr 17 13:37:36 2015	(r384160)
@@ -55,7 +55,7 @@ EXTRA_PATCHES+=		${FILESDIR}/150322-Relo
 . if ${PORT_OPTIONS:MX509ALTUSERNAME}
 BROKEN=	OpenVPN ${DISTVERSION} cannot use --x509-username-field with PolarSSL. Disable X509ALTUSERNAME, or use OpenSSL instead
 . else
-LIB_DEPENDS+=		libpolarssl.so:${PORTSDIR}/security/polarssl
+LIB_DEPENDS+=		libpolarssl.so.5:${PORTSDIR}/security/polarssl
 CONFIGURE_ARGS+=	--with-crypto-library=polarssl
 . endif
 .else



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