Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 1995 19:56:59 -0800
From:      "Jordan K. Hubbard" <jkh@freefall.cdrom.com>
To:        "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
Cc:        jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-share@time.cdrom.com
Subject:   Re: cvs commit: src/share/mk bsd.port.mk 
Message-ID:  <5818.795758219@freefall.cdrom.com>
In-Reply-To: Your message of "Mon, 20 Mar 95 18:19:48 PST." <199503210219.SAA01666@gndrsh.aac.dev.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.

Ok, done.  As of the next sup update,

make fetch-list ECHO_MSG="echo > /dev/null"

Will generate something like:

ncftp -N ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/irsim-9.2.tar.Z ||echo irsim-9.2.tar.Z not fetched
ncftp -N ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/magic-6.4.4.tar.Z ||echo magic-6.4.4.tar.Z not fetched
ncftp -N ftp://pluto.medizin.uni-ulm.de/pub/pcb-1.2/pcb-1.2.patch_02.tar.gz ||echo pcb-1.2.patch_02.tar.gz not fetched
ncftp -N ftp://ftp.kiae.su/unix/comm/ecu-3.33.cpio.Z ||echo ecu-3.33.cpio.Z not fetched
ncftp -N ftp://sgi.com/sgi/fax/source/flexfax-v2.3beta036special-tar.gz ||echo flexfax-v2.3beta036special-tar.gz not fetched

...

And so on.  Things that override their fetch targets won't quite work, but
it's a start!

					Jordan



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