summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorminskim <minskim>2006-03-23 00:28:21 +0000
committerminskim <minskim>2006-03-23 00:28:21 +0000
commit42347b8d3b76da5da08c3ae0fd25d30e0edf1908 (patch)
tree8f62809f3eab0f0cde82eab847de122f5ba8a0e5 /x11
parent7be47726c21f9a821cd4cb9854343aea685f90e4 (diff)
downloadpkgsrc-42347b8d3b76da5da08c3ae0fd25d30e0edf1908.tar.gz
Back out the previous gcc-4 fix. It should be fixed in py-qt3-sip.
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt3-base/distinfo4
-rw-r--r--x11/py-qt3-base/patches/patch-ad13
-rw-r--r--x11/py-qt3-base/patches/patch-ae13
3 files changed, 1 insertions, 29 deletions
diff --git a/x11/py-qt3-base/distinfo b/x11/py-qt3-base/distinfo
index e35d6dc456d..adb505cf7e3 100644
--- a/x11/py-qt3-base/distinfo
+++ b/x11/py-qt3-base/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2006/03/18 03:01:45 minskim Exp $
+$NetBSD: distinfo,v 1.13 2006/03/23 00:28:21 minskim Exp $
SHA1 (PyQt-mac-gpl-3.15.1.tar.gz) = 6e3afafd93b89e571da94401c4c16e0c09fe7431
RMD160 (PyQt-mac-gpl-3.15.1.tar.gz) = 663907b22fb245dc0472d7462e278b9d5564aa80
@@ -9,5 +9,3 @@ Size (PyQt-x11-gpl-3.15.1.tar.gz) = 790366 bytes
SHA1 (patch-aa) = 425ff917b8dd3c345bf86e49ccf7f91c5688e77a
SHA1 (patch-ab) = 46cf5b2eb3481a9f5a1264f11abc57421c4d47a0
SHA1 (patch-ac) = c3cd88ef6119f224920c0b8e6852b35052e6751a
-SHA1 (patch-ad) = 1f6b420cc3df3d02315d72387dcf4dee62ef57f6
-SHA1 (patch-ae) = beebdfe165b3a34fd0a394eb33806610d00ff6a6
diff --git a/x11/py-qt3-base/patches/patch-ad b/x11/py-qt3-base/patches/patch-ad
deleted file mode 100644
index 23fb4ed9f82..00000000000
--- a/x11/py-qt3-base/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/03/18 03:01:45 minskim Exp $
-
---- qt/sipqtQThread.cpp.orig 2006-03-17 14:51:33.000000000 -0800
-+++ qt/sipqtQThread.cpp
-@@ -92,7 +92,7 @@ static PyObject *meth_QThread_currentThr
- {
- void *sipRes;
-
-- sipRes = QThread::currentThread();
-+ sipRes = (void *)QThread::currentThread();
-
- return sipConvertFromVoidPtr(sipRes);
- }
diff --git a/x11/py-qt3-base/patches/patch-ae b/x11/py-qt3-base/patches/patch-ae
deleted file mode 100644
index 7676f7729fa..00000000000
--- a/x11/py-qt3-base/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/03/18 03:01:45 minskim Exp $
-
---- qt/sipqtQCursor.cpp.orig 2006-03-17 14:51:35.000000000 -0800
-+++ qt/sipqtQCursor.cpp
-@@ -158,7 +158,7 @@ static PyObject *meth_QCursor_handle(PyO
- {
- void *sipRes;
-
-- sipRes = sipCpp -> QCursor::handle();
-+ sipRes = (void *) sipCpp -> QCursor::handle();
-
- return sipConvertFromVoidPtr(sipRes);
- }