CVS commit: pkgsrc/ham/rtl-sdr
"Greg Troxel" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: gdt Date: Tue Aug 11 23:38:32 UTC 2026 Modified Files: pkgsrc/ham/rtl-sdr: Makefile Log Message: ham/rtl-sdr: Describe upstream fork mess harder To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/ham/rtl-sdr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 993 B)
Modified files:
Index: pkgsrc/ham/rtl-sdr/Makefile
diff -u pkgsrc/ham/rtl-sdr/Makefile:1.24 pkgsrc/ham/rtl-sdr/Makefile:1.25
--- pkgsrc/ham/rtl-sdr/Makefile:1.24 Tue Aug 11 23:29:31 2026
+++ pkgsrc/ham/rtl-sdr/Makefile Tue Aug 11 23:38:32 2026
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.24 2026/08/11 23:29:31 gdt Exp $
+# $NetBSD: Makefile,v 1.25 2026/08/11 23:38:32 gdt Exp $
DISTNAME= rtl-sdr-2.0.3
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_GITHUB:=osmocom/}
GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
-# There are multiple upstreams:
+# This package tracks the canonical rtl-sdr uptream, at:
# https://gitea.osmocom.org/sdr/rtl-sdr/ (official sources)
# https://github.com/osmocom/rtl-sdr (official mirror)
-# https://github.com/steve-m/librtlsdr
+# https://github.com/steve-m/librtlsdr (unofficial miror?)
+# It is distinct from an apparently unmaintained hard fork:
# https://github.com/librtlsdr/librtlsdr (forked from steve-m)
MAINTAINER= [email protected]