Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2023 21:18:37 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8cd3e4f0fc7a - main - emulators/wine7: Adjust 32-bit pkg invocation for WoW64
Message-ID:  <202308172118.37HLIbtt014463@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cd3e4f0fc7a696019bd3cbeaa810679f23d1482

commit 8cd3e4f0fc7a696019bd3cbeaa810679f23d1482
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-08-16 11:41:53 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-08-17 21:08:39 +0000

    emulators/wine7: Adjust 32-bit pkg invocation for WoW64
    
    When cloning wine7 from emulators/wine we missed to update the
    wine-wow64.sh script with the new package name.
    
    PR:             273137
---
 emulators/wine7/files/wine-wow64.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/wine7/files/wine-wow64.sh b/emulators/wine7/files/wine-wow64.sh
index ca324c2d50a2..99d2e36975b5 100644
--- a/emulators/wine7/files/wine-wow64.sh
+++ b/emulators/wine7/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 wine7 mesa-dri"
   ABI=$(pkg config ABI | sed s/amd64/i386/)
   FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"`
   cat <<- HERE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308172118.37HLIbtt014463>