Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2002 22:17:01 +0100 (BST)
From:      Mark Valentine <mark@thuvia.demon.co.uk>
To:        Murray Stokely <murray@FreeBSD.org>, Cyrille Lefevre <cyrille.lefevre@laposte.net>
Cc:        Nik Clayton <nik@FreeBSD.org>, qa@FreeBSD.org
Subject:   Re: docproj package and 4.6 CD-ROM
Message-ID:  <200208072117.g77LH18W066801@dotar.thuvia.org>
In-Reply-To: <20020807011901.O23798@freebsdmall.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> From: Murray Stokely <murray@FreeBSD.org>
> 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 <mark@thuvia.co.uk>       <http://www.thuvia.co.uk>;
"Tigers will do ANYTHING for a tuna fish sandwich."       Mark Valentine uses
"We're kind of stupid that way."   *munch* *munch*        and endorses FreeBSD
  -- <http://www.calvinandhobbes.com>;                  <http://www.freebsd.org>;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-qa" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208072117.g77LH18W066801>