From owner-svn-ports-all@freebsd.org Mon Jan 25 16:47:12 2016 Return-Path: Delivered-To: svn-ports-all@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 1931FA45F77; Mon, 25 Jan 2016 16:47:12 +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 DE93C23B; Mon, 25 Jan 2016 16:47:11 +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 u0PGlAj8061881; Mon, 25 Jan 2016 16:47:10 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PGlAOo061880; Mon, 25 Jan 2016 16:47:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601251647.u0PGlAOo061880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 25 Jan 2016 16:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407230 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 25 Jan 2016 16:47:12 -0000 Author: feld Date: Mon Jan 25 16:47:10 2016 New Revision: 407230 URL: https://svnweb.freebsd.org/changeset/ports/407230 Log: Revert MFH The ocaml change that broke the build did not make it to 2016Q1 branch Submitted by: antoine Approved by: ports-secteam (with hat) Modified: branches/2016Q1/math/why3-spark/Makefile Modified: branches/2016Q1/math/why3-spark/Makefile ============================================================================== --- branches/2016Q1/math/why3-spark/Makefile Mon Jan 25 16:45:23 2016 (r407229) +++ branches/2016Q1/math/why3-spark/Makefile Mon Jan 25 16:47:10 2016 (r407230) @@ -15,8 +15,6 @@ 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 \