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

Antoine Brodin antoine at FreeBSD.org
Sat Jan 19 07:20:11 UTC 2019


Author: antoine
Date: Sat Jan 19 07:20:10 2019
New Revision: 490708
URL: https://svnweb.freebsd.org/changeset/ports/490708

Log:
  Mark BROKEN: fails to build
  
  c-ext/constants.c:80:51: error: use of undeclared identifier 'ZSTD_SEARCHLENGTH_MIN'
  
  Reported by:	pkg-fallout

Modified:
  head/archivers/py-zstandard/Makefile

Modified: head/archivers/py-zstandard/Makefile
==============================================================================
--- head/archivers/py-zstandard/Makefile	Sat Jan 19 07:19:10 2019	(r490707)
+++ head/archivers/py-zstandard/Makefile	Sat Jan 19 07:20:10 2019	(r490708)
@@ -11,6 +11,7 @@ COMMENT=	Zstandard bindings for Python, a full-feature
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN=		fails to build
 BROKEN_powerpc64=	fails to build: cffi.error.CDefError: parse error
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}


More information about the svn-ports-head mailing list