From owner-freebsd-questions Sat May 15 15:19:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 91F9814E8E for ; Sat, 15 May 1999 15:19:10 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id RAA31449; Sat, 15 May 1999 17:19:09 -0500 (CDT) Date: Sat, 15 May 1999 17:19:08 -0500 (CDT) From: Steve Price To: mlb27@cornell.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: passive fetch under make? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Set FTP_PASSIVE_MODE=yes in your environment? On Sat, 15 May 1999 mlb27@cornell.edu wrote: # I'm trying to make some ports from a 3.1 box that's behind a firewall and # it fails any kind of ftp fetch since it tries to use active mode. I've # tried aliasing fetch to fetch -p to get it to use passive mode, but this # doesn't seem to have any effect when it's called from make. Is there some # other way to build ports in a situation where active ftp isn't available? # # Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message