svn commit: r476274 - head/archivers/py-zstandard
Yuri Victorovich
yuri at FreeBSD.org
Fri Aug 3 00:17:02 UTC 2018
Author: yuri
Date: Fri Aug 3 00:17:01 2018
New Revision: 476274
URL: https://svnweb.freebsd.org/changeset/ports/476274
Log:
archivers/py-zstandard: Unbreak
The latest py-zstandard update broke their option '--system-zstd'
that the port used. Somehow, it didn't fail for me in poudriere.
It only failed for me now when I updated the whole ports tree.
Reported by: fallout
Modified:
head/archivers/py-zstandard/Makefile
Modified: head/archivers/py-zstandard/Makefile
==============================================================================
--- head/archivers/py-zstandard/Makefile Thu Aug 2 23:55:55 2018 (r476273)
+++ head/archivers/py-zstandard/Makefile Fri Aug 3 00:17:01 2018 (r476274)
@@ -2,6 +2,7 @@
PORTNAME= zstandard
DISTVERSION= 0.9.1
+PORTREVISION= 2
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +12,12 @@ COMMENT= Zstandard bindings for Python, a full-feature
LICENSE= BSD2CLAUSE
-BROKEN= fails to build
-
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
-LIB_DEPENDS= libzstd.so:archivers/zstd
+#LIB_DEPENDS= libzstd.so:archivers/zstd # system-zstd is broken, see comment below
USES= localbase python
USE_PYTHON= distutils autoplist
-PYDISTUTILS_BUILDARGS= --system-zstd
+#PYDISTUTILS_BUILDARGS= --system-zstd # broken: https://github.com/indygreg/python-zstandard/issues/52
post-install:
@cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} && ${STRIP_CMD} zstd.so _zstd_cffi.so
More information about the svn-ports-all
mailing list