From 06b7c5639a669a1df2c41849812df9237ed95959 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 14 Mar 2005 07:44:44 +0000 Subject: Add information about IGNORE_MASTER_SITE_xxx Noticed by: krion --- CHANGES | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3a251277cf55..c5bd3799218b 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,24 @@ in the release notes. All ports committers are allowed to commit to this file. +20050314: +AUTHOR: edwin@FreeBSD.org + New variable for in /etc/make.conf: IGNORE_MASTER_SITE_xxx + + If you prefer a certain mastersite for a collection of master-sites, + set this in your /etc/make.conf: + + MASTER_SITE_xxx=http://z.x.y/%SUBDIR%/ + + If you insist on only using the ones you specify, set this in + your /etc/make.conf: + + IGNORE_MASTER_SITE_xxx=yes + MASTER_SITE_xxx=http://z.x.y/%SUBDIR%/ + + Use "make -V MASTER_SITES" to see the differences. + + 20050313: AUTHOR: ahze@FreeBSD.org, kwm@FreeBSD.org The following changes were committed: -- cgit v1.2.3