aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-03-14 15:44:44 +0800
committeredwin <edwin@FreeBSD.org>2005-03-14 15:44:44 +0800
commitbef7748a01b36bc5c58cbc781dc599744ed5a78d (patch)
tree98c428c4c4a0244c6d004d126f92dc14bed188f3 /CHANGES
parent67c6e8470aa3d4fdb77a8f719df2e6edd2136a25 (diff)
downloadfreebsd-ports-gnome-bef7748a01b36bc5c58cbc781dc599744ed5a78d.tar.gz
freebsd-ports-gnome-bef7748a01b36bc5c58cbc781dc599744ed5a78d.tar.zst
freebsd-ports-gnome-bef7748a01b36bc5c58cbc781dc599744ed5a78d.zip
Add information about IGNORE_MASTER_SITE_xxx
Noticed by: krion
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
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: