Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= python34 |
4 |
PORTNAME= python34 |
5 |
PORTVERSION= 3.4.2 |
5 |
PORTVERSION= 3.4.2 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= lang python ipv6 |
7 |
CATEGORIES= lang python ipv6 |
8 |
MASTER_SITES= PYTHON |
8 |
MASTER_SITES= PYTHON |
9 |
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} |
9 |
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} |
Lines 108-113
Link Here
|
108 |
PLIST_SUB+= NO_NIS="" |
108 |
PLIST_SUB+= NO_NIS="" |
109 |
.endif |
109 |
.endif |
110 |
|
110 |
|
|
|
111 |
### Fix build with LibreSSL (does not have RAND_egd) |
112 |
### PR195508, http://bugs.python.org/issue21356 |
113 |
.if !EMPTY(WITH_OPENSSL_PORT) |
114 |
CONFIGURE_ARGS+= CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib |
115 |
.endif |
116 |
### End PR195508 |
117 |
|
111 |
post-install: |
118 |
post-install: |
112 |
.if ! ${PORT_OPTIONS:MDEBUG} |
119 |
.if ! ${PORT_OPTIONS:MDEBUG} |
113 |
${RM} -f ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: http://bugs.python.org/issue17975 |
120 |
${RM} -f ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: http://bugs.python.org/issue17975 |