From owner-cvs-ports@FreeBSD.ORG Mon Mar 30 13:54:56 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 A6D7C106566C; Mon, 30 Mar 2009 13:54:56 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 23D7B8FC15; Mon, 30 Mar 2009 13:54:55 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from [62.63.90.192] [62.63.90.192:45033] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n2UDu4Ht086777 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 30 Mar 2009 17:56:05 +0400 (MSD) From: Max Brazhnikov To: Martin Matuska Date: Mon, 30 Mar 2009 17:54:52 +0400 User-Agent: KMail/1.11.1 (FreeBSD/7.1-STABLE; KDE/4.2.1; i386; ; ) References: <200903242000.n2OK0XIp085445@repoman.freebsd.org> In-Reply-To: <200903242000.n2OK0XIp085445@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903301754.53209.makc@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Mon, 30 Mar 2009 17:56:05 +0400 (MSD) X-Virus-Scanned: ClamAV 0.94.1/9180/Mon Mar 30 00:40:14 2009 on mail.issp.ac.ru X-Virus-Status: Clean Cc: cvs-ports@freebsd.org, 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 13:54:57 -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. Max