Index: head/comms/gqrx/Makefile =================================================================== --- head/comms/gqrx/Makefile (revision 524533) +++ head/comms/gqrx/Makefile (revision 524534) @@ -1,58 +1,57 @@ # Created by: Ganael Laplanche # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 2.11.5 -DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTVERSION= 2.12.0 PORTEPOCH= 1 CATEGORIES= comms hamradio MAINTAINER= martymac@FreeBSD.org COMMENT= Software defined radio receiver powered by GNU Radio and Qt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-analog.so:comms/gnuradio \ libgnuradio-blocks.so:comms/gnuradio \ libgnuradio-filter.so:comms/gnuradio \ libgnuradio-fft.so:comms/gnuradio \ libgnuradio-digital.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-osmosdr.so:comms/gr-osmosdr \ libboost_system.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp \ libgmpxx.so:math/gmp \ libgmp.so:math/gmp USES= gl pkgconfig qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= csete +GH_TAGNAME= v${PORTVERSION:S/.0$//} USE_GL= gl USE_QT= buildtools_build core gui svg network widgets OPTIONS_RADIO= AUDIO AUDIO_DESC= Audio backend OPTIONS_RADIO_AUDIO= PULSEAUDIO PORTAUDIO GRAUDIO OPTIONS_DEFAULT= AUDIO PULSEAUDIO PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libpulse-simple.so:audio/pulseaudio PULSEAUDIO_QMAKE_ON= AUDIO_BACKEND=pulseaudio PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_QMAKE_ON= AUDIO_BACKEND=portaudio GRAUDIO_LIB_DEPENDS= libgnuradio-audio.so:comms/gnuradio GRAUDIO_QMAKE_ON= AUDIO_BACKEND=gr-audio GRAUDIO_DESC= GNU Radio audio library support PLIST_FILES= bin/gqrx share/applications/gqrx.desktop do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gqrx ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/gqrx.desktop \ ${STAGEDIR}${PREFIX}/share/applications .include Index: head/comms/gqrx/distinfo =================================================================== --- head/comms/gqrx/distinfo (revision 524533) +++ head/comms/gqrx/distinfo (revision 524534) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526587387 -SHA256 (csete-gqrx-v2.11.5_GH0.tar.gz) = 5a15d8eb863f68a8590d27ebb2f50e735e814b1651de86952a7e425a68476d9d -SIZE (csete-gqrx-v2.11.5_GH0.tar.gz) = 1329054 +TIMESTAMP = 1580157200 +SHA256 (csete-gqrx-2.12.0-v2.12_GH0.tar.gz) = 1cd0b1f8e9e0d83b5944d5d8827d774fa763a8fae93b0f2d1ff12bec7e0c4efb +SIZE (csete-gqrx-2.12.0-v2.12_GH0.tar.gz) = 1334599 Index: head/comms/gqrx/files/patch-00-gr38-compat.txt =================================================================== --- head/comms/gqrx/files/patch-00-gr38-compat.txt (revision 524533) +++ head/comms/gqrx/files/patch-00-gr38-compat.txt (nonexistent) @@ -1,145 +0,0 @@ -Gnuradio 3.8 compatibility patch from: -https://github.com/csete/gqrx/pull/696 -https://github.com/csete/gqrx/commit/2cc48cb8c9e71f893b04a70ff4ad3e9ee3b49b3e.diff - -diff --git a/src/applications/gqrx/receiver.cpp b/src/applications/gqrx/receiver.cpp -index 361be52c..1a364521 100644 ---- src/applications/gqrx/receiver.cpp.orig -+++ src/applications/gqrx/receiver.cpp -@@ -28,7 +28,7 @@ - - #include - --#include -+#include - #include - #include - #include -diff --git a/src/applications/gqrx/receiver.h b/src/applications/gqrx/receiver.h -index f86d741d..2b2c7f17 100644 ---- src/applications/gqrx/receiver.h.orig -+++ src/applications/gqrx/receiver.h -@@ -23,10 +23,10 @@ - #ifndef RECEIVER_H - #define RECEIVER_H - --#include -+#include - #include --#include --#include -+#include -+#include - #include - #include - #include -diff --git a/src/dsp/correct_iq_cc.h b/src/dsp/correct_iq_cc.h -index cb033782..1fe96878 100644 ---- src/dsp/correct_iq_cc.h.orig -+++ src/dsp/correct_iq_cc.h -@@ -28,7 +28,7 @@ - #include - #include - #include --#include -+#include - - class dc_corr_cc; - class iq_swap_cc; -diff --git a/src/dsp/filter/fir_decim.cpp b/src/dsp/filter/fir_decim.cpp -index af2ebda7..7ee3e1b2 100644 ---- src/dsp/filter/fir_decim.cpp.orig -+++ src/dsp/filter/fir_decim.cpp -@@ -24,7 +24,7 @@ - #include - #include - --#include -+#include - #include - #include - -diff --git a/src/dsp/filter/fir_decim.h b/src/dsp/filter/fir_decim.h -index 9c026f48..bd1f09f2 100644 ---- src/dsp/filter/fir_decim.h.orig -+++ src/dsp/filter/fir_decim.h -@@ -22,7 +22,7 @@ - */ - #pragma once - --#include -+#include - #include - - class fir_decim_cc; -diff --git a/src/dsp/lpf.h b/src/dsp/lpf.h -index 049b3a9c..6663fdc2 100644 ---- src/dsp/lpf.h.orig -+++ src/dsp/lpf.h -@@ -25,7 +25,7 @@ - - #include - #include --#include -+#include - - - class lpf_ff; -diff --git a/src/dsp/rx_filter.h b/src/dsp/rx_filter.h -index 8723be32..d1b1db61 100644 ---- src/dsp/rx_filter.h.orig -+++ src/dsp/rx_filter.h -@@ -24,8 +24,8 @@ - #define RX_FILTER_H - - #include --#include --#include -+#include -+#include - - - #define RX_FILTER_MIN_WIDTH 100 /*! Minimum width of filter */ -diff --git a/src/dsp/rx_rds.h b/src/dsp/rx_rds.h -index 17e406ae..098b20ef 100644 ---- src/dsp/rx_rds.h.orig -+++ src/dsp/rx_rds.h -@@ -24,11 +24,9 @@ - #define RX_RDS_H - - #include --#include --#include --#include --#include --#include -+#include -+#include -+#include - #include - #include - #include -diff --git a/src/dsp/stereo_demod.h b/src/dsp/stereo_demod.h -index 28be5c0c..d88e0890 100644 ---- src/dsp/stereo_demod.h.orig -+++ src/dsp/stereo_demod.h -@@ -26,14 +26,13 @@ - - #include - #include --#include --#include -+#include -+#include - #include --#include --#include --#include -+#include -+#include - #include --#include -+#include - #include - #include "dsp/lpf.h" - #include "dsp/resampler_xx.h" Property changes on: head/comms/gqrx/files/patch-00-gr38-compat.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/gqrx/files/patch-gqrx.pro =================================================================== --- head/comms/gqrx/files/patch-gqrx.pro (revision 524533) +++ head/comms/gqrx/files/patch-gqrx.pro (revision 524534) @@ -1,11 +1,11 @@ ---- gqrx.pro.orig 2018-05-16 23:32:13.000000000 +0200 -+++ gqrx.pro 2019-08-20 22:57:38.783794000 +0200 -@@ -267,7 +267,7 @@ +--- gqrx.pro.orig 2020-01-27 20:45:16 UTC ++++ gqrx.pro +@@ -290,7 +290,7 @@ INCPATH += src/ unix:!macx { LIBS += -lboost_system$$BOOST_SUFFIX -lboost_program_options$$BOOST_SUFFIX - LIBS += -lrt # need to include on some distros + LIBS += -llog4cpp } macx {