Document bsd.port.mk 1.544 and associated changes.

This commit is contained in:
Mark Linimon 2006-09-30 19:26:32 +00:00
parent a245fe1498
commit 8200b17f90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174201

16
CHANGES
View File

@ -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: