svn commit: r386579 - head/devel/ocaml-lwt

Johan van Selst johans at FreeBSD.org
Sat May 16 20:48:38 UTC 2015


Author: johans
Date: Sat May 16 20:48:37 2015
New Revision: 386579
URL: https://svnweb.freebsd.org/changeset/ports/386579

Log:
  - Enable syntax extension;
    contrary to what the documentation claims, it is no longer enabled by default
  - Bump PORTREVISION

Modified:
  head/devel/ocaml-lwt/Makefile

Modified: head/devel/ocaml-lwt/Makefile
==============================================================================
--- head/devel/ocaml-lwt/Makefile	Sat May 16 20:37:47 2015	(r386578)
+++ head/devel/ocaml-lwt/Makefile	Sat May 16 20:48:37 2015	(r386579)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lwt
 PORTVERSION=	2.4.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
@@ -32,6 +32,7 @@ USE_OCAML_LDCONFIG=	yes
 HAS_CONFIGURE=		yes
 CONFIGURE_ARGS=		--destdir "${STAGEDIR}" \
 			--prefix "${PREFIX}" \
+			--enable-camlp4 \
 			--enable-ssl \
 			--enable-react \
 			--disable-libev \


More information about the svn-ports-all mailing list