From owner-svn-ports-all@FreeBSD.ORG Wed Mar 26 23:04:13 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D881956C; Wed, 26 Mar 2014 23:04:13 +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 C54749CD; Wed, 26 Mar 2014 23:04:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QN4DiH037154; Wed, 26 Mar 2014 23:04:13 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2QN4DGW037152; Wed, 26 Mar 2014 23:04:13 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201403262304.s2QN4DGW037152@svn.freebsd.org> From: John Marino Date: Wed, 26 Mar 2014 23:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349304 - in head/devel: ocaml-lwt ocaml-react 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.17 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: Wed, 26 Mar 2014 23:04:13 -0000 Author: marino Date: Wed Mar 26 23:04:13 2014 New Revision: 349304 URL: http://svnweb.freebsd.org/changeset/ports/349304 QAT: https://qat.redports.org/buildarchive/r349304/ Log: ocaml-(react, lwt): Use ldconfig again USE_OCAML_LDCONFIG should be working again, so fix the last two Ocaml ports to use it, and bump them too. Modified: head/devel/ocaml-lwt/Makefile head/devel/ocaml-react/Makefile Modified: head/devel/ocaml-lwt/Makefile ============================================================================== --- head/devel/ocaml-lwt/Makefile Wed Mar 26 22:51:33 2014 (r349303) +++ head/devel/ocaml-lwt/Makefile Wed Mar 26 23:04:13 2014 (r349304) @@ -3,6 +3,7 @@ PORTNAME= lwt PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ocsigen.org/download/ PKGNAMEPREFIX= ocaml- @@ -24,6 +25,7 @@ USE_OCAML= yes OCAMLC_DEPEND= ocaml>=3.11:${OCAMLC_PORT} USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes +USE_OCAML_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ Modified: head/devel/ocaml-react/Makefile ============================================================================== --- head/devel/ocaml-react/Makefile Wed Mar 26 22:51:33 2014 (r349303) +++ head/devel/ocaml-react/Makefile Wed Mar 26 23:04:13 2014 (r349304) @@ -3,6 +3,7 @@ PORTNAME= react PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/react/releases/ PKGNAMEPREFIX= ocaml- @@ -21,6 +22,7 @@ OCAMLC_DEPEND= ocaml>=3.11:${OCAMLC_POR .endif USE_OCAML_FINDLIB= yes +USE_OCAML_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's,"install" :: findlib_name,"install" :: "-destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /dev/null" :: findlib_name,' \