Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 20:50:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533831 - head/devel/py-ddtrace
Message-ID:  <202005032050.043Ko4tW065918@repo.freebsd.org>

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



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