pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/uim



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb 25 17:42:44 UTC 2023

Modified Files:
        pkgsrc/inputmethod/uim: distinfo
Added Files:
        pkgsrc/inputmethod/uim/patches: patch-uim_skk.c

Log Message:
uim: Apply upstream patch to fix uim-skk

From:
https://github.com/uim/uim/commit/15f0788f1acb08372ebd6e1f92cc2135373d270b
Ride previous update.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/inputmethod/uim/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/inputmethod/uim/patches/patch-uim_skk.c

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

Modified files:

Index: pkgsrc/inputmethod/uim/distinfo
diff -u pkgsrc/inputmethod/uim/distinfo:1.37 pkgsrc/inputmethod/uim/distinfo:1.38
--- pkgsrc/inputmethod/uim/distinfo:1.37        Sat Feb 25 17:20:16 2023
+++ pkgsrc/inputmethod/uim/distinfo     Sat Feb 25 17:42:43 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.37 2023/02/25 17:20:16 ryoon Exp $
+$NetBSD: distinfo,v 1.38 2023/02/25 17:42:43 ryoon Exp $
 
 BLAKE2s (uim-1.8.9.tar.gz) = 21175907f7ff2bbfb508e32b98d72fa63767a10591b067c809828aec25312845
 SHA512 (uim-1.8.9.tar.gz) = ef731d255259b00e41a96e325cfa001579f14b98329d1882508190b8f2a9552ba4165572a7faf865b58bf392b69de2933e6ff13174941b5313ad690fbc36e337
@@ -14,4 +14,5 @@ SHA1 (patch-sigscheme_configure.ac) = 83
 SHA1 (patch-sigscheme_doc_Makefile.am) = e21e33d7eb078819ab34f9d7fdc10d7f4401a2c4
 SHA1 (patch-sigscheme_include_sigscheme_Makefile.am) = d54b38982c199b321c6ac0d8700bfe9c29084eee
 SHA1 (patch-uim_Makefile.am) = e3a9e4dc99965c271fd6e783d42a6a136bf904b2
+SHA1 (patch-uim_skk.c) = 0d0bcf3c996ab5a4351e30cdf0f6f1fdc6faf5ad
 SHA1 (patch-uim_uim-module-manager.c) = 345b09a209fc1ccc9ba96aa50a5adac1f2ef35ee

Added files:

Index: pkgsrc/inputmethod/uim/patches/patch-uim_skk.c
diff -u /dev/null pkgsrc/inputmethod/uim/patches/patch-uim_skk.c:1.1
--- /dev/null   Sat Feb 25 17:42:44 2023
+++ pkgsrc/inputmethod/uim/patches/patch-uim_skk.c      Sat Feb 25 17:42:43 2023
@@ -0,0 +1,12 @@
+$NetBSD: patch-uim_skk.c,v 1.1 2023/02/25 17:42:43 ryoon Exp $
+
+--- uim/skk.c.orig     2017-08-14 00:07:27.000000000 +0000
++++ uim/skk.c
+@@ -1582,6 +1582,7 @@ skk_merge_replaced_numeric_str(uim_lisp 
+       numlst_ = CDR(numlst_);
+     }
+   }
++  str[newlen] = '\0';
+ 
+   return MAKE_STR_DIRECTLY(str);
+ }



Home | Main Index | Thread Index | Old Index