diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-26 23:04:13 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-26 23:04:13 +0000 |
commit | 32f5f26d2b88e51dc916ddf227c13d53f7cbaf92 (patch) | |
tree | 68d9b7828af154fdb7e208fc2f961f4f8a22191c | |
parent | devel/ocaml-lwt: Upgrade from 1.1.0 -> 2.4.3 and support stage (diff) |
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.
Notes
Notes:
svn path=/head/; revision=349304
-rw-r--r-- | devel/ocaml-lwt/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-react/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index f521cde4f5d1..5deaea376390 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -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}" \ diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index 3c74aaf361f4..d76e40a47a1b 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -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_PORT} .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,' \ |