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.3.0.20 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.18 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.16 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.8 pkgsrc-2008Q1:1.3.0.6 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.4 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 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; locks; strict; comment @# @; 1.4 date 2009.08.12.12.21.40; author markd; state dead; branches; next 1.3; 1.3 date 2007.08.08.03.05.05; author wulf; 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 2006.10.14.01.48.51; author rillig; state Exp; branches; next ; desc @@ 1.4 log @Update to gnuradio 3.2 many new features and bugfixes. @ text @$NetBSD: patch-af,v 1.3 2007/08/08 03:05:05 wulf Exp $ --- gnuradio-core/doc/Makefile.am.orig 2007-07-29 23:41:53.000000000 +0930 +++ gnuradio-core/doc/Makefile.am 2007-07-31 10:44:22.000000000 +0930 @@@@ -52,20 +52,20 @@@@ ## done # cp -r html $(docdir) -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(docdir) - @@for i in $(top_srcdir)/README $(top_srcdir)/README.hacking; do \ - echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \ - done - cp -r html $(DESTDIR)$(docdir) +#install-data-local: +# $(mkinstalldirs) $(DESTDIR)$(docdir) +# @@for i in $(top_srcdir)/README $(top_srcdir)/README.hacking; do \ +# echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \ +# $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \ +# done +# cp -r html $(DESTDIR)$(docdir) -uninstall-local: - @@for i in README README.hacking; do \ - echo "$(RM) $(DESTDIR)$(docdir)/$$i;"; \ - $(RM) $(DESTDIR)$(docdir)/$$i; \ - done - $(RM) -fr $(DESTDIR)$(docdir)/html +#uninstall-local: +# @@for i in README README.hacking; do \ +# echo "$(RM) $(DESTDIR)$(docdir)/$$i;"; \ +# $(RM) $(DESTDIR)$(docdir)/$$i; \ +# done +# $(RM) -fr $(DESTDIR)$(docdir)/html clean-local: $(RM) -fr latex html man @ 1.3 log @Updated gnuradio-core to 3.0.4: * Updated license to GPLv3 * Fixed shared memory leak on NetBSD * Many bug fixes @ text @d1 1 a1 1 $NetBSD: patch-af,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$ d3 4 a6 3 --- gnuradio-core/doc/Makefile.in.orig 2006-11-11 22:57:15.000000000 +1030 +++ gnuradio-core/doc/Makefile.in 2006-11-11 22:56:32.000000000 +1030 @@@@ -743,19 +743,19 @@@@ d9 1 a9 1 install-data-local: d16 1 d24 1 a24 1 uninstall-local: d30 1 @ 1.1 log @Fixed "test ==". @ text @d3 33 a35 13 --- config/gr_boost.m4.orig 2005-11-22 04:53:32.000000000 +0100 +++ config/gr_boost.m4 2006-10-14 03:47:12.000000000 +0200 @@@@ -43,8 +43,8 @@@@ AC_DEFUN([GR_REQUIRE_BOOST_INCLUDES], [path to boost c++ include files]), [ # "yes" and "no" are bogus answers - if test x"$with_boost_include_dir" == xyes || - test x"$with_boost_include_dir" == xno; then + if test x"$with_boost_include_dir" = xyes || + test x"$with_boost_include_dir" = xno; then gr_boost_include_dir= else gr_boost_include_dir=$with_boost_include_dir @