aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: