pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc13
Module Name: pkgsrc
Committed By: sjmulder
Date: Tue Sep 8 13:20:49 UTC 2026
Modified Files:
pkgsrc/lang/gcc13: distinfo
Added Files:
pkgsrc/lang/gcc13/patches:
patch-libsanitizer_sanitizer__common_sanitizer__platform__limits__posix.cpp
Log Message:
lang/gcc13: account for linux/scc.h removal
Header removed in Linux 7.1:
https://github.com/torvalds/linux/commit/64edfa65062dc4509ba75978116b2f6d392346f5
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/gcc13/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/lang/gcc13/patches/patch-libsanitizer_sanitizer__common_sanitizer__platform__limits__posix.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc13/distinfo
diff -u pkgsrc/lang/gcc13/distinfo:1.5 pkgsrc/lang/gcc13/distinfo:1.6
--- pkgsrc/lang/gcc13/distinfo:1.5 Tue Jan 7 19:55:52 2025
+++ pkgsrc/lang/gcc13/distinfo Tue Sep 8 13:20:49 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2025/01/07 19:55:52 riastradh Exp $
+$NetBSD: distinfo,v 1.6 2026/09/08 13:20:49 sjmulder Exp $
BLAKE2s (gcc-13.3.0.diff) = 9b002a64761cf2f2a6a9a8c8decff8408380c0fe94c2d3013e4d84299bacf814
SHA512 (gcc-13.3.0.diff) = 6165b6201f4ef94ee254ea40410911f5e5e1a05d80d4da2fce90b3db94000c3d5c5a28c9a4ad1a43387faae68d94fbef8e4d24e1ff049b9c0014c00f6f50757b
@@ -32,4 +32,5 @@ SHA1 (patch-libgcc_crtstuff.c) = a16d465
SHA1 (patch-libgfortran_io_io.h) = d44676239a7f45e42054d24bd5224f43c20055c0
SHA1 (patch-libquadmath_printf_quadmath-printf.c) = 78e09f1e6d61ee57cee83275093cf46b2335d204
SHA1 (patch-libquadmath_strtod_strtod__l.c) = 6142c10d34174174cce7f06c37eab04dc431b2dc
+SHA1 (patch-libsanitizer_sanitizer__common_sanitizer__platform__limits__posix.cpp) = b0e5b0402ff9ba7aeff9daed63ee7f7ce1f97d73
SHA1 (patch-libstdc++-v3_libsupc++_new__opa.cc) = 891ec8488516592ea2065509b7310c55d7a367ad
Added files:
Index: pkgsrc/lang/gcc13/patches/patch-libsanitizer_sanitizer__common_sanitizer__platform__limits__posix.cpp
diff -u /dev/null pkgsrc/lang/gcc13/patches/patch-libsanitizer_sanitizer__common_sanitizer__platform__limits__posix.cpp:1.1
--- /dev/null Tue Sep 8 13:20:49 2026
+++ pkgsrc/lang/gcc13/patches/patch-libsanitizer_sanitizer__common_sanitizer__platform__limits__posix.cpp Tue Sep 8 13:20:49 2026
@@ -0,0 +1,23 @@
+$NetBSD: patch-libsanitizer_sanitizer__common_sanitizer__platform__limits__posix.cpp,v 1.1 2026/09/08 13:20:49 sjmulder Exp $
+
+Account for linux/scc.h removal (Linux 7.1)
+
+--- libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp.orig 2026-09-07 16:20:54.749814618 +0000
++++ libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp
+@@ -150,7 +150,6 @@ typedef struct user_fpregs elf_fpregset_
+ #include <linux/lp.h>
+ #include <linux/mroute.h>
+ #include <linux/mroute6.h>
+-#include <linux/scc.h>
+ #include <linux/serial.h>
+ #include <sys/msg.h>
+ #include <sys/ipc.h>
+@@ -508,8 +507,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(El
+ unsigned struct_kbsentry_sz = sizeof(struct kbsentry);
+ unsigned struct_mtconfiginfo_sz = sizeof(struct mtconfiginfo);
+ unsigned struct_nr_parms_struct_sz = sizeof(struct nr_parms_struct);
+- unsigned struct_scc_modem_sz = sizeof(struct scc_modem);
+- unsigned struct_scc_stat_sz = sizeof(struct scc_stat);
+ unsigned struct_serial_multiport_struct_sz
+ = sizeof(struct serial_multiport_struct);
+ unsigned struct_serial_struct_sz = sizeof(struct serial_struct);
Home |
Main Index |
Thread Index |
Old Index