From owner-freebsd-ports Tue Oct 17 01:56:30 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA15272 for ports-outgoing; Tue, 17 Oct 1995 01:56:30 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA15258 for ; Tue, 17 Oct 1995 01:56:13 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id BAA07340; Tue, 17 Oct 1995 01:55:34 -0700 Date: Tue, 17 Oct 1995 01:55:34 -0700 Message-Id: <199510170855.BAA07340@silvia.HIP.Berkeley.EDU> To: pst@shockwave.com CC: ports@freebsd.org In-reply-to: <199510160131.SAA03854@precipice.shockwave.com> (message from Paul Traina on Sun, 15 Oct 1995 18:31:26 -0700) Subject: Re: how do you grab multiple files from various locations? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk (BTW, no need to send mail to asami@freebsd.org as well as ports@freebsd.org....I'll just get multiple copies and read them at the same time. If you want to contact me directly (without the mail accumulating on my freefall account until I have time), send mail to "asami@cs.berkeley.edu".) * I actually went into the bsd.port.mk file and basename'ed the distfiles, * but I assume that that is utterly bogus. You said you had a way of pulling * down multiple url's in different directories for a given port, how do you do * it? Just define multiple MASTER_SITES and DISTFILES. For each element in ${DISTFILE}, bsd.port.mk will try every one of the ${MASTER_SITES}, and complain if one of the files is not available on any of them. You'll need a fairly new bsd.port.mk though, it went into the -current branch on 8/29 and -stable branch in 9/19. Satoshi