From owner-freebsd-current@FreeBSD.ORG Thu May 29 01:23:58 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB6EA294 for ; Thu, 29 May 2014 01:23:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 9200C29E2 for ; Thu, 29 May 2014 01:23:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4T1NwNN006441 for ; Thu, 29 May 2014 01:23:58 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4T1NwES006440 for freebsd-current@freebsd.org; Thu, 29 May 2014 01:23:58 GMT (envelope-from bdrewery) Received: (qmail 64712 invoked from network); 28 May 2014 20:23:56 -0500 Received: from unknown (HELO roundcube.xk42.net) (10.10.5.5) by sweb.xzibition.com with SMTP; 28 May 2014 20:23:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 28 May 2014 20:23:56 -0500 From: Bryan Drewery To: freebsd-current@freebsd.org Subject: Re: official pkg repo with =?UTF-8?Q?WITHOUT=5FX=31=31=3Dtrue?= Organization: FreeBSD In-Reply-To: <20F90EAB-ADC5-468C-9AFD-73F93794C4B2@FreeBSD.org> References: <20F90EAB-ADC5-468C-9AFD-73F93794C4B2@FreeBSD.org> Message-ID: <800bc8e04e4cfed10632cca993cce8fa@shatow.net> X-Sender: bdrewery@FreeBSD.org User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 01:23:58 -0000 On 2014-05-28 16:44, David Chisnall wrote: > On 28 May 2014, at 17:10, Dirk Engling wrote: > >> I wonder if there is or there are any plans to provide an official >> repo suitable for a typical non-desktop-installation, i.e. with > > There aren't currently any plans, but we're now bringing online the > infrastructure for supporting multiple package repositories (for the > new-X.org stuff). We're limited by the time it takes to build the > ports tree (around 24 hours on a fast machine, although a lot of that > is a few outliers), but I think this could be quite fast if it also > excludes anything that has xlib as a dependency, so it would make a > lot of sense. > > David > I discussed this, at least explained the situation a bit, to Dirk in private. I will add this to the current test system build just to guage the time/space involved. No guarantees right now that it will be published. The risk is that of NEW_XORG and SSP adding in more builds may extend past 7 full days which will not give us predictable builds. This is mitigated by using a pool of build systems and a queue, which I plan to implement. The package building infrastructure is still growing and evolving. As for skipping unneeded ports the best I can do is '-a' or "Build it all". If a port is only needed for WITH_X11 then an IGNORE should be added to it when WITHOUT_X11 is set to prevent wasting time on it. -- Regards, Bryan Drewery