Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 23:16:09 +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: r349305 - head/textproc/ocaml-text
Message-ID:  <201403262316.s2QNG9oe041438@svn.freebsd.org>

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



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