Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2015 11:51:59 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393689 - head/devel/ocaml-opam
Message-ID:  <201508071151.t77Bpx8g012265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <joris@giovannangeli.fr> (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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508071151.t77Bpx8g012265>