head 1.3; access; symbols pkgsrc-2014Q3:1.2.0.22 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.20 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.18 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.16 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.14 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.10 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.6 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.4 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.2 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.1.0.20 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.18 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.16 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.14 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.12 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.10 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.8 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.6 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2014.10.13.12.51.11; author mef; state dead; branches; next 1.2; commitid PUsr7MBz7AWIv2Ux; 1.2 date 2012.01.12.15.47.45; author hans; state Exp; branches; next 1.1; 1.1 date 2009.09.11.16.24.31; author joerg; state Exp; branches; next ; desc @@ 1.3 log @Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5 See the thread for modularity issues etc: http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html See more info at recent gnuradio-core/Makefile commit log, thanks. @ text @$NetBSD: patch-aa,v 1.2 2012/01/12 15:47:45 hans Exp $ --- gnuradio-core/src/lib/runtime/gr_dispatcher.cc.orig 2008-05-09 18:35:10.000000000 +1200 +++ gnuradio-core/src/lib/runtime/gr_dispatcher.cc @@@@ -30,18 +30,17 @@@@ #include #ifdef HAVE_SELECT +# ifdef HAVE_SYS_TIME_H +# include +# endif # ifdef HAVE_SYS_SELECT_H # include -# else -# ifdef HAVE_SYS_TIME_H -# include -# endif -# ifdef HAVE_SYS_TYPES_H -# include -# endif -# ifdef HAVE_UNISTD_H -# include -# endif +# endif +# ifdef HAVE_SYS_TYPES_H +# include +# endif +# ifdef HAVE_UNISTD_H +# include # endif #endif @@@@ -44,6 +44,9 @@@@ # endif #endif +#ifdef __sun +#include /* for memset(), used by FD_ZERO */ +#endif static gr_dispatcher_sptr s_singleton; @ 1.2 log @Fix build on SunOS. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2009/09/11 16:24:31 joerg Exp $ @ 1.1 log @Mark gnuradio packages as not MAKE_JOBS_SAFE. Share patches and distinfo, overwrite for gnuradio-howto as the only exception. Fix gnuradio-core-docs to do something useful and mark it as user-destdir ready. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2009/08/12 12:21:40 markd Exp $ d33 10 @