From owner-freebsd-current Mon Feb 21 0:45: 6 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 1F81A37C1B6 for ; Mon, 21 Feb 2000 00:45:02 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id BAA92170; Mon, 21 Feb 2000 01:45:00 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id BAA19639; Mon, 21 Feb 2000 01:44:48 -0700 (MST) Message-Id: <200002210844.BAA19639@harmony.village.org> To: Sheldon Hearn Subject: Re: [PATCH]: Teach make.conf about FETCH_BEFORE_ARGS Cc: current@FreeBSD.ORG In-reply-to: Your message of "Mon, 21 Feb 2000 01:12:53 +0200." <490.951088373@axl.noc.iafrica.com> References: <490.951088373@axl.noc.iafrica.com> Date: Mon, 21 Feb 2000 01:44:48 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use the following: FETCH_CMD=runsocks ftp -p in my /etc/make.conf. Too bad ftp and fetch don't have compatible command lines. I sometimes have to add: FETCH_BEFORE_ARGS= FETCH_AFTER_ARGS= to the command line when ports are silly enough to assume too much about the fetch command. This lets me run ports from behind my socks firewall w/o doing anything special... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message