mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[tidy-html5] Replace uwp does not support functions (#35375)
* Replace uwp does not support functions * update version * fix patch * update version * del baseline --------- Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
This commit is contained in:
parent
7f3acf6937
commit
98ee16b991
13
ports/tidy-html5/fix_unsupport_func_uwp.patch
Normal file
13
ports/tidy-html5/fix_unsupport_func_uwp.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/src/sprtf.c b/src/sprtf.c
|
||||
index 3468ac1..1630405 100644
|
||||
--- a/src/sprtf.c
|
||||
+++ b/src/sprtf.c
|
||||
@@ -387,7 +387,7 @@ static void wprt( PTSTR ps )
|
||||
{
|
||||
static char _s_woibuf[1024];
|
||||
char * cp = _s_woibuf;
|
||||
- int len = (int)lstrlen(ps);
|
||||
+ int len = (int)wcslen(ps);
|
||||
if(len) {
|
||||
int ret = WideCharToMultiByte( CP_ACP, /* UINT CodePage, // code page */
|
||||
0, /* DWORD dwFlags, // performance and mapping flags */
|
@ -8,6 +8,7 @@ vcpkg_from_github(
|
||||
disable-doc.patch
|
||||
static-vs-shared.patch
|
||||
debug-postfix.patch
|
||||
fix_unsupport_func_uwp.patch
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" BUILD_SHARED_LIB)
|
||||
@ -19,7 +20,6 @@ vcpkg_cmake_configure(
|
||||
-DTIDY_CONSOLE_SHARED=${BUILD_SHARED_LIB}
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "tidy-html5",
|
||||
"version": "5.8.0",
|
||||
"port-version": 1,
|
||||
"description": "Tidy tidies HTML and XML. It can tidy your documents by itself, and developers can easily integrate its features into even more powerful tools.",
|
||||
"homepage": "https://www.html-tidy.org",
|
||||
"license": null,
|
||||
|
@ -1140,8 +1140,6 @@ tensorflow-cc:x64-osx=skip
|
||||
tensorflow-cc:arm-osx=skip
|
||||
|
||||
thorvg:arm-neon-android=fail
|
||||
tidy-html5:arm64-uwp=fail
|
||||
tidy-html5:x64-uwp=fail
|
||||
tinycthread:arm-neon-android=fail
|
||||
tinycthread:arm64-android=fail
|
||||
tinycthread:x64-android=fail
|
||||
|
@ -8490,7 +8490,7 @@
|
||||
},
|
||||
"tidy-html5": {
|
||||
"baseline": "5.8.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"tiff": {
|
||||
"baseline": "4.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3ff916aaab30ac5a85e702ab9cf4e8092db79477",
|
||||
"version": "5.8.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e16455cbec8214de37e3deb0ad41fe57323a7dd0",
|
||||
"version": "5.8.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user