summaryrefslogtreecommitdiff
path: root/sysutils/dbus
diff options
context:
space:
mode:
authordrochner <drochner>2008-08-16 16:38:01 +0000
committerdrochner <drochner>2008-08-16 16:38:01 +0000
commitc4489b0778e0bd09fdd8a099a6189a8742d271ea (patch)
tree1ead09ce4b44e294f30e5853c1d2b88890da123f /sysutils/dbus
parente8dae6801e13b973eaf25cbe4c51fb9a57764341 (diff)
downloadpkgsrc-c4489b0778e0bd09fdd8a099a6189a8742d271ea.tar.gz
restore a patch which got lost in update
Diffstat (limited to 'sysutils/dbus')
-rw-r--r--sysutils/dbus/distinfo3
-rw-r--r--sysutils/dbus/patches/patch-ag15
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo
index 5e8c0da89d2..b7ef2f4c9e7 100644
--- a/sysutils/dbus/distinfo
+++ b/sysutils/dbus/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2008/08/15 12:15:17 wiz Exp $
+$NetBSD: distinfo,v 1.25 2008/08/16 16:38:01 drochner Exp $
SHA1 (dbus-1.2.3.tar.gz) = ceb8d496bc1a9c2dcdbe559515c01ec9c0cdcf81
RMD160 (dbus-1.2.3.tar.gz) = d1a207b2a4c744f27c9c01388e80cebdb61f43f0
@@ -6,4 +6,5 @@ Size (dbus-1.2.3.tar.gz) = 1564475 bytes
SHA1 (patch-aa) = e527a1a1f937781ce4204a325e3ff7f31fd6afa8
SHA1 (patch-ab) = 139feeab7d469140384a30f49d70da80fa4c03bc
SHA1 (patch-ac) = afec419973f339e846dc109866148529f80998b3
+SHA1 (patch-ag) = 999071b782982c12329025ea8e393bfed940b654
SHA1 (patch-ai) = a45bd8d29955e9c14a4d8b3f44b42242d70c1cd8
diff --git a/sysutils/dbus/patches/patch-ag b/sysutils/dbus/patches/patch-ag
new file mode 100644
index 00000000000..d65020bdf5b
--- /dev/null
+++ b/sysutils/dbus/patches/patch-ag
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.5 2008/08/16 16:38:01 drochner Exp $
+
+--- tools/dbus-monitor.c.orig 2008-04-04 11:24:08.000000000 -0400
++++ tools/dbus-monitor.c
+@@ -295,8 +295,10 @@ main (int argc, char *argv[])
+ exit (1);
+ }
+
++#if 0 /* XXX this doesn't work because the loop around poll() is not left */
+ /* we handle SIGINT so exit() is reached and flushes stdout */
+ signal (SIGINT, sigint_handler);
++#endif
+ while (dbus_connection_read_write_dispatch(connection, -1)
+ && !sigint_received)
+ ;