Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2014 18:36:27 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364557 - in head/lang: python27 python32 python33 python34
Message-ID:  <53e7bbac.212c.1cab2a8b@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Aug 10 18:36:27 2014
New Revision: 364557
URL: http://svnweb.freebsd.org/changeset/ports/364557
QAT: https://qat.redports.org/buildarchive/r364557/

Log:
  - Add USE_OPENSSL, since all lang/python ports build the _ssl module, which
    requires a working OpenSSL implementation
  
  Phabric:		D569
  Reviewed by:	wg@
  With hat:	python@

Modified:
  head/lang/python27/Makefile
  head/lang/python32/Makefile
  head/lang/python33/Makefile
  head/lang/python34/Makefile

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Sun Aug 10 18:25:13 2014	(r364556)
+++ head/lang/python27/Makefile	Sun Aug 10 18:36:27 2014	(r364557)
@@ -2,7 +2,7 @@
 
 PORTNAME=	python27
 PORTVERSION=	2.7.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON
 MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
@@ -16,6 +16,7 @@ LICENSE=	PSFL
 
 USES=		cpe ncurses pkgconfig readline tar:xz
 USE_LDCONFIG=	yes
+USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 
 CPE_VENDOR=	python

Modified: head/lang/python32/Makefile
==============================================================================
--- head/lang/python32/Makefile	Sun Aug 10 18:25:13 2014	(r364556)
+++ head/lang/python32/Makefile	Sun Aug 10 18:36:27 2014	(r364557)
@@ -2,7 +2,7 @@
 
 PORTNAME=	python32
 PORTVERSION=	3.2.5
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON
 MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
@@ -15,6 +15,7 @@ COMMENT=	Interpreted object-oriented pro
 LICENSE=	PSFL
 
 USES=		cpe ncurses pkgconfig readline tar:xz
+USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/lang/python33/Makefile
==============================================================================
--- head/lang/python33/Makefile	Sun Aug 10 18:25:13 2014	(r364556)
+++ head/lang/python33/Makefile	Sun Aug 10 18:36:27 2014	(r364557)
@@ -2,7 +2,7 @@
 
 PORTNAME=	python33
 PORTVERSION=	3.3.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON
 MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
@@ -15,6 +15,7 @@ COMMENT=	Interpreted object-oriented pro
 LICENSE=	PSFL
 
 USES=		cpe ncurses pkgconfig readline tar:xz
+USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/lang/python34/Makefile
==============================================================================
--- head/lang/python34/Makefile	Sun Aug 10 18:25:13 2014	(r364556)
+++ head/lang/python34/Makefile	Sun Aug 10 18:36:27 2014	(r364557)
@@ -3,7 +3,7 @@
 
 PORTNAME=	python34
 PORTVERSION=	3.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON
 MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
@@ -16,6 +16,7 @@ COMMENT=	Interpreted object-oriented pro
 LICENSE=	PSFL
 
 USES=		cpe ncurses pkgconfig readline tar:xz
+USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e7bbac.212c.1cab2a8b>