svn commit: r426520 - head/devel/ccdoc

John Marino marino at FreeBSD.org
Sat Nov 19 17:50:18 UTC 2016


Author: marino
Date: Sat Nov 19 17:50:17 2016
New Revision: 426520
URL: https://svnweb.freebsd.org/changeset/ports/426520

Log:
  devel/ccdoc is not jobs safe
  
  It can attempt to use bin_opt_gcc_ directory before it is created.

Modified:
  head/devel/ccdoc/Makefile

Modified: head/devel/ccdoc/Makefile
==============================================================================
--- head/devel/ccdoc/Makefile	Sat Nov 19 17:46:15 2016	(r426519)
+++ head/devel/ccdoc/Makefile	Sat Nov 19 17:50:17 2016	(r426520)
@@ -24,6 +24,8 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
+MAKE_JOBS_UNSAFE=	yes
+
 do-configure:
 	@${REINPLACE_CMD} -e "s:%%PERL%%:${PERL}:" \
 		-e "s:%%CXX%%:${CXX}:" \


More information about the svn-ports-all mailing list