diff options
author | skrll <skrll@pkgsrc.org> | 2003-03-18 08:36:22 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-03-18 08:36:22 +0000 |
commit | 72d9db4b4271c071132bfadf703bc6de2555bcb9 (patch) | |
tree | a72d09d65d034df67c7ff6570a79ffcf6e89bb7f /x11/qt3-libs/patches | |
parent | 441cb0be6945365d587f5a53696f97a578135525 (diff) | |
download | pkgsrc-72d9db4b4271c071132bfadf703bc6de2555bcb9.tar.gz |
Update qt3 to 3.1.2. This update fixes a large number of bugs.
Diffstat (limited to 'x11/qt3-libs/patches')
-rw-r--r-- | x11/qt3-libs/patches/patch-ab | 6 | ||||
-rw-r--r-- | x11/qt3-libs/patches/patch-ac | 8 | ||||
-rw-r--r-- | x11/qt3-libs/patches/patch-ag | 13 |
3 files changed, 20 insertions, 7 deletions
diff --git a/x11/qt3-libs/patches/patch-ab b/x11/qt3-libs/patches/patch-ab index 2d501980708..5c0174f5cbf 100644 --- a/x11/qt3-libs/patches/patch-ab +++ b/x11/qt3-libs/patches/patch-ab @@ -1,12 +1,12 @@ -$NetBSD: patch-ab,v 1.5 2003/03/11 13:02:08 markd Exp $ +$NetBSD: patch-ab,v 1.6 2003/03/18 08:36:25 skrll Exp $ ---- tools/designer/editor/editor.pro.orig Wed Nov 20 11:07:43 2002 +--- tools/designer/editor/editor.pro.orig Tue Nov 19 22:07:43 2002 +++ tools/designer/editor/editor.pro @@ -1,6 +1,5 @@ TEMPLATE = lib -CONFIG += qt warn_on staticlib -CONFIG -= dll -+CONFIG += qt warn_on dll ++CONFIG += qt warn_on HEADERS = editor.h \ parenmatcher.h \ completion.h \ diff --git a/x11/qt3-libs/patches/patch-ac b/x11/qt3-libs/patches/patch-ac index 0a4598911e5..7f88f2277d2 100644 --- a/x11/qt3-libs/patches/patch-ac +++ b/x11/qt3-libs/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 2003/03/11 13:02:08 markd Exp $ +$NetBSD: patch-ac,v 1.4 2003/03/18 08:36:25 skrll Exp $ --- src/tools/qdir_unix.cpp.orig Mon Dec 9 22:40:32 2002 +++ src/tools/qdir_unix.cpp @@ -39,10 +39,10 @@ $NetBSD: patch-ac,v 1.3 2003/03/11 13:02:08 markd Exp $ + name.truncate( pos ); + } + } - return ::mkdir( QFile::encodeName(filePath(name,acceptAbsPath)), 0777 ) - == 0; + int status = + ::mkdir( QFile::encodeName(filePath(name,acceptAbsPath)), 0777 ); #else -@@ -100,7 +119,24 @@ +@@ -101,7 +120,24 @@ bool QDir::mkdir( const QString &dirName bool QDir::rmdir( const QString &dirName, bool acceptAbsPath ) const { diff --git a/x11/qt3-libs/patches/patch-ag b/x11/qt3-libs/patches/patch-ag new file mode 100644 index 00000000000..725dd8e0043 --- /dev/null +++ b/x11/qt3-libs/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2003/03/18 08:36:25 skrll Exp $ + +--- tools/designer/plugins/cppeditor/cppeditor.pro.orig 2003-01-14 17:56:20.000000000 +0000 ++++ tools/designer/plugins/cppeditor/cppeditor.pro +@@ -13,7 +13,7 @@ INCLUDEPATH += ../../interfaces ../../ed + win32{ + LIBS += $$QT_BUILD_TREE/lib/editor.lib + } else { +- LIBS += -L$$QT_BUILD_TREE/lib $$QT_BUILD_TREE/lib/libeditor.a ++ LIBS += -L$$QT_BUILD_TREE/lib $$QT_BUILD_TREE/lib/libeditor.la + } + + target.path += $$plugins.path/designer |