1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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.
This commit is contained in:
John Marino 2014-03-26 23:04:13 +00:00
parent ca7d460ca3
commit 32f5f26d2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349304
2 changed files with 4 additions and 0 deletions

View File

@ -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}" \

View File

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