Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 17:14:39 +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: r353109 - head/mail/drac
Message-ID:  <201405061714.s46HEd7j025352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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