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-2009Q2:1.2.0.26 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.24 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.22 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.20 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.18 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.16 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.14 pkgsrc-2008Q1:1.2.0.12 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.10 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.8 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.6 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.1.0.8 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.6 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2009.09.11.16.23.28; author joerg; state dead; branches; next 1.3; 1.3 date 2009.08.12.12.21.40; author markd; state Exp; branches; next 1.2; 1.2 date 2006.11.13.16.59.22; author wulf; state Exp; branches; next 1.1; 1.1 date 2005.12.01.19.02.45; author joerg; state Exp; branches; next ; desc @@ 1.4 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 @$NetBSD: patch-aa,v 1.3 2009/08/12 12:21:40 markd 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 @ 1.3 log @Update to gnuradio 3.2 many new features and bugfixes. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2006/11/13 16:59:22 wulf Exp $ @ 1.2 log @Updated gnuradio-core to 3.0.2: GNU Radio Core has seen the addition of many new features and bug fixes of which some are listed below: * bugfix in multiple stream support * addition of AGC to GMSK code * new accessor for threshold * new bits_per_baud parameter to handle QPSK * new function to enable realtime scheduling * new set_sample_rate method * new set_n method * new differential decoder * new general purpose block for searching for access code For more details see gnuradio-core/ChangeLog file @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2005/12/01 19:02:45 joerg Exp $ d3 4 a6 4 --- gnuradio-core/src/lib/runtime/gr_dispatcher.cc.orig 2006-09-14 07:00:04.000000000 +0930 +++ gnuradio-core/src/lib/runtime/gr_dispatcher.cc 2006-10-13 23:21:03.000000000 +0930 @@@@ -29,18 +29,17 @@@@ #include @ 1.1 log @Add some unistd.h includes to get some prototypes, fix conditional inclusion to include sys/time.h and unistd.h even if sys/select.h exist, otherwise not all prototypes and types exist on DragonFly. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- src/lib/runtime/gr_dispatcher.cc.orig 2005-12-01 18:16:32.000000000 +0000 +++ src/lib/runtime/gr_dispatcher.cc @