From owner-cvs-all Thu Nov 9 7:53:26 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id ED3F637B479; Thu, 9 Nov 2000 07:53:21 -0800 (PST) Received: from bonsai.knology.net (user-24-214-88-8.knology.net [24.214.88.8]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id eA9FrJ705446; Thu, 9 Nov 2000 09:53:19 -0600 (CST) Received: (from steve@localhost) by bonsai.knology.net (8.11.0/8.9.3) id eA9FrIh68706; Thu, 9 Nov 2000 09:53:18 -0600 (CST) (envelope-from steve) Date: Thu, 9 Nov 2000 09:52:46 -0600 From: Steve Price To: Kevin Lo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/wminet Makefile Message-ID: <20001109095246.J62344@bonsai.knology.net> References: <200011091525.HAA48579@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011091525.HAA48579@freefall.freebsd.org>; from kevlo@FreeBSD.org on Thu, Nov 09, 2000 at 07:25:10AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Nov 09, 2000 at 07:25:10AM -0800, Kevin Lo wrote: # kevlo 2000/11/09 07:25:10 PST # # Modified files: # sysutils/wminet Makefile # Log: # Comment out MASTER_SITES and fall back to FreeBSD mirrors. Umm... this is a bad idea. :) If the MAINTAINER can't put this file up somewhere then you might consider putting it up for him. Just do the following: 1. Get a copy of the tarball. 2. Make sure there are no restrictions on you putting it up. 3. Stick a copy of the file in freefall:~trevor/public_distfiles 4. Wait for a magical cronjob to scoop it up and stick it on the freebsd ftp servers. 5. Add the following lines to the port's Makefile. MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor We shouldn't do this willy-nilly for every port, but if the distfile is really not available anywhere else and the world will be a worse place to live (might be exaggerating a bit here :) if the port quit working or disappeared, then it should be OK to mirror the distfiles for a port using FreeBSD resources. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message