From owner-cvs-share Mon Mar 20 19:23:50 1995 Return-Path: cvs-share-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA01749 for cvs-share-outgoing; Mon, 20 Mar 1995 19:23:50 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA01699; Mon, 20 Mar 1995 19:23:33 -0800 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id TAA08702; Mon, 20 Mar 1995 19:23:24 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.9/8.6.9) id TAA07442; Mon, 20 Mar 1995 19:23:04 -0800 Date: Mon, 20 Mar 1995 19:23:04 -0800 Message-Id: <199503210323.TAA07442@silvia.HIP.Berkeley.EDU> To: rgrimes@gndrsh.aac.dev.com CC: jkh@freebsd.org, CVS-commiters@time.cdrom.com, cvs-share@time.cdrom.com In-reply-to: <199503210219.SAA01666@gndrsh.aac.dev.com> (rgrimes@gndrsh.aac.dev.com) Subject: Re: cvs commit: src/share/mk bsd.port.mk From: asami@cs.berkeley.edu (Satoshi Asami/=?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: cvs-share-owner@freebsd.org Precedence: bulk * While your in there fussing with this one, one other target that I * would really like to have is a fetch-list target so I can easily * prune out the dead stuff in my /ports/distfile, and or batch up * a pile of ncftp's while I sleep to get the ones I don't have and * want. Yes, I was thinking about this one for a while too. Adding a target for just printing out the list of default DISTFILES, i.e., ftp://site/dir/file.tar.gz stuff is very easy, I can do that tonight if Jordan doesn't beat me to it. However, there is another thing that has been bugging me, and that is that many ports have their own pre-fetch target to grab patch files available from other sites (and these won't be caught by the target mentioned above). We probably would want to add a new rule for this in bsd.port.mk since so many ports seem to require this and now they all have their own hack in the Makefiles. What they are doing are very similar so I think it should be able to catch them all with one generic rule.... Satoshi