[Midnightbsd-cvs] mports [23529] trunk/lang: fix ssl in lang

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


Revision: 23529
          http://svnweb.midnightbsd.org/mports/?rev=23529
Author:   laffer1
Date:     2018-05-12 11:12:27 -0400 (Sat, 12 May 2018)
Log Message:
-----------
fix ssl in lang

Modified Paths:
--------------
    trunk/lang/php56/Makefile.ext
    trunk/lang/php70/Makefile.ext
    trunk/lang/php71/Makefile.ext
    trunk/lang/python27/Makefile
    trunk/lang/python33/Makefile
    trunk/lang/python34/Makefile

Modified: trunk/lang/php56/Makefile.ext
===================================================================
--- trunk/lang/php56/Makefile.ext	2018-05-12 15:07:33 UTC (rev 23528)
+++ trunk/lang/php56/Makefile.ext	2018-05-12 15:12:27 UTC (rev 23529)
@@ -82,7 +82,7 @@
 		--with-openssl-dir=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=	ssl
 .endif
 
 .if ${PHP_MODNAME} == "gd"

Modified: trunk/lang/php70/Makefile.ext
===================================================================
--- trunk/lang/php70/Makefile.ext	2018-05-12 15:07:33 UTC (rev 23528)
+++ trunk/lang/php70/Makefile.ext	2018-05-12 15:12:27 UTC (rev 23529)
@@ -82,7 +82,7 @@
 		--with-openssl-dir=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "gd"

Modified: trunk/lang/php71/Makefile.ext
===================================================================
--- trunk/lang/php71/Makefile.ext	2018-05-12 15:07:33 UTC (rev 23528)
+++ trunk/lang/php71/Makefile.ext	2018-05-12 15:12:27 UTC (rev 23529)
@@ -89,7 +89,7 @@
 		--with-openssl-dir=${OPENSSLBASE}
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
-USE_OPENSSL=	yes
+EXTENSIONS+=    ssl
 .endif
 
 .if ${PHP_MODNAME} == "gd"

Modified: trunk/lang/python27/Makefile
===================================================================
--- trunk/lang/python27/Makefile	2018-05-12 15:07:33 UTC (rev 23528)
+++ trunk/lang/python27/Makefile	2018-05-12 15:12:27 UTC (rev 23529)
@@ -2,7 +2,7 @@
 
 PORTNAME=	python27
 PORTVERSION=	${PYTHON_PORTVERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
 DISTNAME=	Python-${PORTVERSION}
@@ -13,13 +13,12 @@
 
 LICENSE=	python
 
-USES=		cpe ncurses pkgconfig readline tar:xz
+USES=		cpe ncurses pkgconfig readline ssl tar:xz
 CONFIGURE_ENV=	SVNVERSION="echo midnightbsd"
 CONFIGURE_TARGET= --build=${ARCH}-portbld-midnightbsd${OSREL} \
 		  --host=${ARCH}-portbld-midnightbsd${OSREL} \
 		  --target=${ARCH}-portbld-midnightbsd${OSREL}
 USE_LDCONFIG=	yes
-USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 
 CPE_VENDOR=	python

Modified: trunk/lang/python33/Makefile
===================================================================
--- trunk/lang/python33/Makefile	2018-05-12 15:07:33 UTC (rev 23528)
+++ trunk/lang/python33/Makefile	2018-05-12 15:12:27 UTC (rev 23529)
@@ -13,8 +13,7 @@
 
 LICENSE=	python
 
-USES=		cpe ncurses pkgconfig readline tar:xz
-USE_OPENSSL=	yes
+USES=		cpe ncurses pkgconfig readline ssl tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	OPT="" SVNVERSION="echo midnightbsd"

Modified: trunk/lang/python34/Makefile
===================================================================
--- trunk/lang/python34/Makefile	2018-05-12 15:07:33 UTC (rev 23528)
+++ trunk/lang/python34/Makefile	2018-05-12 15:12:27 UTC (rev 23529)
@@ -15,8 +15,7 @@
 
 LICENSE=	python
 
-USES=		cpe ncurses:base pathfix pkgconfig readline:port tar:xz iconv
-USE_OPENSSL=	yes
+USES=		cpe ncurses:base pathfix pkgconfig readline:port tar:xz iconv ssl
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 



More information about the Midnightbsd-cvs mailing list