pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/m17n-lib
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Oct 9 16:27:57 UTC 2025
Modified Files:
pkgsrc/devel/m17n-lib: distinfo
Added Files:
pkgsrc/devel/m17n-lib/patches: patch-example_medit.c
Log Message:
devel/m17n-lib: Fix build with GCC 14
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/m17n-lib/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/m17n-lib/patches/patch-example_medit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/m17n-lib/distinfo
diff -u pkgsrc/devel/m17n-lib/distinfo:1.15 pkgsrc/devel/m17n-lib/distinfo:1.16
--- pkgsrc/devel/m17n-lib/distinfo:1.15 Tue Oct 26 10:15:38 2021
+++ pkgsrc/devel/m17n-lib/distinfo Thu Oct 9 16:27:57 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:15:38 nia Exp $
+$NetBSD: distinfo,v 1.16 2025/10/09 16:27:57 ryoon Exp $
BLAKE2s (m17n-lib-1.8.0.tar.gz) = a3e11e4a8b5a57bea1dddd4143ab7e954888b0c1d54ba648bdf14b3d2de5af35
SHA512 (m17n-lib-1.8.0.tar.gz) = 8aba862888393232172c03cdf52531e29ea969c4327e6f69879ecf7438eafee32782f509ec292b3e1b7cd3202e2764984d7a59e85cdb87a7c8bfcbac5b0ee6fd
@@ -9,3 +9,4 @@ SHA1 (patch-ac) = 56e719f3c7fb6fb1018c66
SHA1 (patch-ad) = 92ab488679a65618389528ddc3e02e31ec3a8026
SHA1 (patch-ae) = 94eaee7662cdba55c227712ecfdb45b41df60bb3
SHA1 (patch-af) = 5cdbbb6efb86db8bc0ae7a9ee8175922b7add673
+SHA1 (patch-example_medit.c) = d204b262766d8539aa938c620d87b94b5d8ae70b
Added files:
Index: pkgsrc/devel/m17n-lib/patches/patch-example_medit.c
diff -u /dev/null pkgsrc/devel/m17n-lib/patches/patch-example_medit.c:1.1
--- /dev/null Thu Oct 9 16:27:58 2025
+++ pkgsrc/devel/m17n-lib/patches/patch-example_medit.c Thu Oct 9 16:27:57 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-example_medit.c,v 1.1 2025/10/09 16:27:57 ryoon Exp $
+
+* For strict check by GCC 14.
+
+--- example/medit.c.orig 2025-10-07 05:42:12.165030802 +0000
++++ example/medit.c
+@@ -662,7 +662,7 @@ static void MenuHelpProc (Widget, XEvent
+ off the current input method, otherwide turn on the input method
+ input_method_table[$IDX]. */
+ void
+-select_input_method (idx)
++select_input_method (int idx)
+ {
+ int previous_input_method = current_input_method;
+
Home |
Main Index |
Thread Index |
Old Index