aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2015-02-24 21:39:19 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2015-02-24 21:39:19 +0000
commit9d2e718f3c3e32b1c2553527b4ac488547d06144 (patch)
treec122229210bc977fc90001ec7080781c749648cc /CHANGES
parent562161dcae186ace37a0c913f4fd9de73886b34c (diff)
downloadports-9d2e718f3c3e32b1c2553527b4ac488547d06144.tar.gz
ports-9d2e718f3c3e32b1c2553527b4ac488547d06144.zip
Introduce new USE_QT4 component linguisttools for lrelease/lupdate tools
split from from devel/qt4-linguist (similar to Qt 5 ports). These console tools are often used for localization support in Qt ports, having them standalone is quite useful. This work is based on Tobias Berner patch [1]. PR: 190929 [1] Requested by: amdmi3, koobs
Notes
Notes: svn path=/head/; revision=379843
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cadfde64226e..79208598a93a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150224:
+ AUTHOR: makc@FreeBSD.org
+
+ New USE_QT4 component has been introduced to reduce buildtime
+ dependencies for Qt 4 ports that use localization support. Instead
+ of USE_QT4=linguist you should now use USE_QT4=linguisttools_build.
+ Conversion of existing ports may require USE_QT4 adjustment for
+ missing components.
+
20141217:
AFFECTS: users of lang/perl5.*
AUTHOR: mat@FreeBSD.org