diff options
author | marino <marino@FreeBSD.org> | 2014-05-07 01:14:39 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-07 01:14:39 +0800 |
commit | 7c355cb466a776e90e09a5c2492bedfa58909a09 (patch) | |
tree | c99ef75f4710dff1eefb16064d8e1ea12ca94991 /mail | |
parent | 691ab1d7641ebb6c0eb344ff6f12ff8e7aa4858c (diff) | |
download | freebsd-ports-gnome-7c355cb466a776e90e09a5c2492bedfa58909a09.tar.gz freebsd-ports-gnome-7c355cb466a776e90e09a5c2492bedfa58909a09.tar.zst freebsd-ports-gnome-7c355cb466a776e90e09a5c2492bedfa58909a09.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/drac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |