Use BROKEN_SSL and fix indent
This commit is contained in:
parent
760faa0fd3
commit
2619ed3ece
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438648
1 changed files with 4 additions and 8 deletions
|
@ -15,6 +15,8 @@ COMMENT= Interpreted object-oriented programming language
|
|||
|
||||
LICENSE= PSFL
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
|
||||
USES= cpe ncurses pathfix pkgconfig readline ssl tar:xz shebangfix
|
||||
PATHFIX_MAKEFILEIN= Makefile.pre.in
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -106,7 +108,7 @@ PLIST_FILES+= libdata/pkgconfig/python-%%XYDOT%%%%ABI%%.pc
|
|||
# http://bugs.python.org/issue22521
|
||||
# http://bugs.python.org/issue23042
|
||||
.if ${ARCH} == i386 && !${PORT_OPTIONS:MLIBFFI}
|
||||
BROKEN= You must use libffi from ports on i386. Enable the LIBFFI option
|
||||
BROKEN= You must use libffi from ports on i386. Enable the LIBFFI option
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -132,10 +134,4 @@ post-install:
|
|||
for i in ${STAGEDIR}${PREFIX}/lib/python${PYTHON_VER}/lib-dynload/*.so; do \
|
||||
${STRIP_CMD} $$i; done # Strip shared extensions
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT:Mopenssl-devel}
|
||||
BROKEN= Does not build with openssl-devel
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue