aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-09-30 19:26:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-09-30 19:26:32 +0000
commit8200b17f90f345d5e45de2e41776218e98886d4f (patch)
treefc2d121b86849bebc7ac102bc8de33f63fca98dd /CHANGES
parenta245fe1498cad65d7a364849b208ff53a5d3a6f7 (diff)
downloadports-8200b17f90f345d5e45de2e41776218e98886d4f.tar.gz
ports-8200b17f90f345d5e45de2e41776218e98886d4f.zip
Document bsd.port.mk 1.544 and associated changes.
Notes
Notes: svn path=/head/; revision=174201
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: