From owner-svn-ports-branches@freebsd.org Sat Jan 23 15:55:34 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 029DDA8EAF2; Sat, 23 Jan 2016 15:55:34 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id C6E911485; Sat, 23 Jan 2016 15:55:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0NFtWZG065005; Sat, 23 Jan 2016 15:55:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NFtWmH065004; Sat, 23 Jan 2016 15:55:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601231555.u0NFtWmH065004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 23 Jan 2016 15:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407035 - branches/2016Q1/math/why3-spark X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 15:55:34 -0000 Author: feld Date: Sat Jan 23 15:55:32 2016 New Revision: 407035 URL: https://svnweb.freebsd.org/changeset/ports/407035 Log: MFH: r406962 math/why3-spark: Mark BROKEN (broken by ocaml changes) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/math/why3-spark/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/math/why3-spark/Makefile ============================================================================== --- branches/2016Q1/math/why3-spark/Makefile Sat Jan 23 15:30:34 2016 (r407034) +++ branches/2016Q1/math/why3-spark/Makefile Sat Jan 23 15:55:32 2016 (r407035) @@ -15,6 +15,8 @@ COMMENT= Component of SPARK 2015 LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi +BROKEN= broken by recent updated to an ocaml dependency + BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir \ ocaml-zip>1:${PORTSDIR}/archivers/ocaml-zip \ ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \