From e560696f799be5f6f267ff5bf35db04af252cf2e Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 6 May 2014 17:14:39 +0000 Subject: [PATCH] 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 --- mail/drac/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/drac/Makefile b/mail/drac/Makefile index 227b478c52de..da3490da1008 100644 --- a/mail/drac/Makefile +++ b/mail/drac/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= sbin/rpc.dracd include/drac.h lib/libdrac.a \ USE_CSTD= gnu89 +MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DB OPTIONS_RADIO= MUA OPTIONS_RADIO_MUA= POSTFIX EXIM