Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 23:04:13 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
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
Message-ID:  <201403262304.s2QN4DGW037152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403262304.s2QN4DGW037152>