Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2016 06:02: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: r421005 - head/devel/ocaml-annexlib
Message-ID:  <201608280602.u7S629oH032708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Aug 28 06:02:09 2016
New Revision: 421005
URL: https://svnweb.freebsd.org/changeset/ports/421005

Log:
  devel/ocaml-annexlib is not jobs safe (typical for ocaml)

Modified:
  head/devel/ocaml-annexlib/Makefile

Modified: head/devel/ocaml-annexlib/Makefile
==============================================================================
--- head/devel/ocaml-annexlib/Makefile	Sun Aug 28 05:56:01 2016	(r421004)
+++ head/devel/ocaml-annexlib/Makefile	Sun Aug 28 06:02:09 2016	(r421005)
@@ -29,6 +29,8 @@ ALL_TARGET=	all opt
 SA_DIR=		${LOCALBASE}/${OCAML_SITELIBDIR}
 DOCSDIR=	${PREFIX}/share/doc/ocaml/${PORTNAME}
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}



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