From owner-freebsd-qa Wed Aug 7 14:17:13 2002 Delivered-To: freebsd-qa@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9324437B405; Wed, 7 Aug 2002 14:17:08 -0700 (PDT) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4203643E6A; Wed, 7 Aug 2002 14:17:05 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.11.6/8.11.6) with ESMTP id g77LH2b66111; Wed, 7 Aug 2002 22:17:03 +0100 (BST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.5/8.12.5) with ESMTP id g77LH2JD066802; Wed, 7 Aug 2002 22:17:02 +0100 (BST) (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.5/8.12.5/Submit) id g77LH18W066801; Wed, 7 Aug 2002 22:17:01 +0100 (BST) Date: Wed, 7 Aug 2002 22:17:01 +0100 (BST) From: Mark Valentine Message-Id: <200208072117.g77LH18W066801@dotar.thuvia.org> In-Reply-To: <20020807011901.O23798@freebsdmall.com> X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Murray Stokely , Cyrille Lefevre Subject: Re: docproj package and 4.6 CD-ROM Cc: Nik Clayton , qa@FreeBSD.org Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: Murray Stokely > Date: Wed 7 Aug, 2002 > Subject: Re: docproj package and 4.6 CD-ROM > Thanks. I've now updated print-cdrom-packages.sh to take advantage of > this new distinction. Great! Thanks to Cyrille for coming up with the slave ports when I only had the opportunity to moan about this, and to Nik and Murray for getting the commits through promptly for the 4.6.2 release. Having this package available sure makes a significant difference to those end users trying to get by with binary packages. Now, if I could also persuade Murray to make pkg_add -r fetch the packages for the correct release... (See older e-mail about the releases[] array in src/src/usr.sbin/pkg_install/add/main.c; something like the following.) { 430000, 430000, "/packages-4.3-release" }, { 440000, 440000, "/packages-4.4-release" }, { 450000, 450000, "/packages-4.5-release" }, + { 460000, 460000, "/packages-4.6-release" }, /* XXX too late */ + { 460003, 460003, "/packages-4.6.2-release" }, { 300000, 399000, "/packages-3-stable" }, { 400000, 499000, "/packages-4-stable" }, { 510000, 599000, "/packages-5-stable" }, I'm not sure of the right numbers for packages-5.0-dp1, which should also be in there, and I don't think this table does the right thing for security patch branches (you want to pick up, e.g. 4.6 packages for versions 460001 and 460002). And why 499000 rather than 499999, etc...? Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message