pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gr-osmosdr



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 30 21:52:43 UTC 2020

Modified Files:
        pkgsrc/ham/gr-osmosdr: Makefile

Log Message:
gr-osmosdr: drop some unused dependencies (osmo-sdr and libmirisdr)

Upstream doesn't build support for these devices by default anymore:
> The actual osmosdr had only a very limited production run many years
> ago and is therefore of little interest to most gr-osmosdr users.
> Mirisdr was experimental at best, because the dongles were never
> widely avaialble outside of Japan and had multiple unconnected antenna
> ports.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/ham/gr-osmosdr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gr-osmosdr/Makefile
diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.27 pkgsrc/ham/gr-osmosdr/Makefile:1.28
--- pkgsrc/ham/gr-osmosdr/Makefile:1.27 Sun Aug 30 21:35:53 2020
+++ pkgsrc/ham/gr-osmosdr/Makefile      Sun Aug 30 21:52:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/08/30 21:35:53 tnn Exp $
+# $NetBSD: Makefile,v 1.28 2020/08/30 21:52:43 tnn Exp $
 
 DISTNAME=              gr-osmosdr-0.2.2
 CATEGORIES=            ham
@@ -40,8 +40,6 @@ REPLACE_PYTHON+=              apps/osmocom_siggen_ba
 .include       "../../lang/python/application.mk"
 
 .include       "../../ham/rtl-sdr/buildlink3.mk"
-.include       "../../ham/libmirisdr/buildlink3.mk"
-.include       "../../ham/osmo-sdr/buildlink3.mk"
 .include       "../../ham/hackrf/buildlink3.mk"
 .include       "../../ham/soapy-sdr/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index