Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2000 09:15:41 +0000
From:      Nik Clayton <nik@freebsd.org>
To:        current@freebsd.org, ports@freebsd.org
Subject:   [PATCH]: Teach make.conf about FETCH_BEFORE_ARGS
Message-ID:  <20000220091540.A2628@catkin.nothing-going-on.org>

next in thread | raw e-mail | index | archive | help
[ Sent to -current and -ports, followups set to -current ]

Here's another trivial patch that people might like to comment on before I
commit it.  I'm doing more and more FreeBSD installs recently at various
client sites, and adding "FETCH_BEFORE_ARGS=-p" to make.conf is just one of
those standard things you have to do if there's a firewall in place.

Any one got any objection to mentioning that fact, with the included patch?

N

Index: make.conf
===================================================================
RCS file: /home/ncvs/src/etc/defaults/make.conf,v
retrieving revision 1.91
diff -u -r1.91 make.conf
--- make.conf	2000/02/09 04:08:18	1.91
+++ make.conf	2000/02/20 09:10:25
@@ -113,6 +113,10 @@
 #
 #MOTIFLIB=	-L${X11BASE}/lib -lXm
 #
+# If you are behind a firewall, this will force port fetching to use 
+# passive mode, which is required for most types of firewall.
+#
+#FETCH_BEFORE_ARGS=	-p
 #
 # If you're resident in the USA, this will help various ports to determine
 # whether or not they should attempt to comply with the various U.S.
-- 
    If you want to imagine the future, imagine a tennis shoe stamping
    on a penguin's face forever.
        --- with apologies to George Orwell


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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