aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2015-04-16 15:34:22 +0000
committerBrooks Davis <brooks@FreeBSD.org>2015-04-16 15:34:22 +0000
commit757a876f361235915ccd149fb815a4d90303effa (patch)
treee80e4685408e98cee89e00ae92fe7665f07ee345 /UPDATING
parent3b2fd85e293b49d7b23f56083e354a4358d9e9df (diff)
downloadsrc-757a876f361235915ccd149fb815a4d90303effa.tar.gz
src-757a876f361235915ccd149fb815a4d90303effa.zip
Make it harder to specify invalid LIBADD by causing values without
corresponding DPADD_<lib> variables to produce a useful error message. Differential Revision: https://reviews.freebsd.org/D2295 Reviewed by: bapt Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=281604
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 33833005c599..886020b221ce 100644
--- a/UPDATING
+++ b/UPDATING
@@ -35,6 +35,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
The const qualifier has been removed from iconv(3) to comply with
POSIX. The ports tree is aware of this from r384038 onwards.
+20150416:
+ Libraries specified by LIBADD in Makefiles must have a corresponding
+ DPADD_<lib> variable to ensure correct dependencies. This is now
+ enforced in src.libnames.mk.
+
20150324:
From legacy ata(4) driver was removed support for SATA controllers
supported by more functional drivers ahci(4), siis(4) and mvs(4).