head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.20 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.18 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.16 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.14 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.12 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.12 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.10 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.8 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2; locks; strict; comment @# @; 1.3 date 2008.02.13.14.16.43; author kefren; state dead; branches; next 1.2; 1.2 date 2006.08.03.18.15.08; author drochner; state Exp; branches; next 1.1; 1.1 date 2006.07.26.10.57.41; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Update to mono 1.2.6 @ text @$NetBSD: patch-ao,v 1.2 2006/08/03 18:15:08 drochner Exp $ --- mono/mini/mini-x86.h.orig 2006-05-11 00:32:02.000000000 +0200 +++ mono/mini/mini-x86.h @@@@ -63,6 +63,10 @@@@ LONG CALLBACK seh_handler(EXCEPTION_POIN # endif # endif /* BSDs */ +#else +#ifdef __NetBSD__ +#define MONO_ARCH_USE_SIGACTION +#endif #endif /* HAVE_WORKING_SIGALTSTACK */ #endif /* !PLATFORM_WIN32 */ @ 1.2 log @uhm, the last patch worked or not, depending on SYSCONFIGDIR. Add that stuff to CONF_FILES instead. Being here, update to the last stable version (1.1.13.8) and fix installed pkgconfig files not to contain relative paths (which will break with our buildlink harnesses). @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @sigaltstack()/SA_ONSTACK isn't going to work on NetBSD with threads, for fundamental reasons. So don't try it. Being here, don't include . No user program should use it. It shouldn't be installed at all. @ text @d3 1 a3 1 --- mono/mini/mini-x86.h.orig 2005-09-15 13:18:39.000000000 +0200 d5 3 a7 3 @@@@ -74,6 +74,11 @@@@ struct sigcontext { #define MONO_ARCH_USE_SIGACTION #endif d9 1 a10 1 +#undef HAVE_WORKING_SIGALTSTACK d13 2 a14 2 + #ifndef PLATFORM_WIN32 a15 1 #ifdef HAVE_WORKING_SIGALTSTACK @