From daf73d263de05f98d609c2f41b2fcc2128f82bc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= <uqs@FreeBSD.org>
Date: Sat, 8 Feb 2014 11:38:17 +0000
Subject: Mark as jobs unsafe, the port doesn't build in parallel.

% for i in `jot 20`; do { make clean && make; } >/dev/null 2>&1; echo -n " $?"; done; echo
 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0
% for i in `jot 20`; do { make clean && make -DMAKE_JOBS_UNSAFE; } >/dev/null 2>&1; echo -n " $?"; done; echo
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
---
 mail/mairix/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile
index b0cda64bac43..baaf6abf8e5e 100644
--- a/mail/mairix/Makefile
+++ b/mail/mairix/Makefile
@@ -27,10 +27,11 @@ BZIP2_DESC=	bzip2 compressed mbox support
 GZIP_CONFIGURE_ENABLE=	gzip-mbox
 BZIP2_CONFIGURE_ENABLE=	bzip-mbox
 
+MAKE_JOBS_UNSAFE=	yes
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-# Do not hardcode make(1) binary name and fix atomicity to allow -jX builds
+# Do not hardcode make(1) binary name
 post-patch:
 	@${REINPLACE_CMD} -E 's|cd (.+) ; make|$$(MAKE) -C \1|' \
 		${WRKSRC}/Makefile.in
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0