From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 21:03:55 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 303EB16A420 for ; Sun, 9 Oct 2005 21:03:55 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from mail-white.research.att.com (mail-red.research.att.com [192.20.225.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id E141C43D49 for ; Sun, 9 Oct 2005 21:03:54 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from bright.research.att.com (bright.research.att.com [135.207.20.189]) by mail-green.research.att.com (Postfix) with ESMTP id 9A2CB8556; Sat, 8 Oct 2005 02:11:23 -0400 (EDT) Received: (from fenner@localhost) by bright.research.att.com (8.12.11/8.12.10/Submit) id j986BNwg008692; Fri, 7 Oct 2005 23:11:23 -0700 From: Bill Fenner Message-Id: <200510080611.j986BNwg008692@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: Kris Kennaway References: <20051008003731.GA3447@k7.mavetju> <20051008023628.GA57290@xor.obsecurity.org> Date: Fri, 7 Oct 2005 23:11:23 -0700 Versions: dmail (linux) 2.7/makemail 2.14 Cc: freebsd-ports@freebsd.org Subject: Re: Another administrative variable: NOFETCHFILES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 21:03:55 -0000 >This is already covered by existing variables. e.g. if the port >should not be fetched, IGNORE or NO_PACKAGE will be set. There have forever been ports that have one file that needs to be fetched by hand and others that can be fetched with the normal system; emulators/stonx had one in 1999. It makes sense to ask the distfile survey to check the ones that are automatically fetchable but not call the port bad if the one that has to be fetched by hand can't be fetched. Bill