pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/uhd



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Sep 30 16:23:08 UTC 2025

Modified Files:
        pkgsrc/ham/uhd: Makefile

Log Message:
ham/uhd: Add link to upstream bug report


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/ham/uhd/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/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.88 pkgsrc/ham/uhd/Makefile:1.89
--- pkgsrc/ham/uhd/Makefile:1.88        Sat Sep 27 09:57:24 2025
+++ pkgsrc/ham/uhd/Makefile     Tue Sep 30 16:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2025/09/27 09:57:24 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2025/09/30 16:23:07 gdt Exp $
 
 DISTNAME=      uhd-4.8.0.0
 PKGREVISION=   1
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/EttusResear
 COMMENT=       USRP (Universal Software Radio Peripheral) Hardware Drivers
 LICENSE=       gnu-gpl-v3
 
+# This will fail to build with boost 1.89.0:
+#   https://github.com/EttusResearch/uhd/issues/869";
+
 # to avoid extra pax_global_header
 EXTRACT_USING= gtar
 WRKSRC=                ${WRKDIR}/${DISTNAME}/host



Home | Main Index | Thread Index | Old Index