svn commit: r500648 - head/devel/py-buildbot-console-view

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 2 10:00:46 UTC 2019


Author: pkubaj
Date: Thu May  2 10:00:44 2019
New Revision: 500648
URL: https://svnweb.freebsd.org/changeset/ports/500648

Log:
  devel/py-buildbot-console-view: fix build with GCC-based architectures
  
  Add USES=compiler:c11 to fix:
  TypeError: super() takes at least 1 argument (0 given)
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/py-buildbot-console-view/Makefile

Modified: head/devel/py-buildbot-console-view/Makefile
==============================================================================
--- head/devel/py-buildbot-console-view/Makefile	Thu May  2 09:34:48 2019	(r500647)
+++ head/devel/py-buildbot-console-view/Makefile	Thu May  2 10:00:44 2019	(r500648)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		compiler:c11 python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list