From owner-freebsd-ports@FreeBSD.ORG Tue Sep 4 17:50:57 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86383106566B for ; Tue, 4 Sep 2012 17:50:57 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 2BE9C8FC14 for ; Tue, 4 Sep 2012 17:50:56 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=L6bbAH y++iSK/qOdbksGaXYzxwSuRGVqCVrYSeOfgxKRTGGuBs5tSOurMehPnObCkcwclQ Xzxv+Nne+U5iqS40Vc6NpOBPiJoQ0LIOGCM5jkDrx5hLXSHyNDih82PlfIerLj5e T9eQf9sktTK00QeqRa3bRuYJ9d2sfk1K9Ferw= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=gJQwGsZI0OiW kbSH+hTb8/MEiNowxRn/zSBv5r7qAdc=; b=Mg3EuNxm+uySIuTjEOEeCAhm8x8l 733o76kbuXvb8tTYjRORhAVbR2S+iQDYEDTGFsoyeu5iH9mMu6MNNAETu/bg8uxN CpUsc+nvKOBxcUIX4GFJ71OsRe35q+1vHg8EYD2IuLvd7/sSG6T+grB/BIjt4lzU KYoT1iZZUbVVufY= Received: (qmail 16341 invoked from network); 4 Sep 2012 12:50:54 -0500 Received: from unknown (HELO ?192.168.0.74?) (bryan@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 4 Sep 2012 12:50:54 -0500 Message-ID: <50463F7F.2030502@shatow.net> Date: Tue, 04 Sep 2012 12:50:55 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Eitan Adler References: In-Reply-To: X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , Ports Management Team Subject: Re: Plans for making MAKE_JOBS_SAFE the default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 17:50:57 -0000 On 9/4/2012 12:17 PM, Eitan Adler wrote: > When MAKE_JOBS was originally introduced the intent was to flip the > default after some amount of time and testing. Last this issue came up > there were objections based on the 7.4 release, 8.2 release, gmake > upgrade, and other wide scale changes. > > I think it is time to revisit this discussion. > > My proposal: > - start an exp-run with FORCE_MAKE_JOBS set > - mark all new failures with MAKE_JOBS_UNSAFE > - flip the default right after the 9.1 release. > > +1 I've had this default on my systems for many years now. All of the broken ports I've known about have been fixed or flagged. Bryan