svn commit: r464847 - head/devel/py-greenlet

Mark Linimon linimon at FreeBSD.org
Sat Mar 17 21:24:25 UTC 2018


Author: linimon
Date: Sat Mar 17 21:24:24 2018
New Revision: 464847
URL: https://svnweb.freebsd.org/changeset/ports/464847

Log:
  Fails the same way on mips as powerpc.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/py-greenlet/Makefile

Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile	Sat Mar 17 21:18:10 2018	(r464846)
+++ head/devel/py-greenlet/Makefile	Sat Mar 17 21:24:24 2018	(r464847)
@@ -13,13 +13,13 @@ COMMENT=	Light-weight microthreads for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=		powerpc64
+NOT_FOR_ARCHS=		mips mips64 powerpc64
 NOT_FOR_ARCHS_REASON=	greenlet needs to be ported to this platform
 
 DO_MAKE_TEST=	${PYTHON_CMD}
 TEST_TARGET=	run-tests.py
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/greenlet.so


More information about the svn-ports-all mailing list