svn commit: r349305 - head/textproc/ocaml-text
John Marino
marino at FreeBSD.org
Wed Mar 26 23:16:10 UTC 2014
Author: marino
Date: Wed Mar 26 23:16:09 2014
New Revision: 349305
URL: http://svnweb.freebsd.org/changeset/ports/349305
QAT: https://qat.redports.org/buildarchive/r349305/
Log:
textproc/ocaml-text: Use ldconfig and autogen plist
Neither USE_OCAML_LDCONFIG nor USE_OCAMLFIND_PLIST were working
properly earlier. Now that they are, come back to this port and use
those facilities, then bump it.
Deleted:
head/textproc/ocaml-text/pkg-plist
Modified:
head/textproc/ocaml-text/Makefile
Modified: head/textproc/ocaml-text/Makefile
==============================================================================
--- head/textproc/ocaml-text/Makefile Wed Mar 26 23:04:13 2014 (r349304)
+++ head/textproc/ocaml-text/Makefile Wed Mar 26 23:16:09 2014 (r349305)
@@ -3,6 +3,7 @@
PORTNAME= text
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/937/
PKGNAMEPREFIX= ocaml-
@@ -18,6 +19,8 @@ CONFIGURE_ARGS= --prefix ${PREFIX} \
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
+USE_OCAML_LDCONFIG= yes
+USE_OCAMLFIND_PLIST= yes
SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
More information about the svn-ports-all
mailing list