pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-qtgui ham/gnuradio-qt: Explain status rel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9bcd65f8cf3
branches:  trunk
changeset: 403596:d9bcd65f8cf3
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Oct 29 16:01:44 2019 +0000

description:
ham/gnuradio-qt: Explain status relative to upstream and qt

The quick summary is that the current package is from April, and
upstream had a new release in August.  That new release switches from
qt4 to qt5.  Updating GNU Radio in pkgsrc is complex, but tends to
happen fairly soon after the upstream release.  As part of that
update, this package is expected to switch to qt5.

diffstat:

 ham/gnuradio-qtgui/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r a5add3a1673c -r d9bcd65f8cf3 ham/gnuradio-qtgui/Makefile
--- a/ham/gnuradio-qtgui/Makefile       Tue Oct 29 15:46:54 2019 +0000
+++ b/ham/gnuradio-qtgui/Makefile       Tue Oct 29 16:01:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/08/22 12:23:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2019/10/29 16:01:44 gdt Exp $
 
 PKGNAME=       gnuradio-qtgui-${VERSION}
 PKGREVISION=   2
@@ -7,11 +7,16 @@
 .include       "../../ham/gnuradio-core/Makefile.common"
 .include       "../../ham/gnuradio-core/Nocore.mk"
 
-#ONF_FILES+=   ${EGDIR}/gr-qtgui.conf  ${PKG_SYSCONFDIR}/gr-qtgui.conf
+#CONF_FILES+=  ${EGDIR}/gr-qtgui.conf  ${PKG_SYSCONFDIR}/gr-qtgui.conf
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_QTGUI=ON
 
+# This package is currently 3.7.13.5, released 2019-04-20.  It
+# supports qt4 (and not qt5).
+# 3.8.0.0 was released on 2019-08-09, and will likely be packaged
+# soon.  It supports qt5 (and not qt4).
+
 .include       "../../x11/qt4-libs/buildlink3.mk"
 .include       "../../x11/qwt-qt4/buildlink3.mk"
 .include       "../../x11/py-qt4/buildlink3.mk"



Home | Main Index | Thread Index | Old Index