svn commit: r353109 - head/mail/drac

John Marino marino at FreeBSD.org
Tue May 6 17:14:40 UTC 2014


Author: marino
Date: Tue May  6 17:14:39 2014
New Revision: 353109
URL: http://svnweb.freebsd.org/changeset/ports/353109
QAT: https://qat.redports.org/buildarchive/r353109/

Log:
  mail/drac: Nope, it's still not jobs safe
  
  The referenced PR removed the NOT_JOBS_SAFE designation introduced by
  r329631 without an explanation from the submitter.  How do I know this?
  Because it promptly broke on the very next bulk run.  This port simply
  requires a serial -j1 build.  I can reproduce spurious failures in
  Redports as well.  Failures may be easier to reproduce with ccache...
  
  PR: ports/187438

Modified:
  head/mail/drac/Makefile

Modified: head/mail/drac/Makefile
==============================================================================
--- head/mail/drac/Makefile	Tue May  6 17:03:54 2014	(r353108)
+++ head/mail/drac/Makefile	Tue May  6 17:14:39 2014	(r353109)
@@ -19,6 +19,7 @@ PLIST_FILES=	sbin/rpc.dracd include/drac
 
 USE_CSTD=	gnu89
 
+MAKE_JOBS_UNSAFE=	yes
 OPTIONS_DEFINE=		DB
 OPTIONS_RADIO=		MUA
 OPTIONS_RADIO_MUA=	POSTFIX EXIM


More information about the svn-ports-all mailing list