svn commit: r419037 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17

Jimmy Olgeni olgeni at FreeBSD.org
Mon Jul 25 09:50:35 UTC 2016


Author: olgeni
Date: Mon Jul 25 09:50:33 2016
New Revision: 419037
URL: https://svnweb.freebsd.org/changeset/ports/419037

Log:
  Convert USE_OPENSSL to USES=ssl.

Modified:
  head/lang/erlang-runtime15/Makefile
  head/lang/erlang-runtime16/Makefile
  head/lang/erlang-runtime17/Makefile

Modified: head/lang/erlang-runtime15/Makefile
==============================================================================
--- head/lang/erlang-runtime15/Makefile	Mon Jul 25 09:49:09 2016	(r419036)
+++ head/lang/erlang-runtime15/Makefile	Mon Jul 25 09:50:33 2016	(r419037)
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
 .endif
 
 .if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL=	yes
+USES+=		ssl
 CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
 .else
 CONFIGURE_ARGS+=--without-ssl

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Mon Jul 25 09:49:09 2016	(r419036)
+++ head/lang/erlang-runtime16/Makefile	Mon Jul 25 09:50:33 2016	(r419037)
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
 .endif
 
 .if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL=	yes
+USES+=		ssl
 CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
 .else
 CONFIGURE_ARGS+=--without-ssl

Modified: head/lang/erlang-runtime17/Makefile
==============================================================================
--- head/lang/erlang-runtime17/Makefile	Mon Jul 25 09:49:09 2016	(r419036)
+++ head/lang/erlang-runtime17/Makefile	Mon Jul 25 09:50:33 2016	(r419037)
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
 .endif
 
 .if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL=	yes
+USES+=		ssl
 CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
 .else
 CONFIGURE_ARGS+=--without-ssl


More information about the svn-ports-head mailing list