summaryrefslogtreecommitdiff
path: root/x11/qt4
diff options
context:
space:
mode:
authoradam <adam>2007-03-18 17:34:41 +0000
committeradam <adam>2007-03-18 17:34:41 +0000
commite665a5f6bddde5708e524e8b31a57248e2a203be (patch)
treee2ab3e1512f96126499bcc7a30c24de203a7b0a0 /x11/qt4
parentfc037012ae871a681aa5ad39bfaed05d4d52d044 (diff)
downloadpkgsrc-e665a5f6bddde5708e524e8b31a57248e2a203be.tar.gz
Changes 4.2.3:
This is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.2.0. - Configuration/Compilation * Fixed architecture detection on UltraSPARC-T1 systems. * Fixed compilation on embedded architectures when qreal is not double. - Documentation * Completed documentation for "Implementing Atomic Operations", which is useful for people porting Qt to a new hardware architecture. - Translations * Added a new unofficial Portuguese translation courtesy of Helder Correia. - Qt Linguist * Made the columns in the phrasebook resizeable. - lupdate * Fixed bug in the .pro parser of lupdate. It should accept backslashes. * Fixed a severe slowdown in lupdate. (~400x speedup.) * Fixed traversal of subdirectories. - moc * Don't create trigraphs in the generated code for C++ casts. - uic * Fixed a bug that generated excessive margins for Q3GroupBox.
Diffstat (limited to 'x11/qt4')
-rw-r--r--x11/qt4/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4/Makefile.common b/x11/qt4/Makefile.common
index 05f22b9a848..c9409202ba9 100644
--- a/x11/qt4/Makefile.common
+++ b/x11/qt4/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.6 2006/10/04 22:06:57 wiz Exp $
+# $NetBSD: Makefile.common,v 1.7 2007/03/18 17:34:41 adam Exp $
-QTVERSION= 4.1.4
+QTVERSION= 4.2.3
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.trolltech.com/products/qt/