From owner-svn-ports-head@FreeBSD.ORG Sat May 16 20:48:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FFABD89; Sat, 16 May 2015 20:48:38 +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 4F9D11200; Sat, 16 May 2015 20:48:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GKmcbf092022; Sat, 16 May 2015 20:48:38 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GKmcRo092021; Sat, 16 May 2015 20:48:38 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505162048.t4GKmcRo092021@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 16 May 2015 20:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386579 - head/devel/ocaml-lwt 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: Sat, 16 May 2015 20:48:38 -0000 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 \