From owner-svn-ports-all@FreeBSD.ORG Thu Apr 3 06:35:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88770C82; Thu, 3 Apr 2014 06:35:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74A73F08; Thu, 3 Apr 2014 06:35:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s336ZqCm014113; Thu, 3 Apr 2014 06:35:52 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s336Zpk8014109; Thu, 3 Apr 2014 06:35:51 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201404030635.s336Zpk8014109@svn.freebsd.org> From: Ganael LAPLANCHE Date: Thu, 3 Apr 2014 06:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349975 - in head/comms/gqrx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 06:35:52 -0000 Author: martymac Date: Thu Apr 3 06:35:51 2014 New Revision: 349975 URL: http://svnweb.freebsd.org/changeset/ports/349975 QAT: https://qat.redports.org/buildarchive/r349975/ Log: - Update to 20140313 (and use QT5) - Update WWW Added: head/comms/gqrx/files/ head/comms/gqrx/files/patch-gqrx.pro (contents, props changed) Modified: head/comms/gqrx/Makefile head/comms/gqrx/distinfo head/comms/gqrx/pkg-descr Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Thu Apr 3 06:33:11 2014 (r349974) +++ head/comms/gqrx/Makefile Thu Apr 3 06:35:51 2014 (r349975) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 20130504 -PORTREVISION= 4 +PORTVERSION= 20140313 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -14,7 +13,11 @@ COMMENT= Qt-based software defined radio LICENSE= GPLv3 -LIB_DEPENDS= libgnuradio-core.so:${PORTSDIR}/comms/gnuradio \ +LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-analog.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-blocks.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-filter.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-fft.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-audio.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-osmosdr.so:${PORTSDIR}/comms/gr-osmosdr \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ @@ -23,7 +26,9 @@ LIB_DEPENDS= libgnuradio-core.so:${PORTS libboost_program_options.so:${PORTSDIR}/devel/boost-libs USES= pkgconfig qmake -USE_QT4= moc_build rcc_build uic_build corelib gui svg +USE_QT5= buildtools core gui svg network widgets + +QMAKE_ARGS+= VER="${PORTVERSION}" PLIST_FILES= bin/gqrx Modified: head/comms/gqrx/distinfo ============================================================================== --- head/comms/gqrx/distinfo Thu Apr 3 06:33:11 2014 (r349974) +++ head/comms/gqrx/distinfo Thu Apr 3 06:35:51 2014 (r349975) @@ -1,2 +1,2 @@ -SHA256 (gqrx-20130504.tgz) = 6f432a8e7828cd84232728bc6640968403145488dadcb47186b79eb59d96ffe0 -SIZE (gqrx-20130504.tgz) = 891521 +SHA256 (gqrx-20140313.tgz) = a5c0da6243d8216966082ded75a45e0168415bf28878c4c0a1839bcf22737297 +SIZE (gqrx-20140313.tgz) = 1113769 Added: head/comms/gqrx/files/patch-gqrx.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/gqrx/files/patch-gqrx.pro Thu Apr 3 06:35:51 2014 (r349975) @@ -0,0 +1,26 @@ +--- gqrx.pro.orig 2014-03-10 08:41:02.000000000 +0100 ++++ gqrx.pro 2014-03-26 18:16:08.000000000 +0100 +@@ -56,12 +56,12 @@ + #QMAKE_CFLAGS_DEBUG += '-g -O0' + + # Define version string (see below for releases) +- VER = $$system(git describe --abbrev=8) ++ #VER = $$system(git describe --abbrev=8) + + } else { + DEFINES += QT_NO_DEBUG + DEFINES += QT_NO_DEBUG_OUTPUT +- VER = $$system(git describe --abbrev=1) ++ #VER = $$system(git describe --abbrev=1) + + # Release binaries with gr bundled + # QMAKE_RPATH & co won't work with origin +@@ -206,7 +206,7 @@ + gnuradio-osmosdr + + LIBS += -lboost_system$$BOOST_SUFFIX -lboost_program_options$$BOOST_SUFFIX +- LIBS += -lrt # need to include on some distros ++ #LIBS += -lrt # need to include on some distros + } + + macx { Modified: head/comms/gqrx/pkg-descr ============================================================================== --- head/comms/gqrx/pkg-descr Thu Apr 3 06:33:11 2014 (r349974) +++ head/comms/gqrx/pkg-descr Thu Apr 3 06:35:51 2014 (r349975) @@ -4,4 +4,4 @@ Radio and the Qt GUI toolkit. It can use the Funcube Dongle, RTL2832U-based DVB-T dongles, OsmoSDR devices and USRP devices as input source. -WWW: https://github.com/csete/gqrx +WWW: http://gqrx.dk