svn commit: r386137 - in head: devel/monotone-viz devel/ocaml-lwt devel/ocaml-sexplib lang/mtasc

Jan Beich jbeich at FreeBSD.org
Tue May 12 11:58:23 UTC 2015


Author: jbeich
Date: Tue May 12 11:58:21 2015
New Revision: 386137
URL: https://svnweb.freebsd.org/changeset/ports/386137

Log:
  Add camlp4 dependency after r385012 uncovered by r385413
  
  devel/ocaml-lwt (4 skipped) is still broken by another issue:
  
    File "src/top/toplevel.ml", line 60, characters 17-62:
    Error: This expression has type load:bool -> Path.t
           but an expression was expected of type 'a * 'b
  
  PR:		199845
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/devel/monotone-viz/Makefile   (contents, props changed)
  head/devel/ocaml-lwt/Makefile   (contents, props changed)
  head/devel/ocaml-sexplib/Makefile   (contents, props changed)
  head/lang/mtasc/Makefile   (contents, props changed)

Modified: head/devel/monotone-viz/Makefile
==============================================================================
--- head/devel/monotone-viz/Makefile	Tue May 12 11:57:57 2015	(r386136)
+++ head/devel/monotone-viz/Makefile	Tue May 12 11:58:21 2015	(r386137)
@@ -20,6 +20,7 @@ RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/g
 
 USES=		gmake
 USE_OCAML=	yes
+USE_OCAML_CAMLP4=yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--without-local-lablgtk
 

Modified: head/devel/ocaml-lwt/Makefile
==============================================================================
--- head/devel/ocaml-lwt/Makefile	Tue May 12 11:57:57 2015	(r386136)
+++ head/devel/ocaml-lwt/Makefile	Tue May 12 11:58:21 2015	(r386137)
@@ -24,6 +24,7 @@ USES=			gmake
 USE_OCAML=		yes
 OCAMLC_DEPEND=		ocaml>=3.11:${OCAMLC_PORT}
 USE_OCAML_FINDLIB=	yes
+USE_OCAML_CAMLP4=	yes
 USE_OCAMLFIND_PLIST=	yes
 USE_OCAML_LDCONFIG=	yes
 HAS_CONFIGURE=		yes

Modified: head/devel/ocaml-sexplib/Makefile
==============================================================================
--- head/devel/ocaml-sexplib/Makefile	Tue May 12 11:57:57 2015	(r386136)
+++ head/devel/ocaml-sexplib/Makefile	Tue May 12 11:58:21 2015	(r386137)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	ocaml-type-conv>0:${PORTSDI
 
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
+USE_OCAML_CAMLP4=yes
 USE_OCAMLFIND_PLIST=yes
 OCAML_PKGDIRS=	${PORTNAME} ${PORTNAME}_num ${PORTNAME}_unix
 

Modified: head/lang/mtasc/Makefile
==============================================================================
--- head/lang/mtasc/Makefile	Tue May 12 11:57:57 2015	(r386136)
+++ head/lang/mtasc/Makefile	Tue May 12 11:58:21 2015	(r386137)
@@ -14,6 +14,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/ocaml/si
 
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
+USE_OCAML_CAMLP4=yes
 OCAML_PKGDIRS=	# This port uses ocaml-findlib but doesn't install one
 
 OCAMLLEX?=	${LOCALBASE}/bin/ocamllex


More information about the svn-ports-all mailing list