head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.32 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.30 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.28 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.26 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.24 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.22 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.20 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.18 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.8 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.0.4 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2009.10.21.17.24.29; author drochner; state dead; branches; next 1.3; 1.3 date 2006.06.11.15.05.39; author wiz; state Exp; branches; next 1.2; 1.2 date 2005.04.28.18.37.29; author jmmv; state Exp; branches; next 1.1; 1.1 date 2004.11.18.14.20.26; author sketch; state Exp; branches; next ; desc @@ 1.4 log @update to 2.28.1 This switches to the gnome-2.28 release branch. @ text @$NetBSD: patch-af,v 1.3 2006/06/11 15:05:39 wiz Exp $ --- config.h.in.orig 2006-05-29 13:25:13.000000000 +0000 +++ config.h.in @@@@ -274,3 +274,8 @@@@ /* Define to appropriate type if socklen_t is not defined */ #undef socklen_t + +/* __PRETTY_FUNCTION__ is a GNUism only */ +#ifndef __GNUC__ +#define __PRETTY_FUNCTION__ __func__ +#endif @ 1.3 log @Update to 1.6.2: Changelog: Evolution-Data-Server 1.6.2, 2006-05-29 ---------------------------------------- Bug fixes since 1.6.2 : http://go-evolution.org/Evo2.6.2#Evolution-Data-Server And on that page: From Evolution (There is currently no text in this page) @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2005/04/28 18:37:29 jmmv Exp $ @ 1.2 log @Fix patch-af, which doesn't apply correctly with patch 2.5.9 (and I don't know how it did in NetBSD, since its context seems incorrect to my eye... a bug?). @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2004/11/18 14:20:26 sketch Exp $ d3 3 a5 3 --- config.h.in.orig 2005-03-15 23:06:59.000000000 +0100 +++ config.h.in 2005-04-28 20:23:09.433789560 +0200 @@@@ -238,3 +238,8 @@@@ @ 1.1 log @Apply some minor tweaks to get this package compiling with SunPro and possibly other non-gcc compilers. @ text @d1 1 a1 1 $NetBSD$ d3 6 a8 6 --- config.h.in.orig 2004-11-13 22:06:01.870247000 +0000 +++ config.h.in 2004-11-13 22:07:10.887923000 +0000 @@@@ -99,3 +99,8 @@@@ #ifndef __cplusplus #undef inline #endif @