diff options
author | junyoung <junyoung@pkgsrc.org> | 2003-10-23 07:48:21 +0000 |
---|---|---|
committer | junyoung <junyoung@pkgsrc.org> | 2003-10-23 07:48:21 +0000 |
commit | 45e924086c80a6a310fe549746275b65c26051f8 (patch) | |
tree | fe1a95929613441779f893e97f2343b8a52d4762 /x11 | |
parent | a3083ed62ade3ec31f7a32ab4c7a1223b895614c (diff) | |
download | pkgsrc-45e924086c80a6a310fe549746275b65c26051f8.tar.gz |
G/c unnecessary patch.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/distinfo | 4 | ||||
-rw-r--r-- | x11/qt3-libs/patches/patch-ad | 12 |
2 files changed, 3 insertions, 13 deletions
diff --git a/x11/qt3-libs/distinfo b/x11/qt3-libs/distinfo index f86bddfd6f8..4319e298fa7 100644 --- a/x11/qt3-libs/distinfo +++ b/x11/qt3-libs/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.15 2003/09/28 05:27:06 grant Exp $ +$NetBSD: distinfo,v 1.16 2003/10/23 07:48:21 junyoung Exp $ SHA1 (qt-x11-free-3.1.2.tar.bz2) = eddcf56d34c4ee98fd2b48be6b6aa32b66f302a5 Size (qt-x11-free-3.1.2.tar.bz2) = 13358932 bytes SHA1 (patch-aa) = d230bbb56eac7f386c4610f3a7088902c95c9c4d SHA1 (patch-ab) = 4dfee5c06bc322646465f43fe850126873d7bb75 SHA1 (patch-ac) = 842ac48bd9d1f8a4d92bdaf0ccd8f14a1b7c4512 -SHA1 (patch-ad) = 5f3d133051a9894aa45df1b1a6e1d0b6d964c49c +SHA1 (patch-ad) = f201ded67a3ae2001d5d66df43222b6ee7bd33c0 SHA1 (patch-ag) = 4b1d279a7ff1793eac7ca0c98df61f43a762d50a SHA1 (patch-ah) = 4f608169d9b2fa190844bf2ab5efaae2ed28e7b2 SHA1 (patch-ba) = 0f5baae5501a83ea53e5d4df846bb1f338e4d802 diff --git a/x11/qt3-libs/patches/patch-ad b/x11/qt3-libs/patches/patch-ad index 5c53ce20b29..2eabcb34035 100644 --- a/x11/qt3-libs/patches/patch-ad +++ b/x11/qt3-libs/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.3 2003/03/11 13:02:09 markd Exp $ +$NetBSD: patch-ad,v 1.4 2003/10/23 07:48:21 junyoung Exp $ --- src/kernel/qthread_unix.cpp.orig 2002-12-09 09:40:39.000000000 +0000 +++ src/kernel/qthread_unix.cpp @@ -20,13 +20,3 @@ $NetBSD: patch-ad,v 1.3 2003/03/11 13:02:09 markd Exp $ if ( ret ) { #ifdef QT_CHECK_STATE qWarning( "QThread::start: thread stack size error: %s", strerror( ret ) ) ; -@@ -392,7 +399,8 @@ void QThread::start() - d->running = FALSE; - d->finished = FALSE; - return; -- } -+ } -+ - } - d->args[0] = this; - d->args[1] = d; |