mirror of https://git.FreeBSD.org/ports.git
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:
parent
f896975905
commit
326081dbe4
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= winetricks
|
PORTNAME= winetricks
|
||||||
DISTVERSION= 20250102
|
DISTVERSION= 20250212
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
|
|
||||||
MAINTAINER= Alexander88207@protonmail.com
|
MAINTAINER= Alexander88207@protonmail.com
|
||||||
|
@ -18,6 +18,7 @@ USES= perl5
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= Winetricks
|
GH_ACCOUNT= Winetricks
|
||||||
|
GH_TAGNAME= e73c4d8
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1735937454
|
TIMESTAMP = 1746309460
|
||||||
SHA256 (Winetricks-winetricks-20250102_GH0.tar.gz) = 24d339806e3309274ee70743d76ff7b965fef5a534c001916d387c924eebe42e
|
SHA256 (Winetricks-winetricks-20250212-e73c4d8_GH0.tar.gz) = 8c80de3b1a8982f78994443d669c17cbbd2438118b358fdbff79e6e179f8fe48
|
||||||
SIZE (Winetricks-winetricks-20250102_GH0.tar.gz) = 669468
|
SIZE (Winetricks-winetricks-20250212-e73c4d8_GH0.tar.gz) = 669762
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue