Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2011 22:06:18 -0400 (EDT)
From:      "Thomas V. Crimi" <tcrimi@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155646: Update port: textproc/ocaml-csv
Message-ID:  <20110318020619.01E7E4ACE1@aspis.procida.us>
Resent-Message-ID: <201103180210.p2I2A6hd085762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155646
>Category:       ports
>Synopsis:       Update port: textproc/ocaml-csv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 18 02:10:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Thomas V. Crimi
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD sgt.crimi.home 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Mar 12 17:52:22 EST 2011 root@sgt.crimi.home:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
 Enable native binary build for ocaml-csv.  This fixes an issue for ocaml-pgocaml which depends on this library.
>How-To-Repeat:
	
>Fix:

	

--- ocaml-csv.patch begins here ---
diff -ur ocaml-csv.orig/Makefile ocaml-csv/Makefile
--- ocaml-csv.orig/Makefile	2011-03-17 21:57:49.214994558 -0400
+++ ocaml-csv/Makefile	2011-03-17 21:59:35.680978293 -0400
@@ -17,6 +17,7 @@
 
 WRKSRC=		${WRKDIR}/csv-${PORTVERSION}
 USE_GMAKE=	yes
+MAKE_ARGS=	byte native
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=	yes
 OCAML_PKGDIRS=	csv
diff -ur ocaml-csv.orig/pkg-plist ocaml-csv/pkg-plist
--- ocaml-csv.orig/pkg-plist	2011-03-17 21:57:49.215995174 -0400
+++ ocaml-csv/pkg-plist	2011-03-17 22:01:04.458620144 -0400
@@ -1,2 +1,7 @@
+%%OCAML_SITELIBDIR%%/csv/csv.a
+%%OCAML_SITELIBDIR%%/csv/csv.cma
 %%OCAML_SITELIBDIR%%/csv/csv.cmi
+%%OCAML_SITELIBDIR%%/csv/csv.cmx
+%%OCAML_SITELIBDIR%%/csv/csv.cmxa
+%%OCAML_SITELIBDIR%%/csv/csv.mli
 %%OCAML_SITELIBDIR%%/csv/META
--- ocaml-csv.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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