From owner-cvs-ports@FreeBSD.ORG Mon Mar 30 14:00:46 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1434A106564A; Mon, 30 Mar 2009 14:00:46 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from mx.critical.ch (cl-190.zrh-01.ch.sixxs.net [IPv6:2001:41e0:ff00:bd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8C68E8FC20; Mon, 30 Mar 2009 14:00:45 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from wiggles.bluenet.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id n2UE0hQs049311; Mon, 30 Mar 2009 16:00:44 +0200 (CEST) (envelope-from ehaupt@critical.ch) Date: Mon, 30 Mar 2009 16:00:43 +0200 From: Emanuel Haupt To: Max Brazhnikov Message-Id: <20090330160043.27dd19d9.ehaupt@critical.ch> In-Reply-To: <200903301754.53209.makc@freebsd.org> References: <200903242000.n2OK0XIp085445@repoman.freebsd.org> <200903301754.53209.makc@freebsd.org> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Martin Matuska , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/lame Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 14:00:47 -0000 > On Tue, 24 Mar 2009 20:00:33 +0000 (UTC), Martin Matuska wrote: > > mm 2009-03-24 20:00:33 UTC > > > > FreeBSD ports repository > > > > Modified files: > > audio/lame Makefile > > Log: > > - Add MAKE_JOBS_SAFE variable for SMP compilation > > > > PR: ports/133012 > > Approved by: netchild (maintainer, via private e-mail) > > > > Revision Changes Path > > 1.48 +1 -0 ports/audio/lame/Makefile > lame fails on my tinderbox after enabling jobs. Removing > MAKE_JOBS_SAFE helps. In that case it should be marked MAKE_JOBS_UNSAFE. Emanuel