summaryrefslogtreecommitdiff
path: root/x11/qt4-tools
diff options
context:
space:
mode:
authordrochner <drochner>2007-09-03 09:35:15 +0000
committerdrochner <drochner>2007-09-03 09:35:15 +0000
commit2800829e1b4ee88507489aaef987b71830c7acf8 (patch)
treec6bbafd2cdd50ad4b7e93cebf6ec6757c52cac3a /x11/qt4-tools
parentce412f5f35865b0b355637986f657005d5b4782b (diff)
downloadpkgsrc-2800829e1b4ee88507489aaef987b71830c7acf8.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/PLIST6
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