From owner-freebsd-ports Mon Oct 14 09:30:53 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA08310 for ports-outgoing; Mon, 14 Oct 1996 09:30:53 -0700 (PDT) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA08305 for ; Mon, 14 Oct 1996 09:30:50 -0700 (PDT) Received: (from obrien@localhost) by relay.nuxi.com (8.7.5/8.6.12) id JAA07321; Mon, 14 Oct 1996 09:30:33 -0700 (PDT) From: "David E. O'Brien" Message-Id: <199610141630.JAA07321@relay.nuxi.com> Subject: Re: is someone doing a mutt port ?! If not I will... To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Mon, 14 Oct 1996 09:30:33 -0700 (PDT) Cc: freebsd-ports@FreeBSD.org In-Reply-To: <199610140532.HAA21558@keltia.freenix.fr> from Ollivier Robert at "Oct 14, 96 07:32:56 am" X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > How do you deal with the changing directory on Michael's site ? A pain: pre-fetch: # don't use "do-fetch" otherwise we won't get the patches @(cd ${DISTDIR} ; \ if [ ! -f ${DISTFILES} -a ! -f `${BASENAME} ${DISTFILES}` ]; then \ ${FETCH_CMD} -o /tmp/README.US-only ${MASTER_SITES}README.US-only ; \ USADISTRIB=`/usr/bin/grep '^US-only/' /tmp/README.US-only` ; \ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${MASTER_SITES}$$USADISTRIB/${DISTNAME}${EXTRACT_SUFX} ${FETCH_AFTER_ARGS} ; \ fi) Opinions? Better ways? Andreas & Ollivier, which of the offical European mirror sites is the most prefered to fetch mutt-0.xy-export.tar.gz from? ftp.fu-berlin.de ftp.ibp.fr ftp.funet.fi ftp.teuto.de -- David