svn commit: r395322 - head/lang/pcc

John Marino marino at FreeBSD.org
Tue Aug 25 22:52:59 UTC 2015


Author: marino
Date: Tue Aug 25 22:52:58 2015
New Revision: 395322
URL: https://svnweb.freebsd.org/changeset/ports/395322

Log:
  lang/pcc is not jobs safe
  
  This port has failed in a multijob build a few times now.  This latest
  time it tried to execute mkext before it was generated (I think)

Modified:
  head/lang/pcc/Makefile

Modified: head/lang/pcc/Makefile
==============================================================================
--- head/lang/pcc/Makefile	Tue Aug 25 22:46:48 2015	(r395321)
+++ head/lang/pcc/Makefile	Tue Aug 25 22:52:58 2015	(r395322)
@@ -21,6 +21,8 @@ PLIST_FILES=	bin/pcc libexec/ccom libexe
 		man/man1/ccom.1.gz man/man1/cpp.1.gz \
 		man/man1/pcc.1.gz
 
+MAKE_JOBS_UNSAFE=	yes
+
 # Fix -jX builds: use -C switch instead of cd'ing and add missing dependency
 
 post-patch:


More information about the svn-ports-all mailing list