From owner-freebsd-stable@FreeBSD.ORG Sun Nov 4 11:08:37 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7877678 for ; Sun, 4 Nov 2012 11:08:37 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 543F48FC0A for ; Sun, 4 Nov 2012 11:08:37 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TUy4I-00074o-J4 for freebsd-stable@freebsd.org; Sun, 04 Nov 2012 12:08:44 +0100 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Nov 2012 12:08:42 +0100 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Nov 2012 12:08:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: jb Subject: Re: freebsd-update and sources of 9.1-RC3 Date: Sun, 4 Nov 2012 11:08:19 +0000 (UTC) Lines: 28 Message-ID: References: <50952210.7060000@grosbein.net> <50953CD5.7010902@grosbein.net> <50961FF1.9010605@ose.nl> <509649B3.70700@ose.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20100101 Firefox/16.0) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 11:08:37 -0000 Bas Smeelen ose.nl> writes: > ... > To file a PR it will require some work to find out exactly what the PR > should be about. > Since freebsd-update is meant to update the system I don't really see a > point to make it install sources (or others things) if they are not > present on the system being updated. > ... Well, that proves my earlier point. But, you brought up that "StrictComponents yes" option and we have to figure out what it means ... # When upgrading between releases, should the list of Components be # read strictly (StrictComponents yes) or merely as a list of components # which *might* be installed of which FreeBSD Update should figure out # which actually are installed and upgrade those (StrictComponents no)? # StrictComponents no The components are: Components src world kernel Then what gives ? Does it not apply to src component ? jb