View | Details | Raw Unified | Return to bug 205960 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +8 lines)
Lines 13-20 Link Here
13
13
14
LICENSE=	PSFL
14
LICENSE=	PSFL
15
15
16
USES=		cpe ncurses pkgconfig readline tar:xz
16
USES=		cpe ncurses pkgconfig readline ssl tar:xz
17
USE_OPENSSL=	yes
18
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
19
Lines 116-121 Link Here
116
PLIST_SUB+=	NO_NIS=""
115
PLIST_SUB+=	NO_NIS=""
117
.endif
116
.endif
118
117
118
.include <bsd.port.pre.mk>
119
120
.if ${SSL_DEFAULT:Mlibressl*}
121
CONFIGURE_ENV+=	ac_cv_lib_crypto_RAND_egd=no
122
.endif
123
119
post-install:
124
post-install:
120
.if ! ${PORT_OPTIONS:MDEBUG}
125
.if ! ${PORT_OPTIONS:MDEBUG}
121
	${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so						# Upstream Issue: http://bugs.python.org/issue17975
126
	${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so						# Upstream Issue: http://bugs.python.org/issue17975
Lines 123-126 Link Here
123
	for i in ${STAGEDIR}${PREFIX}/lib/python3.4/lib-dynload/*.so; do \
128
	for i in ${STAGEDIR}${PREFIX}/lib/python3.4/lib-dynload/*.so; do \
124
		${STRIP_CMD} $$i; done								# Strip shared extensions
129
		${STRIP_CMD} $$i; done								# Strip shared extensions
125
130
126
.include <bsd.port.mk>
131
.include <bsd.port.post.mk>

Return to bug 205960