head 1.4; access; symbols pkgsrc-2014Q4:1.3.0.20 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.18 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.16 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.14 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.12 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.10 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.6 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.2 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.2.0.6 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.4 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.0.20 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.18 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.16 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.14 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.12 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.10 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.8 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.6 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.4 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.2 pkgsrc-2009Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2015.02.15.06.18.15; author tnn; state dead; branches; next 1.3; commitid Z1HS2IwQuO2uk4ay; 1.3 date 2012.08.08.13.42.42; author marino; state Exp; branches; next 1.2; 1.2 date 2011.11.22.20.07.20; author joerg; state Exp; branches; next 1.1; 1.1 date 2009.06.05.09.49.53; author hasso; state Exp; branches; next ; desc @@ 1.4 log @Remove old, outdated synergy1.2 package @ text @$NetBSD: patch-ab,v 1.3 2012/08/08 13:42:42 marino Exp $ --- lib/arch/CArchNetworkBSD.cpp.orig 2005-07-28 01:50:02.000000000 +0000 +++ lib/arch/CArchNetworkBSD.cpp @@@@ -28,6 +28,7 @@@@ #include #include #include +#include #if HAVE_POLL # include @@@@ -50,6 +51,8 @@@@ #if HAVE_ALLOCA_H # define freea(x_) #else +# undef alloca +# undef freea # define alloca(x_) malloc(x_) # define freea(x_) free(x_) #endif @ 1.3 log @net/synergy1.2: Fix regression on DragonFly The previous changeset, "Fix issues with new GCC" overwrote the existing patch-ab which dealt with pre-existing alloca definitions. Incorporate the old patch-ab into the current patch-ab to fix regression. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Fix issues with newer GCC @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2009/06/05 09:49:53 hasso Exp $ d3 1 a3 1 --- lib/arch/CArchNetworkBSD.cpp.orig 2011-11-22 19:34:07.000000000 +0000 d13 9 @ 1.1 log @Make it build on non Linux systems having alloca definedi, like DragonFly. @ text @d1 1 a1 1 $NetBSD$ d3 10 a12 11 --- lib/arch/CArchNetworkBSD.cpp.orig 2009-06-05 12:09:52 +0300 +++ lib/arch/CArchNetworkBSD.cpp 2009-06-05 12:11:02 +0300 @@@@ -50,6 +50,8 @@@@ #if HAVE_ALLOCA_H # define freea(x_) #else +# undef alloca +# undef freea # define alloca(x_) malloc(x_) # define freea(x_) free(x_) #endif @