From 2790099da3995b01193e7ef87ec6729a6a2a4f2b Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 24 Jun 2018 01:46:04 +0000 Subject: comms/gnuradio: Add missing library to LIB_DEPENDS; Add missing file to pkg-plist Both were reported by the stage-qa. Approved by: portmgr --- comms/gnuradio/Makefile | 3 ++- comms/gnuradio/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'comms/gnuradio') diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index bf566e827d4e..53583e2ad351 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.13.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db @@ -34,6 +34,7 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit \ libfftw3f.so:math/fftw3-float \ libqwt.so:x11-toolkits/qwt5 \ ${PY_BOOST} \ + liblog4cpp.so:devel/log4cpp \ libportaudio.so:audio/portaudio \ libjack.so:audio/jack \ libasound.so:audio/alsa-lib \ diff --git a/comms/gnuradio/pkg-plist b/comms/gnuradio/pkg-plist index 389e77dee49d..8df331d88ec3 100644 --- a/comms/gnuradio/pkg-plist +++ b/comms/gnuradio/pkg-plist @@ -62,6 +62,7 @@ bin/volk_profile %%ETCDIR%%/conf.d/gr-audio.conf %%ETCDIR%%/conf.d/gr-qtgui.conf %%ETCDIR%%/conf.d/gr-wxgui.conf +%%ETCDIR%%/conf.d/gr_log_default.conf %%ETCDIR%%/conf.d/grc.conf %%ETCDIR%%/conf.d/modtool.conf include/gnuradio/analog/agc.h -- cgit v1.2.3