svn commit: r476252 - head/archivers/py-zstandard

Antoine Brodin antoine at FreeBSD.org
Thu Aug 2 22:14:55 UTC 2018


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
 


More information about the svn-ports-all mailing list