From owner-freebsd-stable Wed Oct 10 6:45:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 1CC9D37B401 for ; Wed, 10 Oct 2001 06:45:17 -0700 (PDT) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f9ADjCk17720; Wed, 10 Oct 2001 06:45:12 -0700 (PDT) Message-Id: <200110101345.f9ADjCk17720@ptavv.es.net> To: Martin Schweizer Cc: freebsd-stable Subject: Re: Make install In-reply-to: Your message of "Wed, 10 Oct 2001 08:03:50 +0200." <3BC2EAD6@webmail.swiss-web.com> Date: Wed, 10 Oct 2001 06:45:12 -0700 From: "Kevin Oberman" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Wed, 10 Oct 2001 08:03:50 +0200 > Sender: Martin Schweizer > From: Martin Schweizer > > Hello Kevin > > I run a firewall (ipfw) and allow only some special ports (telnet, ftp, http, > etc.) . If I start make in any ports (in /usr/ports) my box would fetch the > source file in the internet but if the firewall runs he could not do that. > Which port I need on my firewall? Sorry about confusion. Oops. Totally different meaning of "ports" than whet I had assumed. The ports system uses the "fetch" command. See "man fetch" and "man 3 fetch" for details. It can use either http or ftp, depending on the content of the Makefile for the given port. See the "MASTER_SITES" entry in the Makefile. It uses the port, based on the protocol in the specified URL. If ftp is the protocol, it uses the environmental variable "FTP_PASSIVE_MODE" to determine whether to use passive mode FTP or normal FTP. Other environmental variables are listed in the fetch(3) man page. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message