aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-17 02:16:35 +0800
committertijl <tijl@FreeBSD.org>2014-09-17 02:16:35 +0800
commit227dc51790112f16589b4649839d4b572e204636 (patch)
tree0a1efc51666e6024891e3f1d8b46b4e0166a6243
parentc0d6aa9da49dbdc18aa77876ef6ce6aec015a387 (diff)
downloadfreebsd-ports-gnome-227dc51790112f16589b4649839d4b572e204636.tar.gz
freebsd-ports-gnome-227dc51790112f16589b4649839d4b572e204636.tar.zst
freebsd-ports-gnome-227dc51790112f16589b4649839d4b572e204636.zip
Document r368281.
Requested by: adamw
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fb7d87f45db3..cee766b2ffd5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,17 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20140916:
+AUTHOR: tijl@FreeBSD.org
+
+ The installation of *.la files without some form of USES=libtool in the
+ port Makefile will now result in a stage-qa error. Previously this would
+ only cause a warning.
+
+ The :keepla argument to USES=libtool is no longer special. It is now
+ only needed if a port uses *.la files at run-time and no longer to fix
+ link problems in other ports.
+
20140901:
AUTHOR: bapt@FreeBSD.org