diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
commit | 741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (patch) | |
tree | e9b79b363f2fc4a63535a25c71491fa49a79b556 /comms/gnuradio | |
parent | e6b2e4b3537ce43e377d2f4fe0ac46b6ab8c4395 (diff) |
Notes
Diffstat (limited to 'comms/gnuradio')
-rw-r--r-- | comms/gnuradio/Makefile | 4 | ||||
-rw-r--r-- | comms/gnuradio/pkg-plist | 56 |
2 files changed, 29 insertions, 31 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 661591d2daab..7182465e6be3 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuradio PORTVERSION= 3.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms astro hamradio MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuradio @@ -50,8 +50,6 @@ CONFIGURE_ARGS= --with-boost-include-dir="${LOCALBASE}/include/" \ --disable-html-docs \ --disable-latex-docs -PLIST_SUB+= RELEASE="${MACHINE_ARCH}-portbld-freebsd${OSREL}" - post-patch: @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 @${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \ diff --git a/comms/gnuradio/pkg-plist b/comms/gnuradio/pkg-plist index 3de04f55af51..219eb3246552 100644 --- a/comms/gnuradio/pkg-plist +++ b/comms/gnuradio/pkg-plist @@ -1,31 +1,31 @@ -bin/%%RELEASE%%-gpio_rx_sfile.py -bin/%%RELEASE%%-gpio_usrp_siggen.py -bin/%%RELEASE%%-gpio_usrp_fft.py -bin/%%RELEASE%%-gr_plot_char.py -bin/%%RELEASE%%-gr_plot_const.py -bin/%%RELEASE%%-gr_plot_fft_c.py -bin/%%RELEASE%%-gr_plot_fft_f.py -bin/%%RELEASE%%-gr_plot_float.py -bin/%%RELEASE%%-gr_plot_int.py -bin/%%RELEASE%%-gr_plot_iq.py -bin/%%RELEASE%%-gr_plot_short.py -bin/%%RELEASE%%-usrp_cal_dc_offset -bin/%%RELEASE%%-usrp_fft.py -bin/%%RELEASE%%-usrp_flex.py -bin/%%RELEASE%%-usrp_flex_all.py -bin/%%RELEASE%%-usrp_flex_band.py -bin/%%RELEASE%%-usrp_oscope.py -bin/%%RELEASE%%-usrp_print_db.py -bin/%%RELEASE%%-usrp_psr_receiver.py -bin/%%RELEASE%%-usrp_ra_receiver.py -bin/%%RELEASE%%-usrp_radar_mono.py -bin/%%RELEASE%%-usrp_rx_cfile.py -bin/%%RELEASE%%-usrp_rx_nogui.py -bin/%%RELEASE%%-usrp_siggen.py -bin/%%RELEASE%%-usrp_sounder.py -bin/%%RELEASE%%-usrp_test_counting.py -bin/%%RELEASE%%-usrp_test_loopback.py -bin/%%RELEASE%%-usrper +bin/gpio_rx_sfile.py +bin/gpio_usrp_siggen.py +bin/gpio_usrp_fft.py +bin/gr_plot_char.py +bin/gr_plot_const.py +bin/gr_plot_fft_c.py +bin/gr_plot_fft_f.py +bin/gr_plot_float.py +bin/gr_plot_int.py +bin/gr_plot_iq.py +bin/gr_plot_short.py +bin/usrp_cal_dc_offset +bin/usrp_fft.py +bin/usrp_flex.py +bin/usrp_flex_all.py +bin/usrp_flex_band.py +bin/usrp_oscope.py +bin/usrp_print_db.py +bin/usrp_psr_receiver.py +bin/usrp_ra_receiver.py +bin/usrp_radar_mono.py +bin/usrp_rx_cfile.py +bin/usrp_rx_nogui.py +bin/usrp_siggen.py +bin/usrp_sounder.py +bin/usrp_test_counting.py +bin/usrp_test_loopback.py +bin/usrper etc/gnuradio/gnuradio-core.conf.sample etc/gnuradio/gr-audio-oss.conf.sample etc/gnuradio/gr-wxgui.conf.sample |