From owner-svn-ports-all@freebsd.org Thu Aug 2 22:14:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBFB610528E5; Thu, 2 Aug 2018 22:14:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BCC67FD01; Thu, 2 Aug 2018 22:14:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B81A17C0E; Thu, 2 Aug 2018 22:14:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w72MEsYQ075542; Thu, 2 Aug 2018 22:14:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w72MEshd075541; Thu, 2 Aug 2018 22:14:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201808022214.w72MEshd075541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Aug 2018 22:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476252 - head/archivers/py-zstandard X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/archivers/py-zstandard X-SVN-Commit-Revision: 476252 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2018 22:14:55 -0000 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