summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TLpatches
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/TLpatches')
-rw-r--r--Build/source/libs/teckit/TLpatches/ChangeLog7
-rw-r--r--Build/source/libs/teckit/TLpatches/TL-Changes18
-rw-r--r--Build/source/libs/teckit/TLpatches/patch-06-dont-build-sfconv6
-rw-r--r--Build/source/libs/teckit/TLpatches/patch-07-warnings-and-static36
4 files changed, 32 insertions, 35 deletions
diff --git a/Build/source/libs/teckit/TLpatches/ChangeLog b/Build/source/libs/teckit/TLpatches/ChangeLog
index 36051381c3d..e88d8baa9d1 100644
--- a/Build/source/libs/teckit/TLpatches/ChangeLog
+++ b/Build/source/libs/teckit/TLpatches/ChangeLog
@@ -1,3 +1,10 @@
+2023-08-26 Akira Kakuto <kakuto@jcom.zaq.ne.jp>
+
+ Imported TECkit-2.5.12 source tree (teckit) from
+ https://github.com/silnrsi/teckit/archive/2.5.12.tar.gz.
+ patch-06-dont-build-sfconv, patch-07-warnings-and-static:
+ Adapted.
+
2021-11-09 Akira Kakuto <kakuto@jcom.zaq.ne.jp>
Imported TECkit-2.5.11 source tree (teckit) from
diff --git a/Build/source/libs/teckit/TLpatches/TL-Changes b/Build/source/libs/teckit/TLpatches/TL-Changes
index 90b3723122c..1e9a6e6fc8d 100644
--- a/Build/source/libs/teckit/TLpatches/TL-Changes
+++ b/Build/source/libs/teckit/TLpatches/TL-Changes
@@ -1,5 +1,5 @@
-Changes applied to the TECkit-2.5.11/ tree obtained from:
- https://github.com/silnrsi/teckit/archive/2.5.11.tar.gz.
+Changes applied to the TECkit-2.5.12/ tree obtained from:
+ https://github.com/silnrsi/teckit/archive/2.5.12.tar.gz.
Removed execute permissions from:
installed-top.pc.in
@@ -13,7 +13,7 @@ Removed:
config.guess
config.sub
configure
- decomp
+ depcomp
docs/Makefile.in
install-sh
lib/Makefile.in
@@ -23,14 +23,4 @@ Removed:
test/Makefile.in
test-driver
SFconv/
- zlib-1.2.11/
-
-Converted Dos/Win lpwdine ends to native:
- source/Perl/TECkit.xs
- source/Perl/lib/Encode/TECkit.pm
- source/Perl/test.pl
- source/Perl/typemap
- test/GNT-map.xml
- test/ISO-8859-1.map
- test/Mrk-GNT.sf
- test/mrk.sf.legacy.txt.orig
+ zlib-1.2.13/
diff --git a/Build/source/libs/teckit/TLpatches/patch-06-dont-build-sfconv b/Build/source/libs/teckit/TLpatches/patch-06-dont-build-sfconv
index c5a0f9501f2..add6d9271e4 100644
--- a/Build/source/libs/teckit/TLpatches/patch-06-dont-build-sfconv
+++ b/Build/source/libs/teckit/TLpatches/patch-06-dont-build-sfconv
@@ -1,6 +1,6 @@
-diff -ur teckit-2.5.11/bin/Makefile.am teckit-src/bin/Makefile.am
---- teckit-2.5.11/bin/Makefile.am Thu Jul 30 04:27:12 2020
-+++ teckit-src/bin/Makefile.am Tue Nov 09 14:44:08 2021
+diff -ur teckit-2.5.12/bin/Makefile.am teckit-src/bin/Makefile.am
+--- teckit-2.5.12/bin/Makefile.am Sat Aug 26 02:13:31 2023
++++ teckit-src/bin/Makefile.am Sat Aug 26 07:10:13 2023
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = -Wno-portability
diff --git a/Build/source/libs/teckit/TLpatches/patch-07-warnings-and-static b/Build/source/libs/teckit/TLpatches/patch-07-warnings-and-static
index e41e3c5b91f..3def12446ce 100644
--- a/Build/source/libs/teckit/TLpatches/patch-07-warnings-and-static
+++ b/Build/source/libs/teckit/TLpatches/patch-07-warnings-and-static
@@ -1,6 +1,6 @@
-diff -ur teckit-2.5.11/source/Compiler.cpp teckit-src/source/Compiler.cpp
---- teckit-2.5.11/source/Compiler.cpp Thu Jul 30 04:27:12 2020
-+++ teckit-src/source/Compiler.cpp Tue Nov 09 14:46:23 2021
+diff -ur teckit-2.5.12/source/Compiler.cpp teckit-src/source/Compiler.cpp
+--- teckit-2.5.12/source/Compiler.cpp Thu Sep 08 00:26:50 2022
++++ teckit-src/source/Compiler.cpp Sat Aug 26 07:13:28 2023
@@ -189,7 +189,7 @@
free(table);
}
@@ -10,9 +10,9 @@ diff -ur teckit-2.5.11/source/Compiler.cpp teckit-src/source/Compiler.cpp
WINAPI
TECkit_GetUnicodeName(UInt32 usv)
{
-diff -ur teckit-2.5.11/source/Compiler.h teckit-src/source/Compiler.h
---- teckit-2.5.11/source/Compiler.h Thu Jul 30 04:27:12 2020
-+++ teckit-src/source/Compiler.h Tue Nov 09 14:47:44 2021
+diff -ur teckit-2.5.12/source/Compiler.h teckit-src/source/Compiler.h
+--- teckit-2.5.12/source/Compiler.h Thu Sep 08 00:26:50 2022
++++ teckit-src/source/Compiler.h Sat Aug 26 07:14:29 2023
@@ -229,7 +229,7 @@
vector<UInt32> byteClassLines;
vector<UInt32> uniClassLines;
@@ -22,9 +22,9 @@ diff -ur teckit-2.5.11/source/Compiler.h teckit-src/source/Compiler.h
UInt32 uniDefault;
UInt8 byteDefault;
bool supplementaryChars;
-diff -ur teckit-2.5.11/source/Engine.cpp teckit-src/source/Engine.cpp
---- teckit-2.5.11/source/Engine.cpp Thu Jul 30 04:27:12 2020
-+++ teckit-src/source/Engine.cpp Tue Nov 09 14:49:06 2021
+diff -ur teckit-2.5.12/source/Engine.cpp teckit-src/source/Engine.cpp
+--- teckit-2.5.12/source/Engine.cpp Thu Sep 08 00:26:50 2022
++++ teckit-src/source/Engine.cpp Sat Aug 26 07:16:02 2023
@@ -51,12 +51,6 @@
# define NOSERVICE
# define NOMCX
@@ -38,9 +38,9 @@ diff -ur teckit-2.5.11/source/Engine.cpp teckit-src/source/Engine.cpp
#endif
#include "Engine.h"
-diff -ur teckit-2.5.11/source/Public-headers/TECkit_Compiler.h teckit-src/source/Public-headers/TECkit_Compiler.h
---- teckit-2.5.11/source/Public-headers/TECkit_Compiler.h Thu Jul 30 04:27:12 2020
-+++ teckit-src/source/Public-headers/TECkit_Compiler.h Tue Nov 09 14:52:58 2021
+diff -ur teckit-2.5.12/source/Public-headers/TECkit_Compiler.h teckit-src/source/Public-headers/TECkit_Compiler.h
+--- teckit-2.5.12/source/Public-headers/TECkit_Compiler.h Thu Sep 08 00:26:50 2022
++++ teckit-src/source/Public-headers/TECkit_Compiler.h Sat Aug 26 07:20:29 2023
@@ -29,6 +29,9 @@
#ifdef _WIN32
/* MS compiler has predefined _WIN32, so assume Windows target */
@@ -69,9 +69,9 @@ diff -ur teckit-2.5.11/source/Public-headers/TECkit_Compiler.h teckit-src/source
WINAPI EXPORTED
TECkit_GetUnicodeName(UInt32 usv);
/* returns the Unicode name of usv, if available, else NULL */
-diff -ur teckit-2.5.11/source/Public-headers/TECkit_Engine.h teckit-src/source/Public-headers/TECkit_Engine.h
---- teckit-2.5.11/source/Public-headers/TECkit_Engine.h Thu Jul 30 04:27:12 2020
-+++ teckit-src/source/Public-headers/TECkit_Engine.h Tue Nov 09 14:54:20 2021
+diff -ur teckit-2.5.12/source/Public-headers/TECkit_Engine.h teckit-src/source/Public-headers/TECkit_Engine.h
+--- teckit-2.5.12/source/Public-headers/TECkit_Engine.h Thu Sep 08 00:26:50 2022
++++ teckit-src/source/Public-headers/TECkit_Engine.h Sat Aug 26 07:22:22 2023
@@ -79,6 +79,9 @@
#ifdef _WIN32
/* MS compiler has predefined _WIN32, so assume Windows target */
@@ -82,9 +82,9 @@ diff -ur teckit-2.5.11/source/Public-headers/TECkit_Engine.h teckit-src/source/P
#else
/* not the MS compiler, so try Metrowerks' platform macros */
#ifndef __APPLE__
-diff -ur teckit-2.5.11/source/Sample-tools/TECkit_Compile.cpp teckit-src/source/Sample-tools/TECkit_Compile.cpp
---- teckit-2.5.11/source/Sample-tools/TECkit_Compile.cpp Thu Jul 30 04:27:12 2020
-+++ teckit-src/source/Sample-tools/TECkit_Compile.cpp Tue Nov 09 14:56:58 2021
+diff -ur teckit-2.5.12/source/Sample-tools/TECkit_Compile.cpp teckit-src/source/Sample-tools/TECkit_Compile.cpp
+--- teckit-2.5.12/source/Sample-tools/TECkit_Compile.cpp Thu Sep 08 00:26:50 2022
++++ teckit-src/source/Sample-tools/TECkit_Compile.cpp Sat Aug 26 07:25:27 2023
@@ -24,13 +24,13 @@
#endif