svn commit: r395034 - head/archivers/ocaml-bz2

John Marino marino at FreeBSD.org
Sat Aug 22 14:31:39 UTC 2015


Author: marino
Date: Sat Aug 22 14:31:38 2015
New Revision: 395034
URL: https://svnweb.freebsd.org/changeset/ports/395034

Log:
  archives/ocaml-bz2 is not jobs safe
  
  I've been carrying the patch in dports for 2 years, but forgot to
  transfer it to ports (revealed when port became unmaintained)

Modified:
  head/archivers/ocaml-bz2/Makefile

Modified: head/archivers/ocaml-bz2/Makefile
==============================================================================
--- head/archivers/ocaml-bz2/Makefile	Sat Aug 22 13:56:51 2015	(r395033)
+++ head/archivers/ocaml-bz2/Makefile	Sat Aug 22 14:31:38 2015	(r395034)
@@ -26,6 +26,8 @@ DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list