From owner-cvs-all@FreeBSD.ORG Sat Oct 9 12:51:14 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32A54106564A; Sat, 9 Oct 2010 12:51:14 +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 A7FF28FC08; Sat, 9 Oct 2010 12:51:13 +0000 (UTC) Received: from [80.73.162.72] [80.73.162.72:45163] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o99CpAUe042299 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sat, 9 Oct 2010 16:51:10 +0400 (MSD) From: Max Brazhnikov To: Rene Ladan Date: Sat, 9 Oct 2010 16:51:11 +0400 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.5.2; amd64; ; ) References: <201010082040.o98KeiLK018228@repoman.freebsd.org> <201010090147.35123.makc@freebsd.org> <4CAF93F2.4070302@freebsd.org> In-Reply-To: <4CAF93F2.4070302@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201010091651.11964.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]); Sat, 09 Oct 2010 16:51:10 +0400 (MSD) Cc: cvs-ports@freebsd.org, x11@freebsd.org, nork@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/mesa-demos Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2010 12:51:14 -0000 On Fri, 08 Oct 2010 23:58:10 +0200, Rene Ladan wrote: > On 08-10-2010 23:47, Max Brazhnikov wrote: > > On Fri, 8 Oct 2010 20:40:44 +0000 (UTC), Rene Ladan wrote: > >> rene 2010-10-08 20:40:44 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> graphics/mesa-demos Makefile > >> > >> Log: > >> Only mark broken if WITHOUT_NOUVEAU is not defined > > > > I wonder why one should define WITHOUT_NOUVEAU to build port. Any reason > > to not set it by default? > > The difference that the knob makes is that when set it fetches version > 7.4.x of the port (for which the distfiles got moved or deleted), and > when not set it fetches version 7.6.x of the port (which works just fine). UPDATING says the reverse. Choosing between the latest version of mesa- demos/libGL* ports and stagnated xf86-video-nouveau I'd vote for mesa-demos. Is there any objection to changing the defaults? > WITHOUT_NOUVEAU, when not set, is used to build the > x11-drivers/xf86-video-nouveau port. See UPDATING/20100207 > > Rene