Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2018 21:24:25 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464847 - head/devel/py-greenlet
Message-ID:  <201803172124.w2HLOPtG085020@repo.freebsd.org>

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



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