Date: Thu, 2 Aug 2018 22:14:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476252 - head/archivers/py-zstandard Message-ID: <201808022214.w72MEshd075541@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Aug 2 22:14:54 2018 New Revision: 476252 URL: https://svnweb.freebsd.org/changeset/ports/476252 Log: 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 Modified: head/archivers/py-zstandard/Makefile Modified: head/archivers/py-zstandard/Makefile ============================================================================== --- head/archivers/py-zstandard/Makefile Thu Aug 2 21:54:55 2018 (r476251) +++ head/archivers/py-zstandard/Makefile Thu Aug 2 22:14:54 2018 (r476252) @@ -11,6 +11,8 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808022214.w72MEshd075541>