Bug-fix update to qt-4.7.2.

Tested in a bulk build by landry@
OK espie@
This commit is contained in:
dcoppa 2011-04-03 13:35:30 +00:00
parent 7d210c185c
commit a69794a5c1
13 changed files with 319 additions and 298 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.82 2010/11/22 08:37:04 espie Exp $
# $OpenBSD: Makefile,v 1.83 2011/04/03 13:35:30 dcoppa Exp $
USE_GMAKE = Yes
COMMENT-debug = C++ GUI toolkit, debug
@ -41,13 +41,13 @@ SHARED_LIBS = Qt3Support 8.0 \
QtHelp 1.0 \
QtXmlPatterns 0.0 \
QtScriptTools 0.0 \
QtWebKit 1.0 \
QtWebKit 2.0 \
phonon 4.1 \
QtDeclarative 0.0
VERSION = 4.7.0
PKGVERSION = 4.7.0
VERSION = 4.7.2
PKGVERSION = 4.7.2
DISTNAME = qt-everywhere-opensource-src-${VERSION}
CATEGORIES = x11

View File

@ -1,5 +1,5 @@
MD5 (qt-everywhere-opensource-src-4.7.0.tar.gz) = Oi8lubEVA3J39Pt1kZSnpQ==
RMD160 (qt-everywhere-opensource-src-4.7.0.tar.gz) = PpwPDZhDtcA61L1hk6/5hTHuB0Y=
SHA1 (qt-everywhere-opensource-src-4.7.0.tar.gz) = pXlsj0aMj1kknlxpb5E4ZMl59BE=
SHA256 (qt-everywhere-opensource-src-4.7.0.tar.gz) = 4FJW1WDKfWdM1DELt5F0iQCtFK1mLL/iK21yraQ+eVU=
SIZE (qt-everywhere-opensource-src-4.7.0.tar.gz) = 208320257
MD5 (qt-everywhere-opensource-src-4.7.2.tar.gz) = ZrmS9cIRRd8IyZ0hhH9P2w==
RMD160 (qt-everywhere-opensource-src-4.7.2.tar.gz) = 3j0cFywjwzaBoJRcMx2xechMt7U=
SHA1 (qt-everywhere-opensource-src-4.7.2.tar.gz) = hEFPgrvJ6NNWuYbV0evuidBuTy4=
SHA256 (qt-everywhere-opensource-src-4.7.2.tar.gz) = 1Hg7UkuQvNJwzPbnow1ftRaWxH613knrwtVTzT60kzY=
SIZE (qt-everywhere-opensource-src-4.7.2.tar.gz) = 213663032

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.20 2010/10/28 14:55:47 espie Exp $
--- configure.orig Fri Sep 10 11:04:46 2010
+++ configure Sun Oct 24 12:32:06 2010
@@ -2085,7 +2085,7 @@ while [ "$#" -gt 0 ]; do
$OpenBSD: patch-configure,v 1.21 2011/04/03 13:35:31 dcoppa Exp $
--- configure.orig Tue Feb 22 13:02:53 2011
+++ configure Tue Mar 29 14:02:17 2011
@@ -2168,7 +2168,7 @@ while [ "$#" -gt 0 ]; do
v|verbose)
if [ "$VAL" = "yes" ]; then
if [ "$OPT_VERBOSE" = "$VAL" ]; then # takes two verboses to turn on qmake debugs
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.20 2010/10/28 14:55:47 espie Exp $
else
OPT_VERBOSE=yes
fi
@@ -4516,7 +4516,7 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ];
@@ -4651,7 +4651,7 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ];
EXTRA_OBJS=
EXTRA_SRCS=
EXTRA_CFLAGS="\$(QMAKE_CFLAGS)"
@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.20 2010/10/28 14:55:47 espie Exp $
EXTRA_LFLAGS="\$(QMAKE_LFLAGS)"
if [ "$PLATFORM" = "irix-cc" ] || [ "$PLATFORM" = "irix-cc-64" ]; then
@@ -4620,7 +4620,7 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ];
@@ -4755,7 +4755,7 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ];
done
QMAKE_BUILD_ERROR=no

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-demos_spectrum_app_waveform_cpp,v 1.1 2010/06/21 16:40:52 espie Exp $
--- demos/spectrum/app/waveform.cpp.orig Mon Jun 21 18:06:57 2010
+++ demos/spectrum/app/waveform.cpp Mon Jun 21 18:07:13 2010
@@ -100,7 +100,8 @@ void Waveform::paintEvent(QPaintEvent * /*event*/)
$OpenBSD: patch-demos_spectrum_app_waveform_cpp,v 1.2 2011/04/03 13:35:31 dcoppa Exp $
--- demos/spectrum/app/waveform.cpp.orig Tue Feb 22 13:04:01 2011
+++ demos/spectrum/app/waveform.cpp Tue Mar 29 14:02:17 2011
@@ -106,7 +106,8 @@ void Waveform::paintEvent(QPaintEvent * /*event*/)
destRect.setLeft(destLeft);
destRect.setRight(destRight);

