Index: branches/2020Q1/devel/py-greenlet/Makefile =================================================================== --- branches/2020Q1/devel/py-greenlet/Makefile (revision 522682) +++ branches/2020Q1/devel/py-greenlet/Makefile (revision 522683) @@ -1,28 +1,28 @@ # Created by: Peter Schuller # $FreeBSD$ PORTNAME= greenlet PORTVERSION= 0.4.15 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Light-weight microthreads for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= mips mips64 powerpc64 +NOT_FOR_ARCHS= mips mips64 NOT_FOR_ARCHS_REASON= greenlet needs to be ported to this platform USES= python USE_PYTHON= autoplist concurrent distutils DO_MAKE_TEST= ${PYTHON_CMD} TEST_TARGET= run-tests.py post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/greenlet.so .include Index: branches/2020Q1/devel/py-greenlet/files/patch-slp_platformselect.h =================================================================== --- branches/2020Q1/devel/py-greenlet/files/patch-slp_platformselect.h (nonexistent) +++ branches/2020Q1/devel/py-greenlet/files/patch-slp_platformselect.h (revision 522683) @@ -0,0 +1,11 @@ +--- slp_platformselect.h.orig 2020-01-10 10:02:27 UTC ++++ slp_platformselect.h +@@ -12,7 +12,7 @@ + #include "platform/switch_amd64_unix.h" /* gcc on amd64 */ + #elif defined(__GNUC__) && defined(__i386__) + #include "platform/switch_x86_unix.h" /* gcc on X86 */ +-#elif defined(__GNUC__) && defined(__powerpc64__) && defined(__linux__) ++#elif defined(__GNUC__) && defined(__powerpc64__) && (defined(__linux__) || defined(__FreeBSD__)) + #include "platform/switch_ppc64_linux.h" /* gcc on PowerPC 64-bit */ + #elif defined(__GNUC__) && defined(__PPC__) && defined(__linux__) + #include "platform/switch_ppc_linux.h" /* gcc on PowerPC */ Property changes on: branches/2020Q1/devel/py-greenlet/files/patch-slp_platformselect.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q1 =================================================================== --- branches/2020Q1 (revision 522682) +++ branches/2020Q1 (revision 522683) Property changes on: branches/2020Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r522608