svn commit: r438648 - head/lang/python36

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 16 11:08:46 UTC 2017


Author: sunpoet
Date: Sun Apr 16 11:08:44 2017
New Revision: 438648
URL: https://svnweb.freebsd.org/changeset/ports/438648

Log:
  Use BROKEN_SSL and fix indent

Modified:
  head/lang/python36/Makefile

Modified: head/lang/python36/Makefile
==============================================================================
--- head/lang/python36/Makefile	Sun Apr 16 11:08:39 2017	(r438647)
+++ head/lang/python36/Makefile	Sun Apr 16 11:08:44 2017	(r438648)
@@ -15,6 +15,8 @@ COMMENT=	Interpreted object-oriented pro
 
 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-%
 # 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>


More information about the svn-ports-head mailing list