svn commit: r349304 - in head/devel: ocaml-lwt ocaml-react

John Marino marino at FreeBSD.org
Wed Mar 26 23:04:13 UTC 2014


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,' \


More information about the svn-ports-head mailing list