pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 27 07:10:58 UTC 2025

Modified Files:
        pkgsrc/ham/gnuradio-core: distinfo
Added Files:
        pkgsrc/ham/gnuradio-core/patches: patch-cmake_Modules_GrBoost.cmake

Log Message:
gnuradio-core: fix for boost-1.89.0


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/ham/gnuradio-core/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrBoost.cmake

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

Modified files:

Index: pkgsrc/ham/gnuradio-core/distinfo
diff -u pkgsrc/ham/gnuradio-core/distinfo:1.62 pkgsrc/ham/gnuradio-core/distinfo:1.63
--- pkgsrc/ham/gnuradio-core/distinfo:1.62      Wed Apr 23 18:44:57 2025
+++ pkgsrc/ham/gnuradio-core/distinfo   Sat Sep 27 07:10:58 2025
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.62 2025/04/23 18:44:57 adam Exp $
+$NetBSD: distinfo,v 1.63 2025/09/27 07:10:58 adam Exp $
 
 BLAKE2s (gnuradio-3.10.12.0.tar.gz) = 747cd23869a908497f89424ceb8125ef4be99d168110a543772a6e363e7877bc
 SHA512 (gnuradio-3.10.12.0.tar.gz) = 6d94d5f755a12d79ea38b84ac869dbce86b66813ac40f7204afb24d6f70f867a258e9efde0cc24fcb1ab814129da6b941970b0c736870f99139ee65a7a8effa7
 Size (gnuradio-3.10.12.0.tar.gz) = 4978802 bytes
 SHA1 (patch-CMakeLists.txt) = 8034d45c42884de49f15a99384a11cdec63717ef
+SHA1 (patch-cmake_Modules_GrBoost.cmake) = 96f43ac36acd1223b98d56c30f19d191f585c1ec
 SHA1 (patch-cmake_Modules_GrPybind.cmake) = 2357952221a06d95155c89a047b3afd5c15925bb
 SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = 762a615f99fa1a46f3f6c1032e3e643692f06b6c
 SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = fb74a249e4672786dd8bc3ca1e39b37da46f6480

Added files:

Index: pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrBoost.cmake
diff -u /dev/null pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrBoost.cmake:1.1
--- /dev/null   Sat Sep 27 07:10:59 2025
+++ pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrBoost.cmake  Sat Sep 27 07:10:58 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-cmake_Modules_GrBoost.cmake,v 1.1 2025/09/27 07:10:58 adam Exp $
+
+Do not look for boost_system library.
+
+--- cmake/Modules/GrBoost.cmake.orig   2025-09-24 16:01:37.086210515 +0000
++++ cmake/Modules/GrBoost.cmake
+@@ -14,7 +14,7 @@ set(__INCLUDED_GR_BOOST_CMAKE TRUE)
+ # Setup Boost and handle some system specific things
+ ########################################################################
+ 
+-set(BOOST_REQUIRED_COMPONENTS date_time program_options system regex thread)
++set(BOOST_REQUIRED_COMPONENTS date_time program_options regex thread)
+ 
+ if(UNIX
+    AND NOT BOOST_ROOT



Home | Main Index | Thread Index | Old Index