Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 11:08:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438648 - head/lang/python36
Message-ID:  <201704161108.v3GB8isP074102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704161108.v3GB8isP074102>