head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q2:1.5.0.34 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.32 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.30 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.28 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.26 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.24 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.22 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.20 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.18 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.16 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.14 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.12 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.10 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.8 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.6 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.4 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.2 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.2 pkgsrc-2008Q1:1.1.0.12 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.10 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.8 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.6 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.4 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.2 pkgsrc-2006Q4-base:1.1; locks; strict; comment @# @; 1.6 date 2012.08.01.17.52.22; author drochner; state dead; branches; next 1.5; 1.5 date 2008.08.16.16.38.01; author drochner; state Exp; branches; next 1.4; 1.4 date 2008.08.15.12.15.17; author wiz; state dead; branches; next 1.3; 1.3 date 2008.06.19.01.56.44; author bjs; state Exp; branches; next 1.2; 1.2 date 2008.06.13.11.28.35; author drochner; state Exp; branches; next 1.1; 1.1 date 2006.11.13.15.16.20; author drochner; state Exp; branches; next ; desc @@ 1.6 log @update to 1.6.4 this is a step of two major branches, to much to list here pkgsrc notes: -I've left out our NETBSD_ATOMIC_OPS patch because it is very invasive and gcc intrinsics are hopefully good enough -A workaround for non-standard behavior of vsnprintf has been added upstream, for HPUX as the comment says. We had a patch for __hpux||__sgi which is removed now - the sgi case should be checked. @ text @$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) ; @ 1.5 log @restore a patch which got lost in update @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.3 2008/06/19 01:56:44 bjs Exp $ @ 1.4 log @Update to 1.2.3: 1.2.3: * New UpdateActivationEnvironment bus API (#16669) * Solaris Auditing (ADT) support (#15740) * Various notable bug fixes: #16727, #16294, #15947 #15588 * Other more minor bugs @ text @a4 9 @@@@ -91,7 +91,7 @@@@ typedef enum PROFILE_ATTRIBUTE_FLAG_PATH = 16, PROFILE_ATTRIBUTE_FLAG_INTERFACE = 32, PROFILE_ATTRIBUTE_FLAG_MEMBER = 64, - PROFILE_ATTRIBUTE_FLAG_ERROR_NAME = 128, + PROFILE_ATTRIBUTE_FLAG_ERROR_NAME = 128 } ProfileAttributeFlags; static void @ 1.3 log @ - Fix support for NetBSD's atomic ops. - Fix up some inconsistent handing of CONFIGURE_ARGS (mostly related to the debug option). - Add test target (commented out, see Makefile). - Add some patches from freedesktop.org git (see comments atop new patches). - Remove trailing comma from an enum in tools/dbus-monitor.c. Passes all tests on NetBSD/amd64 4.99.65, save for spawn test, which seems to hang (?). I'm also running GNOME now and everything seems to be in order. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.2 2008/06/13 11:28:35 drochner Exp $ @ 1.2 log @update to 1.2.1, mostly from Blair Sadewitz There is some stuff in the pkg which is not completed or doesn't work yet, as support for NetBSD's new atomic increment ops, but this is not essential. It is a good moment to do the update right now because gtk2 was just updated, and there is just enough time before the next branch. This is a major update, too many changes to list here. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1 2006/11/13 15:16:20 drochner Exp $ d3 1 a3 1 --- tools/dbus-monitor.c.orig 2008-02-26 11:02:28.000000000 -0500 d5 9 @ 1.1 log @update to 1.0.0 This is the first formal stable release; there were some fixes since 0.92, cleanup and documentation update. The protocol is now considered stable. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- tools/dbus-monitor.c.orig 2006-11-09 00:10:48.000000000 +0100 d5 1 a5 1 @@@@ -265,8 +265,10 @@@@ main (int argc, char *argv[]) @