aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2015-02-25 05:39:19 +0800
committermakc <makc@FreeBSD.org>2015-02-25 05:39:19 +0800
commit8d475ccc63833fa7a9f09b3b5cc9bffd7a928d58 (patch)
treec122229210bc977fc90001ec7080781c749648cc /CHANGES
parent1629cc08051ebe3820167fef51e7a938733ba493 (diff)
downloadfreebsd-ports-gnome-8d475ccc63833fa7a9f09b3b5cc9bffd7a928d58.tar.gz
freebsd-ports-gnome-8d475ccc63833fa7a9f09b3b5cc9bffd7a928d58.tar.zst
freebsd-ports-gnome-8d475ccc63833fa7a9f09b3b5cc9bffd7a928d58.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
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