From owner-freebsd-ports Thu Apr 3 02:52:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA14263 for ports-outgoing; Thu, 3 Apr 1997 02:52:28 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca8-59.ix.netcom.com [207.93.141.187]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA14257 for ; Thu, 3 Apr 1997 02:52:24 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id CAA17996; Thu, 3 Apr 1997 02:47:35 -0800 (PST) Date: Thu, 3 Apr 1997 02:47:35 -0800 (PST) Message-Id: <199704031047.CAA17996@silvia.HIP.Berkeley.EDU> To: narvi@haldjas.folklore.ee CC: ports@FreeBSD.ORG In-reply-to: (message from Narvi on Thu, 3 Apr 1997 11:14:36 +0300 (EEST)) Subject: Re: Proposal for bsd.port.mk changes. From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Yes. Still I think they should make it into /etc/make.conf, otherwise I'm * afraid no one will find them. That is a good point. How about something like this? (Patch is against RELENG_2_2.) Satoshi ------- Index: make.conf =================================================================== RCS file: /usr/cvs/src/etc/make.conf,v retrieving revision 1.37.2.3 diff -u -r1.37.2.3 make.conf --- make.conf 1997/02/23 11:02:40 1.37.2.3 +++ make.conf 1997/04/03 09:24:53 @@ -107,6 +107,38 @@ #MOTIFLIB= -L${X11BASE}/lib -lXm # # +# Port master sites. +# +# If you want your port fetches to go somewhere else than the default +# (specified below) in case the distfile/patchfile was not found, +# uncomment this and change it to a location nearest you. (Don't +# remove the "/${DIST_SUBDIR}/" part.) +# +#MASTER_SITE_BACKUP?= \ +# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ +# +# If you want your port fetches to check the above site first (before +# the MASTER_SITES specified in the port Makefiles), uncomment the +# line below. You can also change the right side to point to wherever +# you want. +# +#MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} +# +# Some ports use a special variable to point to a collection of +# mirrors of well-known software archives. If you have a mirror close +# to you, uncomment any of the following lines and change it to that +# address. (Don't remove the "/${MASTER_SITE_SUBDIR}/" part.) +# +# Note: the right hand sides of the following lines are only for your +# information, for a full list of default sites, look at bsd.port.mk. +# +#MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/${MASTER_SITE_SUBDIR}/ +#MASTER_SITE_GNU= ftp://prep.ai.mit.edu/pub/gnu/${MASTER_SITE_SUBDIR}/ +#MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/${MASTER_SITE_SUBDIR}/ +#MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/public/ctan/tex-archive/${MASTER_SITE_SUBDIR}/ +#MASTER_SITE_SUNSITE= ftp://sunsite.unc.edu/pub/Linux/${MASTER_SITE_SUBDIR}/ +# +# # Kerberos IV # If you want the eBones-based Kerberos, define this: #