From owner-svn-ports-all@FreeBSD.ORG Tue May 6 17:14:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D13F9A0; Tue, 6 May 2014 17:14:40 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A4E0BA3; Tue, 6 May 2014 17:14:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s46HEdUh025353; Tue, 6 May 2014 17:14:39 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s46HEd7j025352; Tue, 6 May 2014 17:14:39 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405061714.s46HEd7j025352@svn.freebsd.org> From: John Marino Date: Tue, 6 May 2014 17:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353109 - head/mail/drac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 17:14:40 -0000 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