summaryrefslogtreecommitdiff
path: root/converters/libiconv/files/patch-libcharset_lib_localcharset.c
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-05-18 18:31:59 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-05-18 18:31:59 +0000
commit75887e7adcfe38d83d9d312a9c9477ea747eb0e1 (patch)
treebbc1a9cc01fb3fe8cc518437a5b68fc87d4b075a /converters/libiconv/files/patch-libcharset_lib_localcharset.c
parentaudio/cadence: prepare for Qt5-5.15 (diff)
converters/libiconv: Update to 1.16
Update converters/libiconv to 1.16. This update removes the extra patches for CP932 and EUCJP-MS, as they are not compatible with this release. Add an UPDATING entry for this change. ABI/API stable, no need to bump dependent ports: https://abi-laboratory.pro/index.php?view=timeline&l=libiconv PR: 240954 Submitted by: Yuichiro NAITO Exp-run by: antoine Approved by: maintainer timeout (gnome@)
Notes
Notes: svn path=/head/; revision=535769
Diffstat (limited to 'converters/libiconv/files/patch-libcharset_lib_localcharset.c')
-rw-r--r--converters/libiconv/files/patch-libcharset_lib_localcharset.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/libiconv/files/patch-libcharset_lib_localcharset.c b/converters/libiconv/files/patch-libcharset_lib_localcharset.c
new file mode 100644
index 000000000000..c344c51026f7
--- /dev/null
+++ b/converters/libiconv/files/patch-libcharset_lib_localcharset.c
@@ -0,0 +1,18 @@
+--- libcharset/lib/localcharset.c.orig 2020-05-09 08:59:22 UTC
++++ libcharset/lib/localcharset.c
+@@ -92,6 +92,7 @@ static const struct table_entry alias_table[] =
+ # if defined __FreeBSD__ /* FreeBSD */
+ /*{ "ARMSCII-8", "ARMSCII-8" },*/
+ { "Big5", "BIG5" },
++ { "Big5HKSCS", "BIG5-HKSCS" },
+ { "C", "ASCII" },
+ /*{ "CP1131", "CP1131" },*/
+ /*{ "CP1251", "CP1251" },*/
+@@ -104,6 +105,7 @@ static const struct table_entry alias_table[] =
+ { "ISO8859-13", "ISO-8859-13" },
+ { "ISO8859-15", "ISO-8859-15" },
+ { "ISO8859-2", "ISO-8859-2" },
++ { "ISO8859-4", "ISO-8859-4" },
+ { "ISO8859-5", "ISO-8859-5" },
+ { "ISO8859-7", "ISO-8859-7" },
+ { "ISO8859-9", "ISO-8859-9" },