pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/nextpnr
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 17 07:48:44 UTC 2025
Modified Files:
pkgsrc/devel/nextpnr: distinfo
Added Files:
pkgsrc/devel/nextpnr/patches: patch-CMakeLists.txt
patch-bba_CMakeLists.txt
Log Message:
nextpnr*: fix build with latest boost
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/nextpnr/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/nextpnr/patches/patch-CMakeLists.txt \
pkgsrc/devel/nextpnr/patches/patch-bba_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/nextpnr/distinfo
diff -u pkgsrc/devel/nextpnr/distinfo:1.4 pkgsrc/devel/nextpnr/distinfo:1.5
--- pkgsrc/devel/nextpnr/distinfo:1.4 Sun Apr 20 22:29:14 2025
+++ pkgsrc/devel/nextpnr/distinfo Fri Oct 17 07:48:44 2025
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.4 2025/04/20 22:29:14 js Exp $
+$NetBSD: distinfo,v 1.5 2025/10/17 07:48:44 wiz Exp $
BLAKE2s (nextpnr-0.7.tar.gz) = 27dfd76a6c8bc84b3178083a1b21bf4d542387a29ebaf533553121ac6c31a486
SHA512 (nextpnr-0.7.tar.gz) = feb190d3a656c7bcdd2bcc1def9972e2c9bec7171a064308b16260240ce9f552eb03d907ef7d032a17ae7ef7e869950e7399c61df22ba36484a4cf2ef7ce7de2
Size (nextpnr-0.7.tar.gz) = 4711765 bytes
SHA1 (patch-3rdparty_json11_json11.cpp) = 64ace14d1cea195302debecc4a7824b6242a677e
+SHA1 (patch-CMakeLists.txt) = 9966c084201720c112d6702f179c1e099d1b4492
+SHA1 (patch-bba_CMakeLists.txt) = 17ebe7013fbbc5bc84cf5ff0fb7c3fca552f110b
SHA1 (patch-bba_main.cc) = e3713835b14ac9155d0465d8102636ac02fa7c16
SHA1 (patch-common_kernel_command.cc) = bbb8e02cf0d79092d4517bf492fc1d91ea7e3ad6
Added files:
Index: pkgsrc/devel/nextpnr/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/nextpnr/patches/patch-CMakeLists.txt:1.1
--- /dev/null Fri Oct 17 07:48:44 2025
+++ pkgsrc/devel/nextpnr/patches/patch-CMakeLists.txt Fri Oct 17 07:48:44 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/10/17 07:48:44 wiz Exp $
+
+boost 1.89+ made system header-only.
+
+--- CMakeLists.txt.orig 2024-01-23 13:00:29.000000000 +0000
++++ CMakeLists.txt
+@@ -179,7 +179,7 @@ endif()
+ find_package(Sanitizers)
+
+ # List of Boost libraries to include
+-set(boost_libs filesystem program_options iostreams system)
++set(boost_libs filesystem program_options iostreams)
+ if (Threads_FOUND)
+ list(APPEND boost_libs thread)
+ endif()
Index: pkgsrc/devel/nextpnr/patches/patch-bba_CMakeLists.txt
diff -u /dev/null pkgsrc/devel/nextpnr/patches/patch-bba_CMakeLists.txt:1.1
--- /dev/null Fri Oct 17 07:48:44 2025
+++ pkgsrc/devel/nextpnr/patches/patch-bba_CMakeLists.txt Fri Oct 17 07:48:44 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-bba_CMakeLists.txt,v 1.1 2025/10/17 07:48:44 wiz Exp $
+
+boost 1.89+ made system header-only.
+
+--- bba/CMakeLists.txt.orig 2025-10-17 07:43:39.364952984 +0000
++++ bba/CMakeLists.txt
+@@ -3,8 +3,7 @@ project(bba CXX)
+
+ find_package(Boost REQUIRED COMPONENTS
+ program_options
+- filesystem
+- system)
++ filesystem)
+
+ add_executable(bbasm
+ main.cc)
Home |
Main Index |
Thread Index |
Old Index