emulators/winetricks: Update 20250102 => 20250212

Commit log:
20250102...e73c4d8

While here, silent warnings about being unable to determine
architecture, as our Wine is currently wrapped.

PR:	286552
This commit is contained in:
Alexander Vereeken 2025-05-04 02:53:25 +03:00 committed by Vladimir Druzenko
parent f896975905
commit 326081dbe4
3 changed files with 25 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= winetricks
DISTVERSION= 20250102
DISTVERSION= 20250212
CATEGORIES= emulators
MAINTAINER= Alexander88207@protonmail.com
@ -18,6 +18,7 @@ USES= perl5
USE_GITHUB= yes
GH_ACCOUNT= Winetricks
GH_TAGNAME= e73c4d8
USE_PERL5= run
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1735937454
SHA256 (Winetricks-winetricks-20250102_GH0.tar.gz) = 24d339806e3309274ee70743d76ff7b965fef5a534c001916d387c924eebe42e
SIZE (Winetricks-winetricks-20250102_GH0.tar.gz) = 669468
TIMESTAMP = 1746309460
SHA256 (Winetricks-winetricks-20250212-e73c4d8_GH0.tar.gz) = 8c80de3b1a8982f78994443d669c17cbbd2438118b358fdbff79e6e179f8fe48
SIZE (Winetricks-winetricks-20250212-e73c4d8_GH0.tar.gz) = 669762

View File

@ -0,0 +1,20 @@
--- src/winetricks.orig 2025-02-12 05:00:41 UTC
+++ src/winetricks
@@ -4462,7 +4462,7 @@ winetricks_set_wineprefix()
fi
fi
if [ -z "${_W_wine_binary_arch}" ]; then
- w_warn "Unknown file arch of ${WINE_BIN}."
+ true
fi
# determine wow64 type (new/old)
@@ -4569,7 +4569,7 @@ winetricks_set_wineprefix()
if [ "${_W_wow64_style}" = "new" ]; then
w_warn "You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this."
elif [ "${_W_wow64_style}" = "unknown" ]; then
- w_warn "WoW64 type could not be detected."
+ true
fi
fi