From owner-svn-ports-all@FreeBSD.ORG Sat May 16 20:37:48 2015 Return-Path: Delivered-To: svn-ports-all@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 6472DBA8; Sat, 16 May 2015 20:37:48 +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 5466E1120; Sat, 16 May 2015 20:37:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GKbmo5086922; Sat, 16 May 2015 20:37:48 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GKbmWb086921; Sat, 16 May 2015 20:37:48 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505162037.t4GKbmWb086921@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:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386578 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 20:37:48 -0000 Author: johans Date: Sat May 16 20:37:47 2015 New Revision: 386578 URL: https://svnweb.freebsd.org/changeset/ports/386578 Log: - Re-enable ocaml-react - Bump PORTREVISION Modified: head/devel/ocaml-lwt/Makefile Modified: head/devel/ocaml-lwt/Makefile ============================================================================== --- head/devel/ocaml-lwt/Makefile Sat May 16 20:36:38 2015 (r386577) +++ head/devel/ocaml-lwt/Makefile Sat May 16 20:37:47 2015 (r386578) @@ -3,6 +3,7 @@ PORTNAME= lwt PORTVERSION= 2.4.8 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= ocaml- @@ -14,8 +15,10 @@ GH_ACCOUNT= ocsigen LICENSE= LGPL21 -BUILD_DEPENDS= ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl -RUN_DEPENDS= ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl +BUILD_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \ + ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl +RUN_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \ + ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl MAKE_JOBS_UNSAFE= yes @@ -30,7 +33,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ --enable-ssl \ - --disable-react \ + --enable-react \ --disable-libev \ --disable-glib