From owner-cvs-all Wed Feb 6 11: 8:44 2002 Delivered-To: cvs-all@freebsd.org Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by hub.freebsd.org (Postfix) with ESMTP id C382E37B41C; Wed, 6 Feb 2002 11:08:35 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.186.7]) by tomts9-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20020206190834.YQSX8611.tomts9-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Wed, 6 Feb 2002 14:08:34 -0500 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id E7A481989; Wed, 6 Feb 2002 14:08:29 -0500 (EST) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 8E25320ACC; Wed, 6 Feb 2002 14:08:43 -0500 (EST) Date: Wed, 6 Feb 2002 14:08:43 -0500 From: The Anarcat To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: projects/cvsweb cvsweb.cgi Message-ID: <20020206190843.GC47033@shall.anarcat.dyndns.org> Mail-Followup-To: Akinori MUSHA , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200202061801.g16I1J384343@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="69pVuxX8awAiJ7fD" Content-Disposition: inline In-Reply-To: <200202061801.g16I1J384343@freefall.freebsd.org> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed Feb 06, 2002 at 10:01:19AM -0800, Akinori MUSHA wrote: > Fix a minor bug in tarball creation. Now that's interesting. I forgot cvsweb could do that. How about fixing the http://www.freebsd.org/ports/ download links? They point to ftp.freebsd.org which, half the time, is unavailable. The ftp mirrors are often not capabable of on-the-fly tarball generation so the mirror argument doesn't hold. Anyways, even ftp.freebsd.org doesn't seem to do this either. A non-tested patch follows. A. Index: ports.cgi =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/www/en/cgi/ports.cgi,v retrieving revision 1.59 diff -u -r1.59 ports.cgi --- ports.cgi 7 Nov 2001 16:32:12 -0000 1.59 +++ ports.cgi 6 Feb 2002 19:07:33 -0000 @@ -49,7 +49,7 @@ =20 # URL of ports tree for download=20 $remotePrefixFtpDownload =3D - 'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports'; + 'http://www.FreeBSD.org/cgi/cvsweb.cgi/ports'; =20 # where to get -current packages local($p) =3D 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386'; @@ -313,6 +313,7 @@ =20 $path =3D~ s/^$localPrefix/$remotePrefixFtp/o; $pathDownload =3D~ s/^$localPrefix/$remotePrefixFtpDownload/o; + $pathDownload .=3D "?tarball=3D1"; $descfile =3D~ s/^$localPrefix/$remotePrefixFtp/o; =20 print qq{
$version\n}; --69pVuxX8awAiJ7fD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjxhfzoACgkQttcWHAnWiGcPBQCgipw+yle1YIRfzcxFGaOkvKhJ 5HcAn0wZPzynZ4hyFB+7YK6O28/T/mKV =CAmB -----END PGP SIGNATURE----- --69pVuxX8awAiJ7fD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message