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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 3 20:50:07 UTC 2020


Author: sunpoet
Date: Sun May  3 20:50:03 2020
New Revision: 533831
URL: https://svnweb.freebsd.org/changeset/ports/533831

Log:
  Fix build with Python 2.7

Modified:
  head/devel/py-ddtrace/Makefile

Modified: head/devel/py-ddtrace/Makefile
==============================================================================
--- head/devel/py-ddtrace/Makefile	Sun May  3 20:49:58 2020	(r533830)
+++ head/devel/py-ddtrace/Makefile	Sun May  3 20:50:03 2020	(r533831)
@@ -31,6 +31,9 @@ OPENTRACING_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}opentra
 PROFILING_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}intervaltree>=0:devel/py-intervaltree@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR}
 
+post-patch:
+	@${RM} ${WRKSRC}/ddtrace/profiling/collector/stack.c
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ddtrace/vendor/*/*.so
 


More information about the svn-ports-head mailing list