diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-17 02:16:35 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-17 02:16:35 +0800 |
commit | 227dc51790112f16589b4649839d4b572e204636 (patch) | |
tree | 0a1efc51666e6024891e3f1d8b46b4e0166a6243 /CHANGES | |
parent | c0d6aa9da49dbdc18aa77876ef6ce6aec015a387 (diff) | |
download | freebsd-ports-gnome-227dc51790112f16589b4649839d4b572e204636.tar.gz freebsd-ports-gnome-227dc51790112f16589b4649839d4b572e204636.tar.zst freebsd-ports-gnome-227dc51790112f16589b4649839d4b572e204636.zip |
Document r368281.
Requested by: adamw
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |