git: d1eb332c0e14 - main - emulators/wine-devel: Fix message in wine-wow64.sh
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Dec 2021 16:09:09 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1eb332c0e149647703cf17d61fd0af16cc4d379 commit d1eb332c0e149647703cf17d61fd0af16cc4d379 Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2021-12-04 16:06:52 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-12-04 16:08:07 +0000 emulators/wine-devel: Fix message in wine-wow64.sh The reference to wine for i386 really needs to be wine-devel to match this port. PR: 259827 --- emulators/wine-devel/Makefile | 1 + emulators/wine-devel/files/wine-wow64.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 619c4992cfaf..a0a4d1096215 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= wine DISTVERSION= 6.22 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/files/wine-wow64.sh b/emulators/wine-devel/files/wine-wow64.sh index a7b1efba17cc..3a3ea25bb4c5 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" exit 1 fi