From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 11:38:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 423B1D60; Sat, 8 Feb 2014 11:38:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B40E13D7; Sat, 8 Feb 2014 11:38:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18BcI7E053500; Sat, 8 Feb 2014 11:38:18 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18BcIbq053499; Sat, 8 Feb 2014 11:38:18 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201402081138.s18BcIbq053499@svn.freebsd.org> From: Ulrich Spoerlein Date: Sat, 8 Feb 2014 11:38:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343321 - head/mail/mairix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 11:38:18 -0000 Author: uqs Date: Sat Feb 8 11:38:17 2014 New Revision: 343321 URL: http://svnweb.freebsd.org/changeset/ports/343321 QAT: https://qat.redports.org/buildarchive/r343321/ Log: 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 Modified: head/mail/mairix/Makefile Modified: head/mail/mairix/Makefile ============================================================================== --- head/mail/mairix/Makefile Sat Feb 8 11:16:42 2014 (r343320) +++ head/mail/mairix/Makefile Sat Feb 8 11:38:17 2014 (r343321) @@ -27,10 +27,11 @@ BZIP2_DESC= bzip2 compressed mbox suppor GZIP_CONFIGURE_ENABLE= gzip-mbox BZIP2_CONFIGURE_ENABLE= bzip-mbox +MAKE_JOBS_UNSAFE= yes NO_STAGE= yes .include -# 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