aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-zstandard
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-08-02 22:14:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-08-02 22:14:54 +0000
commitce0a94bf39492f00faf01c8e6a9ec34c951ef3e3 (patch)
tree57e1441d855cdffab98bc844c427837c3920b2d7 /archivers/py-zstandard
parentb1eef327f214b073aefbe8d69dc42ec5d835329f (diff)
downloadports-ce0a94bf39492f00faf01c8e6a9ec34c951ef3e3.tar.gz
ports-ce0a94bf39492f00faf01c8e6a9ec34c951ef3e3.zip
Mark BROKEN: fails to build
/wrkdirs/usr/ports/archivers/py-zstandard/work-py36/zstandard-0.9.1/c-ext/compressionparams.c:42:28: error: use of undeclared identifier 'ZSTD_p_compressLiterals'; did you mean 'ZSTD_p_compressionLevel'? TRY_SET_PARAMETER(params, ZSTD_p_compressLiterals, obj->compressLiterals); ^~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=476252
Diffstat (limited to 'archivers/py-zstandard')
-rw-r--r--archivers/py-zstandard/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/py-zstandard/Makefile b/archivers/py-zstandard/Makefile
index 1fd3da09c4d7..d66b50ee9f3d 100644
--- a/archivers/py-zstandard/Makefile
+++ b/archivers/py-zstandard/Makefile
@@ -11,6 +11,8 @@ COMMENT= Zstandard bindings for Python, a full-featured version
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