svn commit: r540568 - head/devel/py-gevent

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 27 08:33:28 UTC 2020


Author: pkubaj
Date: Sat Jun 27 08:33:27 2020
New Revision: 540568
URL: https://svnweb.freebsd.org/changeset/ports/540568

Log:
  devel/py-gevent:
  
  Use newer GCC:
  src/gevent/libev/corecext.h:157: error: wrong number of arguments specified for '__deprecated__' attribute

Modified:
  head/devel/py-gevent/Makefile

Modified: head/devel/py-gevent/Makefile
==============================================================================
--- head/devel/py-gevent/Makefile	Sat Jun 27 08:28:53 2020	(r540567)
+++ head/devel/py-gevent/Makefile	Sat Jun 27 08:33:27 2020	(r540568)
@@ -25,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.16:d
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 
-USES=		localbase python
+USES=		compiler:c11 localbase python
 USE_PYTHON=	autoplist concurrent distutils
 
 MAKE_ENV=	GEVENTSETUP_EMBED_CARES=0 GEVENTSETUP_EMBED_LIBEV=0 GEVENTSETUP_EMBED_LIBUV=0


More information about the svn-ports-all mailing list