Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 08:33:28 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540568 - head/devel/py-gevent
Message-ID:  <202006270833.05R8XSVn054575@repo.freebsd.org>

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



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