pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus restore a patch which got lost in update



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49d2a1381717
branches:  trunk
changeset: 545884:49d2a1381717
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sat Aug 16 16:38:01 2008 +0000

description:
restore a patch which got lost in update

diffstat:

 sysutils/dbus/distinfo         |   3 ++-
 sysutils/dbus/patches/patch-ag |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r b3ab6091bd4b -r 49d2a1381717 sysutils/dbus/distinfo
--- a/sysutils/dbus/distinfo    Sat Aug 16 06:55:18 2008 +0000
+++ b/sysutils/dbus/distinfo    Sat Aug 16 16:38:01 2008 +0000
@@ -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 @@
 SHA1 (patch-aa) = e527a1a1f937781ce4204a325e3ff7f31fd6afa8
 SHA1 (patch-ab) = 139feeab7d469140384a30f49d70da80fa4c03bc
 SHA1 (patch-ac) = afec419973f339e846dc109866148529f80998b3
+SHA1 (patch-ag) = 999071b782982c12329025ea8e393bfed940b654
 SHA1 (patch-ai) = a45bd8d29955e9c14a4d8b3f44b42242d70c1cd8
diff -r b3ab6091bd4b -r 49d2a1381717 sysutils/dbus/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dbus/patches/patch-ag    Sat Aug 16 16:38:01 2008 +0000
@@ -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)
+     ;



Home | Main Index | Thread Index | Old Index