summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2015-04-16 15:34:22 +0000
committerbrooks <brooks@FreeBSD.org>2015-04-16 15:34:22 +0000
commit9085b9f18e01001f2debfac929975942a95a9b7c (patch)
treee80e4685408e98cee89e00ae92fe7665f07ee345 /UPDATING
parent80ab7aae5c632f7b8ffe4e3c4db63f865d149ae4 (diff)
downloadFreeBSD-src-9085b9f18e01001f2debfac929975942a95a9b7c.zip
FreeBSD-src-9085b9f18e01001f2debfac929975942a95a9b7c.tar.gz
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
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3383300..886020b 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).
OpenPOWER on IntegriCloud