Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 1996 09:30:33 -0700 (PDT)
From:      "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu>
To:        roberto@keltia.freenix.fr (Ollivier Robert)
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: is someone doing a mutt port ?! If not I will...
Message-ID:  <199610141630.JAA07321@relay.nuxi.com>
In-Reply-To: <199610140532.HAA21558@keltia.freenix.fr> from Ollivier Robert at "Oct 14, 96 07:32:56 am"

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



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