[Midnightbsd-cvs] mports [23530] trunk/lang: fix more ssl issues

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 12 11:14:47 EDT 2018


Revision: 23530
          http://svnweb.midnightbsd.org/mports/?rev=23530
Author:   laffer1
Date:     2018-05-12 11:14:46 -0400 (Sat, 12 May 2018)
Log Message:
-----------
fix more ssl issues

Modified Paths:
--------------
    trunk/lang/php56/Makefile.ext
    trunk/lang/php70/Makefile.ext
    trunk/lang/php71/Makefile.ext
    trunk/lang/ruby21/Makefile
    trunk/lang/ruby22/Makefile
    trunk/lang/ruby23/Makefile

Modified: trunk/lang/php56/Makefile.ext
===================================================================
--- trunk/lang/php56/Makefile.ext	2018-05-12 15:12:27 UTC (rev 23529)
+++ trunk/lang/php56/Makefile.ext	2018-05-12 15:14:46 UTC (rev 23530)
@@ -140,7 +140,7 @@
 		--with-imap-ssl=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "interbase"
@@ -215,7 +215,7 @@
 CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "opcache"
@@ -351,7 +351,7 @@
 
 LIB_DEPENDS+=	libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "soap"

Modified: trunk/lang/php70/Makefile.ext
===================================================================
--- trunk/lang/php70/Makefile.ext	2018-05-12 15:12:27 UTC (rev 23529)
+++ trunk/lang/php70/Makefile.ext	2018-05-12 15:14:46 UTC (rev 23530)
@@ -140,7 +140,7 @@
 		--with-imap-ssl=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "intl"
@@ -201,7 +201,7 @@
 CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "opcache"
@@ -328,7 +328,7 @@
 
 LIB_DEPENDS+=	libnetsnmp.so:net-mgmt/net-snmp
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "soap"

Modified: trunk/lang/php71/Makefile.ext
===================================================================
--- trunk/lang/php71/Makefile.ext	2018-05-12 15:12:27 UTC (rev 23529)
+++ trunk/lang/php71/Makefile.ext	2018-05-12 15:14:46 UTC (rev 23530)
@@ -146,7 +146,7 @@
 		--with-imap-ssl=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "intl"
@@ -206,7 +206,7 @@
 CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "opcache"
@@ -346,7 +346,7 @@
 
 LIB_DEPENDS+=	libnetsnmp.so:net-mgmt/net-snmp
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "soap"

Modified: trunk/lang/ruby21/Makefile
===================================================================
--- trunk/lang/ruby21/Makefile	2018-05-12 15:12:27 UTC (rev 23529)
+++ trunk/lang/ruby21/Makefile	2018-05-12 15:14:46 UTC (rev 23530)
@@ -44,7 +44,6 @@
 GNU_CONFIGURE=	yes
 # Keep this, else ruby will fail to load libraries dependent of libpthread.
 LIBS+=		-lpthread -L${LOCALBASE}/lib
-USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
 MAKE_ENV+=	LC_ALL=C
@@ -69,7 +68,7 @@
 CAPIDOCS_CONFIGURE_ENABLE=	install-capi
 RDOC_CONFIGURE_ENABLE=	install-rdoc
 
-USES=		execinfo cpe tar:xz autoreconf
+USES=		execinfo cpe tar:xz autoreconf ssl
 
 CPE_VENDOR=	ruby-lang
 CPE_VERSION=	${RUBY_RELVERSION}

Modified: trunk/lang/ruby22/Makefile
===================================================================
--- trunk/lang/ruby22/Makefile	2018-05-12 15:12:27 UTC (rev 23529)
+++ trunk/lang/ruby22/Makefile	2018-05-12 15:14:46 UTC (rev 23530)
@@ -44,7 +44,6 @@
 GNU_CONFIGURE=	yes
 # Keep this, else ruby will fail to load libraries dependent of libpthread.
 LIBS+=		-lpthread -L${LOCALBASE}/lib
-USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
 MAKE_ENV+=	LC_ALL=C
@@ -69,7 +68,7 @@
 CAPIDOCS_CONFIGURE_ENABLE=	install-capi
 RDOC_CONFIGURE_ENABLE=	install-rdoc
 
-USES=		execinfo cpe tar:xz autoreconf
+USES=		execinfo cpe tar:xz autoreconf ssl
 
 CPE_VENDOR=	ruby-lang
 CPE_VERSION=	${RUBY_RELVERSION}

Modified: trunk/lang/ruby23/Makefile
===================================================================
--- trunk/lang/ruby23/Makefile	2018-05-12 15:12:27 UTC (rev 23529)
+++ trunk/lang/ruby23/Makefile	2018-05-12 15:14:46 UTC (rev 23530)
@@ -44,7 +44,6 @@
 GNU_CONFIGURE=	yes
 # Keep this, else ruby will fail to load libraries dependent of libpthread.
 LIBS+=		-lpthread -L${LOCALBASE}/lib
-USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
 MAKE_ENV+=	LC_ALL=C
@@ -69,7 +68,7 @@
 CAPIDOCS_CONFIGURE_ENABLE=	install-capi
 RDOC_CONFIGURE_ENABLE=	install-rdoc
 
-USES=		execinfo cpe tar:xz autoreconf
+USES=		execinfo cpe tar:xz autoreconf ssl
 
 CPE_VENDOR=	ruby-lang
 CPE_VERSION=	${RUBY_RELVERSION}



More information about the Midnightbsd-cvs mailing list