mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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@
This commit is contained in:
parent
7e870f4606
commit
600af559c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364557
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user