svn commit: r556530 - head/devel/py-ddtrace

Piotr Kubaj pkubaj at FreeBSD.org
Sat Nov 28 21:44:03 UTC 2020


Author: pkubaj
Date: Sat Nov 28 21:44:03 2020
New Revision: 556530
URL: https://svnweb.freebsd.org/changeset/ports/556530

Log:
  devel/py-ddtrace: fix build on GCC architectures
  
  ddtrace/vendor/psutil/_psutil_bsd.c: In function 'psutil_proc_open_files':
  ddtrace/vendor/psutil/_psutil_bsd.c:486: error: 'struct kinfo_file' has no member named 'kf_vnode_type'

Modified:
  head/devel/py-ddtrace/Makefile

Modified: head/devel/py-ddtrace/Makefile
==============================================================================
--- head/devel/py-ddtrace/Makefile	Sat Nov 28 21:25:05 2020	(r556529)
+++ head/devel/py-ddtrace/Makefile	Sat Nov 28 21:44:03 2020	(r556530)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=3,1:devel/py-protobuf@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tenacity>=5:devel/py-tenacity@${PY_FLAVOR}
 
-USES=		python
+USES=		compiler:c11 python
 USE_PYTHON=	autoplist concurrent cython distutils
 
 OPTIONS_DEFINE=	OPENTRACING


More information about the svn-ports-all mailing list