pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-test-boost



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

Modified Files:
        pkgsrc/meta-pkgs/bulk-test-boost: Makefile

Log Message:
bulk-test-boost: Add uhd, broken by recent boost update

Add comments explaining that this package ought to have over 250
DEPENDS.   It seems likely that many more issues were missed in
qualification of new boost.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/meta-pkgs/bulk-test-boost/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/bulk-test-boost/Makefile
diff -u pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.18 pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.19
--- pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.18      Wed May  8 13:07:41 2024
+++ pkgsrc/meta-pkgs/bulk-test-boost/Makefile   Tue Sep 30 16:30:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/05/08 13:07:41 gdt Exp $
+# $NetBSD: Makefile,v 1.19 2025/09/30 16:30:48 gdt Exp $
 
 DISTNAME=      bulk-test-boost-20231230
 CATEGORIES=    meta-pkgs
@@ -14,10 +14,14 @@ RESTRICTED=         Just for test build purpose
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 
-# All of these (primarily leaf) packages depend on Boost.
-# Feel free to add one if you care about it not breaking.
-# The current list is mostly arbitrary, resulting from a grep of the
-# pkgsrc tree.
+# This package intends to depend on all packages that depend on boost,
+# so that it can be used to qualify updates.
+#
+# Feel free to add packages.  To find packages that depend on
+# boost-headers:
+#   revbump.py -n devel/boost-headers
+# The current list is a small subset of the 279 in pkgsrc, for no
+# particular reason,
 
 DEPENDS+=      abiword-[0-9]*:../../editors/abiword
 DEPENDS+=      bitcoin-[0-9]*:../../finance/bitcoin
@@ -55,6 +59,7 @@ DEPENDS+=     source-highlight-[0-9]*:../../
 DEPENDS+=      strawberry-[0-9]*:../../audio/strawberry
 DEPENDS+=      tcpflow-[0-9]*:../../net/tcpflow
 DEPENDS+=      ugrep-[0-9]*:../../textproc/ugrep
+DEPENDS+=      uhd-[0-9]*:../../ham/uhd
 DEPENDS+=      xsd-[0-9]*:../../devel/xsd
 DEPENDS+=      znc-[0-9]*:../../chat/znc
 



Home | Main Index | Thread Index | Old Index