Subject: CVS commit: pkgsrc/x11
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 03/18/2007 17:34:42
Module Name: pkgsrc
Committed By: adam
Date: Sun Mar 18 17:34:42 UTC 2007
Modified Files:
pkgsrc/x11/qt4: Makefile.common
pkgsrc/x11/qt4-docs: Makefile
pkgsrc/x11/qt4-libs: Makefile Makefile.common distinfo
pkgsrc/x11/qt4-libs/patches: patch-aa patch-ab patch-ad patch-ae
patch-af patch-ag
pkgsrc/x11/qt4-pgsql: Makefile
pkgsrc/x11/qt4-tools: Makefile PLIST
Added Files:
pkgsrc/x11/qt4-libs/patches: patch-aj patch-ak
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/qt4/Makefile.common
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/qt4-docs/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/x11/qt4-libs/Makefile \
pkgsrc/x11/qt4-libs/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/qt4-libs/Makefile.common
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/qt4-libs/patches/patch-aa \
pkgsrc/x11/qt4-libs/patches/patch-ad pkgsrc/x11/qt4-libs/patches/patch-ag
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/qt4-libs/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/qt4-libs/patches/patch-ae
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/qt4-libs/patches/patch-af
cvs rdiff -r0 -r1.1 pkgsrc/x11/qt4-libs/patches/patch-aj \
pkgsrc/x11/qt4-libs/patches/patch-ak
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/qt4-pgsql/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/x11/qt4-tools/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/qt4-tools/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.