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:   gdt
Date:           Tue Sep 25 01:14:39 UTC 2018

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

Log Message:
gr-osmosdr: Drop gr-fcdproplus as a dependency

gr-fcdproplus does not build.  Drop it, so that gr-osmosdr builds
with the rest of the sources.  Leave a \todo for when fcdproplus is
fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/ham/gr-osmosdr/Makefile:1.14
--- pkgsrc/ham/gr-osmosdr/Makefile:1.13 Mon Sep 24 12:04:39 2018
+++ pkgsrc/ham/gr-osmosdr/Makefile      Tue Sep 25 01:14:38 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/09/24 12:04:39 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2018/09/25 01:14:38 gdt Exp $
 
 DISTNAME=              gr-osmosdr-0.1.4
-PKGREVISION=           9
+PKGREVISION=           10
 CATEGORIES=            ham
 MASTER_SITES+=         http://git.osmocom.org/gr-osmosdr/snapshot/
 
@@ -38,7 +38,9 @@ REPLACE_PYTHON+=      apps/osmocom_siggen_bas
 .include       "../../ham/rtl-sdr/buildlink3.mk"
 .include       "../../ham/libmirisdr/buildlink3.mk"
 .include       "../../ham/osmo-sdr/buildlink3.mk"
-.include       "../../ham/gr-fcdproplus/buildlink3.mk"
+# \todo Re-enable gr-fcdproplus when it works, or optionize it.
+# gr-fcdproplus does not build at the moment
+#.include      "../../ham/gr-fcdproplus/buildlink3.mk"
 .include       "../../ham/hackrf/buildlink3.mk"
 
 .include       "../../ham/gnuradio-core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index