diff options
author | mva <mva@FreeBSD.org> | 2014-08-11 02:36:27 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-08-11 02:36:27 +0800 |
commit | a18ba75aae13d6f447a5eca9dfff7ccce1fd2bf3 (patch) | |
tree | e456de53cd25acc64c5c2881d2b439c9989df5cb /lang | |
parent | 8fc53da161664de351234df1f4f91cfb3a36f417 (diff) | |
download | freebsd-ports-gnome-a18ba75aae13d6f447a5eca9dfff7ccce1fd2bf3.tar.gz freebsd-ports-gnome-a18ba75aae13d6f447a5eca9dfff7ccce1fd2bf3.tar.zst freebsd-ports-gnome-a18ba75aae13d6f447a5eca9dfff7ccce1fd2bf3.zip |
- 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@
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python27/Makefile | 3 | ||||
-rw-r--r-- | lang/python32/Makefile | 3 | ||||
-rw-r--r-- | lang/python33/Makefile | 3 | ||||
-rw-r--r-- | lang/python34/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 1de0f20d2109..341fce59b510 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -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 diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 95d8ca3336a0..f97ce815b92d 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -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 programming language LICENSE= PSFL USES= cpe ncurses pkgconfig readline tar:xz +USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 85e48a442311..0df4b515a7ba 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -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 programming language LICENSE= PSFL USES= cpe ncurses pkgconfig readline tar:xz +USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/lang/python34/Makefile b/lang/python34/Makefile index f5530a851b3c..cd333e3319a9 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -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 programming language LICENSE= PSFL USES= cpe ncurses pkgconfig readline tar:xz +USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |