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:   js
Date:           Sun Apr 20 22:29:14 UTC 2025

Modified Files:
        pkgsrc/devel/nextpnr: distinfo
Added Files:
        pkgsrc/devel/nextpnr/patches: patch-3rdparty_json11_json11.cpp

Log Message:
Fix compiling devel/nextpnr on Linux with GCC 15


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/nextpnr/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/nextpnr/patches/patch-3rdparty_json11_json11.cpp

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.3 pkgsrc/devel/nextpnr/distinfo:1.4
--- pkgsrc/devel/nextpnr/distinfo:1.3   Sun Apr 21 16:28:25 2024
+++ pkgsrc/devel/nextpnr/distinfo       Sun Apr 20 22:29:14 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2024/04/21 16:28:25 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/04/20 22:29:14 js 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-bba_main.cc) = e3713835b14ac9155d0465d8102636ac02fa7c16
 SHA1 (patch-common_kernel_command.cc) = bbb8e02cf0d79092d4517bf492fc1d91ea7e3ad6

Added files:

Index: pkgsrc/devel/nextpnr/patches/patch-3rdparty_json11_json11.cpp
diff -u /dev/null pkgsrc/devel/nextpnr/patches/patch-3rdparty_json11_json11.cpp:1.1
--- /dev/null   Sun Apr 20 22:29:14 2025
+++ pkgsrc/devel/nextpnr/patches/patch-3rdparty_json11_json11.cpp       Sun Apr 20 22:29:14 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-3rdparty_json11_json11.cpp,v 1.1 2025/04/20 22:29:14 js Exp $
+
+--- 3rdparty/json11/json11.cpp.orig    2025-04-20 22:21:53.808130724 +0000
++++ 3rdparty/json11/json11.cpp
+@@ -22,8 +22,9 @@
+ #include "json11.hpp"
+ #include <cassert>
+ #include <cmath>
+-#include <cstdlib>
++#include <cstdint>
+ #include <cstdio>
++#include <cstdlib>
+ #include <climits>
+ #include <cerrno>
+ 



Home | Main Index | Thread Index | Old Index