svn commit: r567301 - head/databases/py-rrdtool

Kai Knoblich kai at FreeBSD.org
Thu Mar 4 11:24:35 UTC 2021


Author: kai
Date: Thu Mar  4 11:24:35 2021
New Revision: 567301
URL: https://svnweb.freebsd.org/changeset/ports/567301

Log:
  databases/py-rrdtool: Fix packaging with Python 3.8
  
  * Apply the same fix as in r559094 by stripping libraries by wildcard paths.
  
  PR:		253815
  Approved by:	python (with hat)

Modified:
  head/databases/py-rrdtool/Makefile

Modified: head/databases/py-rrdtool/Makefile
==============================================================================
--- head/databases/py-rrdtool/Makefile	Thu Mar  4 11:22:36 2021	(r567300)
+++ head/databases/py-rrdtool/Makefile	Thu Mar  4 11:24:35 2021	(r567301)
@@ -20,6 +20,6 @@ USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool*.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list