aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-10-01 03:26:32 +0800
committerlinimon <linimon@FreeBSD.org>2006-10-01 03:26:32 +0800
commit3d126e1b925471839d6a6fc8fed90dccc585930a (patch)
treebc3e407af5cef33256a5b5ddbd4422985c9a5084 /CHANGES
parent9d9cab5601898d693370ff6e348778d7943eaaae (diff)
downloadfreebsd-ports-gnome-3d126e1b925471839d6a6fc8fed90dccc585930a.tar.gz
freebsd-ports-gnome-3d126e1b925471839d6a6fc8fed90dccc585930a.tar.zst
freebsd-ports-gnome-3d126e1b925471839d6a6fc8fed90dccc585930a.zip
Document bsd.port.mk 1.544 and associated changes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6b000360b4c0..67c603bab288 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,22 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20060930:
+AUTHOR: portmgr@FreeBSD.org
+The following functional changes were made to bsd.port.mk:
+
+ * The bsd.port.mk pre and post includes have been split into 3 pieces
+ instead of 2, to allow OPTIONS to be able to influence dependencies.
+ This is still experimental and not yet enabled by any port. This adds
+ the file 'bsd.port.options.mk'.
+
+ * bsd.gcc.mk has been updated to understand gfortran.
+
+ * emulators/linux_base is now removed. linux_base-fc4 has been the default
+ for some time.
+
+ * The USE_FIREBIRD macro was added to bsd.database.mk.
+
20060914:
AUTHOR: portmgr@FreeBSD.org
The following functional changes were made to bsd.port.mk: