aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-08-04 19:37:24 +0800
committergabor <gabor@FreeBSD.org>2007-08-04 19:37:24 +0800
commitfb4c30cf2c9bc123dc0c05a0e070f2c48e83be57 (patch)
treea3e0091d15ba1075a2c1062f7df70c899725f2a9 /CHANGES
parent1245245386f7ff318e0531e6bd7ec16b00d44656 (diff)
downloadfreebsd-ports-gnome-fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57.tar.gz
freebsd-ports-gnome-fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57.tar.zst
freebsd-ports-gnome-fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57.zip
- Extract command variable definitions from bsd.port.mk, they are now stored in
bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 99aa8578fce6..324caa5f73b9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,22 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20070804:
+AUTHOR: gabor@FreeBSD.org
+The following functional changes were made to bsd.*.mk and to
+Tools/scripts/security-check.awk:
+
+ * The variable definitions that cover command line tools, e.g. MKDIR, were
+ extracted from bsd.port.mk into bsd.commands.mk, so that we can
+ reuse them within the infrastructure later.
+
+ * The old DESTDIR implementation was removed both from the infrastructure,
+ and from the individual ports. Variables like TARGETDIR should not longer
+ be used.
+
+ * A new DESTDIR implementation has been added, implemented in bsd.destdir.mk.
+ The new implementation puts no requirements on the individual ports.
+
20070730:
AUTHOR: python@FreeBSD.org