git: 16d8a4b821d2 - main - emulators/wine-devel: Fix 32-bit pkg invocation for WoW64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Aug 2023 21:58:17 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=16d8a4b821d2db0134901589e22740290cc40020 commit 16d8a4b821d2db0134901589e22740290cc40020 Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2023-08-15 21:57:36 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2023-08-15 21:57:36 +0000 emulators/wine-devel: Fix 32-bit pkg invocation for WoW64 This addresses a regression introduced with commit 3f914243d8179e0d on 2022-03-12 which was a forward port from emulators/wine and not sufficiently adjusted to this port). Do not bump PORTREVISION since 32-bit builds are broken right now. PR: 273137 --- emulators/wine-devel/files/wine-wow64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine-devel/files/wine-wow64.sh b/emulators/wine-devel/files/wine-wow64.sh index ca324c2d50a2..92b3659b7122 100644 --- a/emulators/wine-devel/files/wine-wow64.sh +++ b/emulators/wine-devel/files/wine-wow64.sh @@ -9,7 +9,7 @@ I386_ROOT="${WINE_i386_ROOT:-$HOME/.i386-wine-pkg}" if [ ! -f "$I386_ROOT/$PREFIX/bin/wine" ] then printf "%s doesn't exist!\n\n" "$I386_ROOT/$PREFIX/bin/wine" - printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine mesa-dri" + printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine-devel mesa-dri" ABI=$(pkg config ABI | sed s/amd64/i386/) FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"` cat <<- HERE