From owner-svn-ports-all@FreeBSD.ORG Sun Aug 10 18:36:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C266D21B for ; Sun, 10 Aug 2014 18:36:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99194214F for ; Sun, 10 Aug 2014 18:36:28 +0000 (UTC) Received: from mva (uid 1189) (envelope-from mva@FreeBSD.org) id 212c by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 18:36:27 +0000 From: Marcus von Appen Date: Sun, 10 Aug 2014 18:36:27 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e7bbac.212c.1cab2a8b@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 18:36:28 -0000 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