View File

@ -0,0 +1,19 @@
$OpenBSD: patch-mkspecs_features_qt_prf,v 1.1 2011/04/03 13:35:31 dcoppa Exp $
--- mkspecs/features/qt.prf.orig Wed Mar 30 09:13:40 2011
+++ mkspecs/features/qt.prf Wed Mar 30 09:14:55 2011
@@ -212,10 +212,10 @@ mac {
mmx:DEFINES += QT_HAVE_MMX
3dnow:DEFINES += QT_HAVE_3DNOW
sse:DEFINES += QT_HAVE_SSE QT_HAVE_MMXEXT
-sse2:DEFINES += QT_HAVE_SSE2
-sse3:DEFINES += QT_HAVE_SSE3
-ssse3:DEFINES += QT_HAVE_SSSE3
-sse4_1:DEFINES += QT_HAVE_SSE4_1
-sse4_2:DEFINES += QT_HAVE_SSE4_2
+sse2:!openbsd-g++ DEFINES += QT_HAVE_SSE2
+sse3:!openbsd-g++ DEFINES += QT_HAVE_SSE3
+ssse3:!openbsd-g++ DEFINES += QT_HAVE_SSSE3
+sse4_1:!openbsd-g++ DEFINES += QT_HAVE_SSE4_1
+sse4_2:!openbsd-g++ DEFINES += QT_HAVE_SSE4_2
avx:DEFINES += QT_HAVE_AVX
iwmmxt:DEFINES += QT_HAVE_IWMMXT

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-qmake_generators_unix_unixmake_cpp,v 1.14 2010/10/28 14:55:47 espie Exp $
--- qmake/generators/unix/unixmake.cpp.orig Fri Sep 10 11:04:41 2010
+++ qmake/generators/unix/unixmake.cpp Sun Oct 24 12:32:06 2010
@@ -699,7 +699,7 @@ UnixMakefileGenerator::defaultInstall(const QString &t
$OpenBSD: patch-qmake_generators_unix_unixmake_cpp,v 1.15 2011/04/03 13:35:31 dcoppa Exp $
--- qmake/generators/unix/unixmake.cpp.orig Tue Feb 22 13:02:48 2011
+++ qmake/generators/unix/unixmake.cpp Tue Mar 29 14:02:17 2011
@@ -724,7 +724,7 @@ UnixMakefileGenerator::defaultInstall(const QString &t
if(project->isEmpty("QMAKE_CYGWIN_SHLIB")) {
if(!project->isActiveConfig("staticlib") && !project->isActiveConfig("plugin")) {
if(project->isEmpty("QMAKE_HPUX_SHLIB")) {

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_corelib_global_qglobal_h,v 1.12 2010/10/28 14:55:47 espie Exp $
--- src/corelib/global/qglobal.h.orig Fri Sep 10 11:05:25 2010
+++ src/corelib/global/qglobal.h Sun Oct 24 12:32:07 2010
@@ -2230,7 +2230,7 @@ typedef uint Flags;
$OpenBSD: patch-src_corelib_global_qglobal_h,v 1.13 2011/04/03 13:35:31 dcoppa Exp $
--- src/corelib/global/qglobal.h.orig Tue Feb 22 13:04:00 2011
+++ src/corelib/global/qglobal.h Tue Mar 29 14:02:18 2011
@@ -2240,7 +2240,7 @@ typedef uint Flags;
#endif /* Q_NO_TYPESAFE_FLAGS */

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-src_dbus_qdbusintegrator_cpp,v 1.1 2011/04/03 13:35:31 dcoppa Exp $
Fixes an invalid conversion error on sparc64.
http://bugreports.qt.nokia.com/browse/QTBUG-17962
--- src/dbus/qdbusintegrator.cpp.orig Wed Mar 30 11:48:06 2011
+++ src/dbus/qdbusintegrator.cpp Wed Mar 30 11:48:42 2011
@@ -71,7 +71,7 @@ QT_BEGIN_NAMESPACE
static bool isDebugging;
#define qDBusDebug if (!::isDebugging); else qDebug
-Q_GLOBAL_STATIC_WITH_ARGS(const QString, orgFreedesktopDBusString, (QLatin1String(DBUS_SERVICE_DBUS)))
+Q_GLOBAL_STATIC_WITH_ARGS(QString, orgFreedesktopDBusString, (QLatin1String(DBUS_SERVICE_DBUS)))
static inline QString dbusServiceString()
{ return *orgFreedesktopDBusString(); }

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_gui_painting_painting_pri,v 1.2 2010/10/28 14:55:47 espie Exp $
--- src/gui/painting/painting.pri.orig Fri Sep 10 11:05:25 2010
+++ src/gui/painting/painting.pri Sun Oct 24 12:32:07 2010
@@ -225,7 +225,7 @@ contains(QMAKE_MAC_XARCH, no) {
DEFINES += QT_HAVE_MMXEXT
}
- sse2 {
+ sse2:!openbsd-g++ {
DEFINES += QT_HAVE_SSE2
SSE2_SOURCES += painting/qdrawhelper_sse2.cpp
}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared-main,v 1.8 2010/10/28 14:55:47 espie Exp $
@comment $OpenBSD: PFRAG.shared-main,v 1.9 2011/04/03 13:35:31 dcoppa Exp $
%%GCC4%%
@lib lib/libQt3Support.so.${LIBQt3Support_VERSION}
@lib lib/libQtCLucene.so.${LIBQtCLucene_VERSION}
@ -47,7 +47,6 @@ lib/qt4/imports/QtWebKit/libqmlwebkitplugin.so
lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so
lib/qt4/plugins/accessible/libqtaccessiblewidgets.so
lib/qt4/plugins/bearer/libqgenericbearer.so
lib/qt4/plugins/bearer/libqnmbearer.so
lib/qt4/plugins/designer/libphononwidgets.so
lib/qt4/plugins/designer/libqdeclarativeview.so
lib/qt4/plugins/designer/libqt3supportwidgets.so
@ -62,4 +61,5 @@ lib/qt4/plugins/imageformats/libqsvg.so
lib/qt4/plugins/imageformats/libqtiff.so
lib/qt4/plugins/inputmethods/libqimsw-multi.so
lib/qt4/plugins/phonon_backend/libphonon_gstreamer.so
lib/qt4/plugins/qmltooling/libtcpserver.so
lib/qt4/plugins/script/libqtscriptdbus.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-examples,v 1.25 2010/10/28 14:55:47 espie Exp $
@comment $OpenBSD: PLIST-examples,v 1.26 2011/04/03 13:35:31 dcoppa Exp $
@conflict qt4-<=4.2.2
%%SHARED%%
%%GCC4%%
@ -163,8 +163,8 @@ lib/qt4/demos/declarative/minehunt/MinehuntCore/
lib/qt4/demos/declarative/minehunt/MinehuntCore/Explosion.qml
lib/qt4/demos/declarative/minehunt/MinehuntCore/Tile.qml
lib/qt4/demos/declarative/minehunt/MinehuntCore/pics/
lib/qt4/demos/declarative/minehunt/MinehuntCore/pics/No-Ones-Laughing-3.jpg
lib/qt4/demos/declarative/minehunt/MinehuntCore/pics/back.png
lib/qt4/demos/declarative/minehunt/MinehuntCore/pics/background.png
lib/qt4/demos/declarative/minehunt/MinehuntCore/pics/bomb-color.png
lib/qt4/demos/declarative/minehunt/MinehuntCore/pics/bomb.png
lib/qt4/demos/declarative/minehunt/MinehuntCore/pics/face-sad.png
@ -254,6 +254,7 @@ lib/qt4/demos/declarative/snake/content/pics/cookie.png
lib/qt4/demos/declarative/snake/content/pics/eyes.svg
lib/qt4/demos/declarative/snake/content/pics/head.png
lib/qt4/demos/declarative/snake/content/pics/head.svg
lib/qt4/demos/declarative/snake/content/pics/pause.png
lib/qt4/demos/declarative/snake/content/pics/redStar.png
lib/qt4/demos/declarative/snake/content/pics/redStone.png
lib/qt4/demos/declarative/snake/content/pics/skull.png
@ -873,14 +874,18 @@ lib/qt4/examples/declarative/animation/behaviors/
lib/qt4/examples/declarative/animation/behaviors/SideRect.qml
lib/qt4/examples/declarative/animation/behaviors/behavior-example.qml
lib/qt4/examples/declarative/animation/behaviors/behaviors.qmlproject
lib/qt4/examples/declarative/animation/behaviors/wigglytext.qml
lib/qt4/examples/declarative/animation/easing/
lib/qt4/examples/declarative/animation/easing/content/
lib/qt4/examples/declarative/animation/easing/content/QuitButton.qml
lib/qt4/examples/declarative/animation/easing/content/quit.png
lib/qt4/examples/declarative/animation/easing/easing.qml
lib/qt4/examples/declarative/animation/easing/easing.qmlproject
lib/qt4/examples/declarative/animation/states/
lib/qt4/examples/declarative/animation/states/qt-logo.png
lib/qt4/examples/declarative/animation/states/states.qml
lib/qt4/examples/declarative/animation/states/states.qmlproject
lib/qt4/examples/declarative/animation/states/transitions.qml
lib/qt4/examples/declarative/animation/states/user.png
lib/qt4/examples/declarative/cppextensions/
lib/qt4/examples/declarative/cppextensions/cppextensions.pro
lib/qt4/examples/declarative/cppextensions/cppextensions.qmlproject
@ -1005,6 +1010,15 @@ lib/qt4/examples/declarative/cppextensions/referenceexamples/grouped/grouped.qrc
lib/qt4/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp
lib/qt4/examples/declarative/cppextensions/referenceexamples/grouped/person.cpp
lib/qt4/examples/declarative/cppextensions/referenceexamples/grouped/person.h
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.cpp
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.h
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/example.qml
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/main.cpp
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/methods.pro
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/methods.qrc
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/person.cpp
lib/qt4/examples/declarative/cppextensions/referenceexamples/methods/person.h
lib/qt4/examples/declarative/cppextensions/referenceexamples/properties/
lib/qt4/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.cpp
lib/qt4/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.h
@ -1098,6 +1112,15 @@ lib/qt4/examples/declarative/extending/grouped/grouped.qrc
lib/qt4/examples/declarative/extending/grouped/main.cpp
lib/qt4/examples/declarative/extending/grouped/person.cpp
lib/qt4/examples/declarative/extending/grouped/person.h
lib/qt4/examples/declarative/extending/methods/
lib/qt4/examples/declarative/extending/methods/birthdayparty.cpp
lib/qt4/examples/declarative/extending/methods/birthdayparty.h
lib/qt4/examples/declarative/extending/methods/main.cpp
@bin lib/qt4/examples/declarative/extending/methods/methods
lib/qt4/examples/declarative/extending/methods/methods.pro
lib/qt4/examples/declarative/extending/methods/methods.qrc
lib/qt4/examples/declarative/extending/methods/person.cpp
lib/qt4/examples/declarative/extending/methods/person.h
lib/qt4/examples/declarative/extending/properties/
lib/qt4/examples/declarative/extending/properties/birthdayparty.cpp
lib/qt4/examples/declarative/extending/properties/birthdayparty.h
@ -1151,9 +1174,9 @@ lib/qt4/examples/declarative/imageelements/borderimage/content/shadow.png
lib/qt4/examples/declarative/imageelements/borderimage/shadows.qml
lib/qt4/examples/declarative/imageelements/image/
lib/qt4/examples/declarative/imageelements/image/ImageCell.qml
lib/qt4/examples/declarative/imageelements/image/face-smile.png
lib/qt4/examples/declarative/imageelements/image/image.qml
lib/qt4/examples/declarative/imageelements/image/image.qmlproject
lib/qt4/examples/declarative/imageelements/image/qt-logo.png
lib/qt4/examples/declarative/imageelements/imageelements.qmlproject
lib/qt4/examples/declarative/imageprovider/
lib/qt4/examples/declarative/imageprovider/ImageProviderCore/
@ -1204,7 +1227,6 @@ lib/qt4/examples/declarative/positioners/add.png
lib/qt4/examples/declarative/positioners/del.png
lib/qt4/examples/declarative/positioners/positioners.qml
lib/qt4/examples/declarative/positioners/positioners.qmlproject
lib/qt4/examples/declarative/positioners/positioners.qmlproject.user
lib/qt4/examples/declarative/sqllocalstorage/
lib/qt4/examples/declarative/sqllocalstorage/hello.qml
lib/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject
@ -1251,12 +1273,14 @@ lib/qt4/examples/declarative/toys/clocks/clocks.qml
lib/qt4/examples/declarative/toys/clocks/clocks.qmlproject
lib/qt4/examples/declarative/toys/clocks/content/
lib/qt4/examples/declarative/toys/clocks/content/Clock.qml
lib/qt4/examples/declarative/toys/clocks/content/QuitButton.qml
lib/qt4/examples/declarative/toys/clocks/content/background.png
lib/qt4/examples/declarative/toys/clocks/content/center.png
lib/qt4/examples/declarative/toys/clocks/content/clock-night.png
lib/qt4/examples/declarative/toys/clocks/content/clock.png
lib/qt4/examples/declarative/toys/clocks/content/hour.png
lib/qt4/examples/declarative/toys/clocks/content/minute.png
lib/qt4/examples/declarative/toys/clocks/content/quit.png
lib/qt4/examples/declarative/toys/clocks/content/second.png
lib/qt4/examples/declarative/toys/corkboards/
lib/qt4/examples/declarative/toys/corkboards/Day.qml
@ -1304,10 +1328,12 @@ lib/qt4/examples/declarative/ui-components/README
lib/qt4/examples/declarative/ui-components/dialcontrol/
lib/qt4/examples/declarative/ui-components/dialcontrol/content/
lib/qt4/examples/declarative/ui-components/dialcontrol/content/Dial.qml
lib/qt4/examples/declarative/ui-components/dialcontrol/content/QuitButton.qml
lib/qt4/examples/declarative/ui-components/dialcontrol/content/background.png
lib/qt4/examples/declarative/ui-components/dialcontrol/content/needle.png
lib/qt4/examples/declarative/ui-components/dialcontrol/content/needle_shadow.png
lib/qt4/examples/declarative/ui-components/dialcontrol/content/overlay.png
lib/qt4/examples/declarative/ui-components/dialcontrol/content/quit.png
lib/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
lib/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.qmlproject
lib/qt4/examples/declarative/ui-components/flipable/
@ -2697,31 +2723,6 @@ lib/qt4/examples/phonon/qmusicplayer/mainwindow.cpp
lib/qt4/examples/phonon/qmusicplayer/mainwindow.h
@bin lib/qt4/examples/phonon/qmusicplayer/qmusicplayer
lib/qt4/examples/phonon/qmusicplayer/qmusicplayer.pro
lib/qt4/examples/qtconcurrent/
lib/qt4/examples/qtconcurrent/README
lib/qt4/examples/qtconcurrent/imagescaling/
@bin lib/qt4/examples/qtconcurrent/imagescaling/imagescaling
lib/qt4/examples/qtconcurrent/imagescaling/imagescaling.cpp
lib/qt4/examples/qtconcurrent/imagescaling/imagescaling.h
lib/qt4/examples/qtconcurrent/imagescaling/imagescaling.pro
lib/qt4/examples/qtconcurrent/imagescaling/main.cpp
lib/qt4/examples/qtconcurrent/map/
lib/qt4/examples/qtconcurrent/map/main.cpp
lib/qt4/examples/qtconcurrent/map/map.pro
@bin lib/qt4/examples/qtconcurrent/map/mapdemo
lib/qt4/examples/qtconcurrent/progressdialog/
lib/qt4/examples/qtconcurrent/progressdialog/main.cpp
@bin lib/qt4/examples/qtconcurrent/progressdialog/progressdialog
lib/qt4/examples/qtconcurrent/progressdialog/progressdialog.pro
lib/qt4/examples/qtconcurrent/qtconcurrent.pro
lib/qt4/examples/qtconcurrent/runfunction/
lib/qt4/examples/qtconcurrent/runfunction/main.cpp
@bin lib/qt4/examples/qtconcurrent/runfunction/runfunction
lib/qt4/examples/qtconcurrent/runfunction/runfunction.pro
lib/qt4/examples/qtconcurrent/wordcount/
lib/qt4/examples/qtconcurrent/wordcount/main.cpp
@bin lib/qt4/examples/qtconcurrent/wordcount/wordcount
lib/qt4/examples/qtconcurrent/wordcount/wordcount.pro
lib/qt4/examples/qtestlib/
lib/qt4/examples/qtestlib/README
lib/qt4/examples/qtestlib/qtestlib.pro
@ -3254,6 +3255,52 @@ lib/qt4/examples/tutorials/addressbook/part7/finddialog.h
lib/qt4/examples/tutorials/addressbook/part7/main.cpp
@bin lib/qt4/examples/tutorials/addressbook/part7/part7
lib/qt4/examples/tutorials/addressbook/part7/part7.pro
lib/qt4/examples/tutorials/modelview/
lib/qt4/examples/tutorials/modelview/1_readonly/
lib/qt4/examples/tutorials/modelview/1_readonly/1_readonly.pro
lib/qt4/examples/tutorials/modelview/1_readonly/main.cpp
@bin lib/qt4/examples/tutorials/modelview/1_readonly/mv_readonly
lib/qt4/examples/tutorials/modelview/1_readonly/mymodel.cpp
lib/qt4/examples/tutorials/modelview/1_readonly/mymodel.h
lib/qt4/examples/tutorials/modelview/2_formatting/
lib/qt4/examples/tutorials/modelview/2_formatting/2_formatting.pro
lib/qt4/examples/tutorials/modelview/2_formatting/main.cpp
@bin lib/qt4/examples/tutorials/modelview/2_formatting/mv_formatting
lib/qt4/examples/tutorials/modelview/2_formatting/mymodel.cpp
lib/qt4/examples/tutorials/modelview/2_formatting/mymodel.h
lib/qt4/examples/tutorials/modelview/3_changingmodel/
lib/qt4/examples/tutorials/modelview/3_changingmodel/3_changingmodel.pro
lib/qt4/examples/tutorials/modelview/3_changingmodel/main.cpp
@bin lib/qt4/examples/tutorials/modelview/3_changingmodel/mv_changingmodel
lib/qt4/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
lib/qt4/examples/tutorials/modelview/3_changingmodel/mymodel.h
lib/qt4/examples/tutorials/modelview/4_headers/
lib/qt4/examples/tutorials/modelview/4_headers/4_headers.pro
lib/qt4/examples/tutorials/modelview/4_headers/main.cpp
@bin lib/qt4/examples/tutorials/modelview/4_headers/mv_headers
lib/qt4/examples/tutorials/modelview/4_headers/mymodel.cpp
lib/qt4/examples/tutorials/modelview/4_headers/mymodel.h
lib/qt4/examples/tutorials/modelview/5_edit/
lib/qt4/examples/tutorials/modelview/5_edit/5_edit.pro
lib/qt4/examples/tutorials/modelview/5_edit/main.cpp
lib/qt4/examples/tutorials/modelview/5_edit/mainwindow.cpp
lib/qt4/examples/tutorials/modelview/5_edit/mainwindow.h
@bin lib/qt4/examples/tutorials/modelview/5_edit/mv_edit
lib/qt4/examples/tutorials/modelview/5_edit/mymodel.cpp
lib/qt4/examples/tutorials/modelview/5_edit/mymodel.h
lib/qt4/examples/tutorials/modelview/6_treeview/
lib/qt4/examples/tutorials/modelview/6_treeview/6_treeview.pro
lib/qt4/examples/tutorials/modelview/6_treeview/main.cpp
lib/qt4/examples/tutorials/modelview/6_treeview/mainwindow.cpp
lib/qt4/examples/tutorials/modelview/6_treeview/mainwindow.h
@bin lib/qt4/examples/tutorials/modelview/6_treeview/mv_tree
lib/qt4/examples/tutorials/modelview/7_selections/
lib/qt4/examples/tutorials/modelview/7_selections/7_selections.pro
lib/qt4/examples/tutorials/modelview/7_selections/main.cpp
lib/qt4/examples/tutorials/modelview/7_selections/mainwindow.cpp
lib/qt4/examples/tutorials/modelview/7_selections/mainwindow.h
@bin lib/qt4/examples/tutorials/modelview/7_selections/mv_selections
lib/qt4/examples/tutorials/modelview/modelview.pro
lib/qt4/examples/tutorials/tutorials.pro
lib/qt4/examples/uitools/
lib/qt4/examples/uitools/multipleinheritance/

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.27 2010/10/28 14:55:47 espie Exp $
@comment $OpenBSD: PLIST-main,v 1.28 2011/04/03 13:35:31 dcoppa Exp $
@pkgpath x11/qt4
@pkgpath x11/qt4,-phonon
%%SHARED%%
@ -3056,8 +3056,12 @@ lib/qt4/mkspecs/common/posix/
lib/qt4/mkspecs/common/posix/qplatformdefs.h
lib/qt4/mkspecs/common/qws.conf
lib/qt4/mkspecs/common/symbian/
lib/qt4/mkspecs/common/symbian/appCaptionForTranslation.cpp
lib/qt4/mkspecs/common/symbian/header-wrappers/
lib/qt4/mkspecs/common/symbian/header-wrappers/AknBitmapAnimation.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknDoc.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknFontAccess.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknInputLanguageInfo.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknLayoutFont.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknPopupFader.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknServerApp.h
@ -3068,8 +3072,12 @@ lib/qt4/mkspecs/common/symbian/header-wrappers/AknsDrawUtils.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknsItemID.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknsSkinInstance.h
lib/qt4/mkspecs/common/symbian/header-wrappers/AknsUtils.h
lib/qt4/mkspecs/common/symbian/header-wrappers/ApAccessPointItem.h
lib/qt4/mkspecs/common/symbian/header-wrappers/ApDataHandler.h
lib/qt4/mkspecs/common/symbian/header-wrappers/ApUtils.h
lib/qt4/mkspecs/common/symbian/header-wrappers/CDirectoryLocalizer.h
lib/qt4/mkspecs/common/symbian/header-wrappers/DocumentHandler.h
lib/qt4/mkspecs/common/symbian/packageNameForTranslation.cpp
lib/qt4/mkspecs/common/symbian/qplatformdefs.h
lib/qt4/mkspecs/common/symbian/stl-off/
lib/qt4/mkspecs/common/symbian/stl-off/new
@ -3119,17 +3127,18 @@ lib/qt4/mkspecs/features/moc.prf
lib/qt4/mkspecs/features/no_debug_info.prf
lib/qt4/mkspecs/features/qdbus.prf
lib/qt4/mkspecs/features/qt.prf
@comment lib/qt4/mkspecs/features/qt.prf.orig
lib/qt4/mkspecs/features/qt_config.prf
lib/qt4/mkspecs/features/qt_functions.prf
lib/qt4/mkspecs/features/qtestlib.prf
lib/qt4/mkspecs/features/qtopia.prf
lib/qt4/mkspecs/features/qtopiainc.prf
lib/qt4/mkspecs/features/qtopialib.prf
lib/qt4/mkspecs/features/qttest_p4.prf
lib/qt4/mkspecs/features/release.prf
lib/qt4/mkspecs/features/resources.prf
lib/qt4/mkspecs/features/shared.prf
lib/qt4/mkspecs/features/silent.prf
lib/qt4/mkspecs/features/sis_targets.prf
lib/qt4/mkspecs/features/static.prf
lib/qt4/mkspecs/features/static_and_shared.prf
lib/qt4/mkspecs/features/staticlib.prf
@ -3145,12 +3154,16 @@ lib/qt4/mkspecs/features/symbian/default_post.prf
lib/qt4/mkspecs/features/symbian/default_pre.prf
lib/qt4/mkspecs/features/symbian/do_not_build_as_thumb.prf
lib/qt4/mkspecs/features/symbian/epocallowdlldata.prf
lib/qt4/mkspecs/features/symbian/localize_deployment.prf
lib/qt4/mkspecs/features/symbian/moc.prf
lib/qt4/mkspecs/features/symbian/nested_exceptions.prf
lib/qt4/mkspecs/features/symbian/opengl.prf
lib/qt4/mkspecs/features/symbian/platform_paths.prf
lib/qt4/mkspecs/features/symbian/qt.prf
lib/qt4/mkspecs/features/symbian/qt_config.prf
lib/qt4/mkspecs/features/symbian/release.prf
lib/qt4/mkspecs/features/symbian/run_on_phone.prf
lib/qt4/mkspecs/features/symbian/sis_targets.prf
lib/qt4/mkspecs/features/symbian/stl.prf
lib/qt4/mkspecs/features/symbian/stl_off.prf
lib/qt4/mkspecs/features/symbian/symbian_building.prf
@ -3185,6 +3198,7 @@ lib/qt4/mkspecs/features/win32/embed_manifest_exe.prf
lib/qt4/mkspecs/features/win32/exceptions.prf
lib/qt4/mkspecs/features/win32/exceptions_off.prf
lib/qt4/mkspecs/features/win32/ltcg.prf
lib/qt4/mkspecs/features/win32/msvc_mp.prf
lib/qt4/mkspecs/features/win32/opengl.prf
lib/qt4/mkspecs/features/win32/openvg.prf
lib/qt4/mkspecs/features/win32/qaxcontainer.prf
@ -3654,6 +3668,7 @@ lib/qt4/plugins/iconengines/
lib/qt4/plugins/imageformats/
lib/qt4/plugins/inputmethods/
lib/qt4/plugins/phonon_backend/
lib/qt4/plugins/qmltooling/
lib/qt4/plugins/script/
lib/qt4/plugins/sqldrivers/
lib/qt4/q3porting.xml
@ -3666,6 +3681,8 @@ lib/qt4/translations/assistant_hu.qm
lib/qt4/translations/assistant_ja.qm
lib/qt4/translations/assistant_pl.qm
lib/qt4/translations/assistant_ru.qm
lib/qt4/translations/assistant_sl.qm
lib/qt4/translations/assistant_uk.qm
lib/qt4/translations/assistant_zh_CN.qm
lib/qt4/translations/assistant_zh_TW.qm
lib/qt4/translations/designer_cs.qm
@ -3676,6 +3693,7 @@ lib/qt4/translations/designer_ja.qm
lib/qt4/translations/designer_pl.qm
lib/qt4/translations/designer_ru.qm
lib/qt4/translations/designer_sl.qm
lib/qt4/translations/designer_uk.qm
lib/qt4/translations/designer_zh_CN.qm
lib/qt4/translations/designer_zh_TW.qm
lib/qt4/translations/linguist_cs.qm
@ -3685,6 +3703,8 @@ lib/qt4/translations/linguist_hu.qm
lib/qt4/translations/linguist_ja.qm
lib/qt4/translations/linguist_pl.qm
lib/qt4/translations/linguist_ru.qm
lib/qt4/translations/linguist_sl.qm
lib/qt4/translations/linguist_uk.qm
lib/qt4/translations/linguist_zh_CN.qm
lib/qt4/translations/linguist_zh_TW.qm
lib/qt4/translations/qt_ar.qm
@ -3693,6 +3713,7 @@ lib/qt4/translations/qt_da.qm
lib/qt4/translations/qt_de.qm
lib/qt4/translations/qt_es.qm
lib/qt4/translations/qt_fr.qm
lib/qt4/translations/qt_gl.qm
lib/qt4/translations/qt_he.qm
lib/qt4/translations/qt_help_cs.qm
lib/qt4/translations/qt_help_da.qm
@ -3702,6 +3723,8 @@ lib/qt4/translations/qt_help_hu.qm
lib/qt4/translations/qt_help_ja.qm
lib/qt4/translations/qt_help_pl.qm
lib/qt4/translations/qt_help_ru.qm
lib/qt4/translations/qt_help_sl.qm
lib/qt4/translations/qt_help_uk.qm
lib/qt4/translations/qt_help_zh_CN.qm
lib/qt4/translations/qt_help_zh_TW.qm
lib/qt4/translations/qt_hu.qm
@ -3716,13 +3739,19 @@ lib/qt4/translations/qt_uk.qm
lib/qt4/translations/qt_zh_CN.qm
lib/qt4/translations/qt_zh_TW.qm
lib/qt4/translations/qtconfig_hu.qm
lib/qt4/translations/qtconfig_ja.qm
lib/qt4/translations/qtconfig_pl.qm
lib/qt4/translations/qtconfig_ru.qm
lib/qt4/translations/qtconfig_sl.qm
lib/qt4/translations/qtconfig_uk.qm
lib/qt4/translations/qtconfig_zh_CN.qm
lib/qt4/translations/qtconfig_zh_TW.qm
lib/qt4/translations/qvfb_hu.qm
lib/qt4/translations/qvfb_ja.qm
lib/qt4/translations/qvfb_pl.qm
lib/qt4/translations/qvfb_ru.qm
lib/qt4/translations/qvfb_sl.qm
lib/qt4/translations/qvfb_uk.qm
lib/qt4/translations/qvfb_zh_CN.qm
lib/qt4/translations/qvfb_zh_TW.qm
share/doc/qt4/