aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-16 18:16:35 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-16 18:16:35 +0000
commit9229cfb2fb43f1d691ea6994474fb4d7853e7ed5 (patch)
tree0a1efc51666e6024891e3f1d8b46b4e0166a6243 /CHANGES
parent1db6897e283a89576e974f66efd8eac5c37f6799 (diff)
downloadports-9229cfb2fb43f1d691ea6994474fb4d7853e7ed5.tar.gz
ports-9229cfb2fb43f1d691ea6994474fb4d7853e7ed5.zip
Document r368281.
Requested by: adamw
Notes
Notes: svn path=/head/; revision=368341
Diffstat (limited to 'CHANGES')
-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