head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.28 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.26 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.24 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.22 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.20 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.18 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.16 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.14 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.12 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.22 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.20 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.18 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.16 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.14 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.12 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.10 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.8 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2007.03.21.22.32.31; author wiz; state dead; branches; next 1.2; 1.2 date 2004.04.03.11.20.20; author recht; state Exp; branches; next 1.1; 1.1 date 2003.12.17.14.59.16; author sketch; state Exp; branches; next ; desc @@ 1.3 log @Update to 0.9: 0.9 === - plug some leaks (Vincent Untz, Aivars Kalvans) - fix compilation on sun machines (Laszlo Peter) @ text @$NetBSD: patch-aa,v 1.2 2004/04/03 11:20:20 recht Exp $ --- libsn/sn-launcher.c.orig 2004-03-23 17:53:03.000000000 +0100 +++ libsn/sn-launcher.c @@@@ -182,7 +182,7 @@@@ sn_launcher_context_initiate (SnLauncher if (context->startup_id != NULL) { fprintf (stderr, "%s called twice for the same SnLaunchContext\n", - __FUNCTION__); + __func__); return; } @@@@ -368,7 +368,7 @@@@ sn_launcher_context_setup_child_process /* FIXME use something pluggable, not fprintf */ #define WARN_ALREADY_INITIATED(context) do { if ((context)->startup_id != NULL) { \ fprintf (stderr, "%s called for an SnLauncherContext that has already been initiated\n", \ - __FUNCTION__); \ + __func__); \ return; \ } } while (0) @ 1.2 log @update to 0.6 and add an explicit dependency on pkgconfig. 0.6 === - Fix some fairly serious memory leaks (Tommi Leino) - Cygwin build fix (Masahiro Sakai) @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Use __func__ instead of __FUNCTION__ to give this package a better chance of building with non-GCC compilers. @ text @d3 3 a5 3 --- libsn/sn-launcher.c.orig 2003-12-16 16:58:09.089918618 +0000 +++ libsn/sn-launcher.c 2003-12-16 16:58:36.533023772 +0000 @@@@ -176,7 +176,7 @@@@ d14 1 a14 1 @@@@ -362,7 +362,7 @@@@ @