From owner-svn-ports-head@freebsd.org Fri Aug 7 11:51:59 2015 Return-Path: Delivered-To: svn-ports-head@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 9EF7A9B5A95; Fri, 7 Aug 2015 11:51:59 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.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 8F7E1299; Fri, 7 Aug 2015 11:51:59 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t77BpxhG012266; Fri, 7 Aug 2015 11:51:59 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t77Bpx8g012265; Fri, 7 Aug 2015 11:51:59 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201508071151.t77Bpx8g012265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 7 Aug 2015 11:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393689 - head/devel/ocaml-opam 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.20 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: Fri, 07 Aug 2015 11:51:59 -0000 Author: robak Date: Fri Aug 7 11:51:58 2015 New Revision: 393689 URL: https://svnweb.freebsd.org/changeset/ports/393689 Log: devel/ocaml-opam: change default options - Set aspcud as default solver, add a dependency to campl4 required to use the system compiler as per upstream request. PR: 202148 Submitted by: Joris Giovannangeli (maintainer) Modified: head/devel/ocaml-opam/Makefile Modified: head/devel/ocaml-opam/Makefile ============================================================================== --- head/devel/ocaml-opam/Makefile Fri Aug 7 09:51:06 2015 (r393688) +++ head/devel/ocaml-opam/Makefile Fri Aug 7 11:51:58 2015 (r393689) @@ -3,7 +3,7 @@ PORTNAME= opam PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ \ http://github.com/ocaml/opam/releases/download/${DISTVERSION}/ @@ -23,7 +23,7 @@ MAKE_ENV+= TERM=xterm ALL_TARGET= lib-ext all man OPTIONS_DEFINE= RSYNC GIT WGET HG DARCS ASPCUD -OPTIONS_DEFAULT= RSYNC GIT WGET +OPTIONS_DEFAULT= RSYNC GIT WGET ASPCUD RSYNC_DESC= Remote repository synchronized with Rsync WGET_DESC= Remote repository synchronized with git @@ -39,6 +39,8 @@ HG_RUN_DEPENDS:= hg:${PORTSDIR}/devel/me DARCS_RUN_DEPENDS:= darcs:${PORTSDIR}/devel/hs-darcs ASPCUD_RUN_DEPENDS:= aspcud:${PORTSDIR}/math/aspcud +RUN_DEPENDS:= camlp4:${PORTSDIR}/devel/ocaml-camlp4 + MAKE_JOBS_UNSAFE= yes .include