Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 08:43:43 +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: r400731 - head/textproc/ocaml-csv
Message-ID:  <201511040843.tA48hhDN003459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Nov  4 08:43:43 2015
New Revision: 400731
URL: https://svnweb.freebsd.org/changeset/ports/400731

Log:
  Like many ocaml ports, textproc/ocaml-csv is not jobs safe

Modified:
  head/textproc/ocaml-csv/Makefile

Modified: head/textproc/ocaml-csv/Makefile
==============================================================================
--- head/textproc/ocaml-csv/Makefile	Wed Nov  4 02:29:38 2015	(r400730)
+++ head/textproc/ocaml-csv/Makefile	Wed Nov  4 08:43:43 2015	(r400731)
@@ -19,4 +19,6 @@ USE_OCAML=	yes
 USE_OCAML_FINDLIB=	yes
 OCAML_PKGDIRS=	csv
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>



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