diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-03 09:35:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-03 09:35:15 +0000 |
commit | e880ee22c80af3b1e7923182fafe20b583a44866 (patch) | |
tree | c6bbafd2cdd50ad4b7e93cebf6ec6757c52cac3a /x11/qt4-tools | |
parent | 8ca81de0a6b9874372355f764c35ee96b62262e0 (diff) | |
download | pkgsrc-e880ee22c80af3b1e7923182fafe20b583a44866.tar.gz |
-make sqlite support an extra pkg instead of an option
-work around iconv(3) incompatibilities: while NetBSD's iconv() is
probed as GNU iconv (due to its signature), it doesn't support empty
strings as encoding (interpreted as "current locale's encoding" by
GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make
it work as expected.
-update to 4.3.1
changes:
-bugfixes
-Updated the German translation to provide complete coverage of Qt
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/qt4-tools/PLIST b/x11/qt4-tools/PLIST index 47c5ed72bc4..f4733fccce1 100644 --- a/x11/qt4-tools/PLIST +++ b/x11/qt4-tools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2007/07/28 07:37:52 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2007/09/03 09:35:19 drochner Exp $ lib/pkgconfig/QtScript.pc lib/pkgconfig/QtTest.pc qt4/bin/assistant @@ -260,6 +260,8 @@ qt4/mkspecs/linux-g++-64/qmake.conf qt4/mkspecs/linux-g++-64/qplatformdefs.h qt4/mkspecs/linux-g++/qmake.conf qt4/mkspecs/linux-g++/qplatformdefs.h +qt4/mkspecs/linux-icc-32/qmake.conf +qt4/mkspecs/linux-icc-32/qplatformdefs.h qt4/mkspecs/linux-icc-64/qmake.conf qt4/mkspecs/linux-icc-64/qplatformdefs.h qt4/mkspecs/linux-icc/qmake.conf @@ -351,6 +353,7 @@ qt4/phrasebooks/german.qph qt4/phrasebooks/italian.qph qt4/phrasebooks/japanese.qph qt4/phrasebooks/norwegian.qph +qt4/phrasebooks/polish.qph qt4/phrasebooks/russian.qph qt4/phrasebooks/spanish.qph qt4/phrasebooks/swedish.qph @@ -395,6 +398,7 @@ qt4/plugins/designer/libqt3supportwidgets.la @dirrm qt4/mkspecs/linux-lsb-g++ @dirrm qt4/mkspecs/linux-kcc @dirrm qt4/mkspecs/linux-icc-64 +@dirrm qt4/mkspecs/linux-icc-32 @dirrm qt4/mkspecs/linux-icc @dirrm qt4/mkspecs/linux-g++-64 @dirrm qt4/mkspecs/linux-g++-32 |