head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.10 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.8 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.2 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q2:1.3.0.26 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.24 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.22 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.20 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.18 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.16 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.14 pkgsrc-2008Q1:1.3.0.12 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.10 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.8 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.6 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.4 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.2.0.8 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.6 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2; locks; strict; comment @# @; 1.6 date 2009.09.11.16.23.28; author joerg; state dead; branches; next 1.5; 1.5 date 2009.08.24.05.33.04; author hasso; state Exp; branches; next 1.4; 1.4 date 2009.08.12.12.21.40; author markd; state dead; branches; next 1.3; 1.3 date 2006.11.13.16.59.22; author wulf; state Exp; branches; next 1.2; 1.2 date 2005.12.11.11.16.35; 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.6 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-ab,v 1.5 2009/08/24 05:33:04 hasso Exp $ --- config/gr_python.m4.orig 2009-08-23 23:30:58 +0300 +++ config/gr_python.m4 2009-08-23 23:32:15 +0300 @@@@ -36,6 +36,8 @@@@ AC_DEFUN([PYTHON_DEVEL],[ # if we're cross-compiling, asking the host python about any of # this is completely useless... + AC_LANG_PUSH([C]) + if test x$cross_compiling != xno then pythondir=$with_pythondir @@@@ -124,6 +126,7 @@@@ print path esac AC_SUBST(PYTHON_LDFLAGS) + AC_LANG_POP fi ]) @ 1.5 log @Workaround for the problem where the configure scripts attempts to use a fortran compiler to test usability of the Python.h and obviously fails. Happens on DragonFly, but doesn't NetBSD. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to gnuradio 3.2 many new features and bugfixes. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2006/11/13 16:59:22 wulf Exp $ d3 5 a7 5 --- gnuradio-core/src/lib/runtime/gr_error_handler.cc.orig 2006-09-14 07:00:04.000000000 +0930 +++ gnuradio-core/src/lib/runtime/gr_error_handler.cc 2006-10-13 23:22:42.000000000 +0930 @@@@ -53,6 +53,10 @@@@ #include #endif d9 1 a9 3 +#ifdef HAVE_UNISTD_H +#include +#endif d11 10 a20 2 static gr_error_handler *s_default_handler = 0; static gr_error_handler *s_silent_handler = 0; @ 1.3 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-ab,v 1.2 2005/12/11 11:16:35 wulf Exp $ @ 1.2 log @Update gnuradio-core to 2.6: * several new methods added * many bugfixes * code speed optimization @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2005/12/01 19:02:45 joerg Exp $ d3 2 a4 2 --- src/lib/runtime/gr_error_handler.cc.orig 2005-06-24 13:01:16.000000000 +0930 +++ src/lib/runtime/gr_error_handler.cc 2005-12-11 05:15:23.000000000 +1030 @ 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 5 a7 5 --- src/lib/runtime/gr_error_handler.cc.orig 2005-12-01 18:18:08.000000000 +0000 +++ src/lib/runtime/gr_error_handler.cc @@@@ -48,6 +48,10 @@@@ #include #include @