Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2019 07:20:10 +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: r490708 - head/archivers/py-zstandard
Message-ID:  <201901190720.x0J7KAio050682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901190720.x0J7KAio050682>