From owner-svn-ports-head@FreeBSD.ORG Sun Mar 1 21:14:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 089721D3; Sun, 1 Mar 2015 21:14:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E3B1F6B8; Sun, 1 Mar 2015 21:14:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t21LEvbS080603; Sun, 1 Mar 2015 21:14:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t21LEvF2080602; Sun, 1 Mar 2015 21:14:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201503012114.t21LEvF2080602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 1 Mar 2015 21:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380227 - head/math/why3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2015 21:14:58 -0000 Author: marino Date: Sun Mar 1 21:14:57 2015 New Revision: 380227 URL: https://svnweb.freebsd.org/changeset/ports/380227 QAT: https://qat.redports.org/buildarchive/r380227/ Log: math/why: remove hidden references to math/isabelle There was a placeholder to support isabelle, but the port is being removed so let's just remove the placeholder. Modified: head/math/why3/Makefile.common Modified: head/math/why3/Makefile.common ============================================================================== --- head/math/why3/Makefile.common Sun Mar 1 20:08:57 2015 (r380226) +++ head/math/why3/Makefile.common Sun Mar 1 21:14:57 2015 (r380227) @@ -18,8 +18,6 @@ MAKE_JOBS_UNSAFE= yes # with ocaml 4.01. Leave the option commented out for future use. # There is something wrong with coq, it rebuilds itself in /usr/local. # Leave it for now with a TO-DO to fix coq -# Isabelle is currently i386-only due to issues with polyml and default -# reliance on i386-only sml-nj (also currently broke). Disable for now. CONFIGURE_ARGS= --enable-relocation \ --disable-doc \ @@ -30,7 +28,7 @@ CONFIGURE_ARGS= --enable-relocation \ --disable-isabelle-libs .if defined(HAS_MANUAL) -OPTIONS_DEFINE= DOCS #ISABELLE COQ FRAMA_C +OPTIONS_DEFINE= DOCS #COQ FRAMA_C .endif COQ_CONFIGURE_ENABLE= coq-tactic coq-libs @@ -41,10 +39,6 @@ FRAMA_C_CONFIGURE_ENABLE= frama_c FRAMA_C_DESC= Build Frama-C plugin FRAMA_C_BUILD_DEPENDS= frama-c:${PORTSDIR}/devel/frama-c FRAMA_C_RUN_DEPENDS= frama-c:${PORTSDIR}/devel/frama-c -ISABELLE_CONFIGURE_ENABLE= isabelle-libs -ISABELLE_DESC= Enable Isabelle realizations -ISABELLE_BUILD_DEPENDS= isabelle:${PORTSDIR}/math/isabelle -ISABELLE_RUN_DEPENDS= isabelle:${PORTSDIR}/math/isabelle # The pdf is pre-built, but the makefile wants to build it again in order # to generate manual.bbl which is used to build the html documention.