FreeBSD Bugzilla – Attachment 249941 Details for
Bug 278337
games/mizuma: Update to 2024.04
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-games-mizuma-Update-to-2023.04.patch
0001-games-mizuma-Update-to-2023.04.patch (text/plain), 3.21 KB, created by
Alexander Vereeken
on 2024-04-12 21:56:49 UTC
(
hide
)
Description:
0001-games-mizuma-Update-to-2023.04.patch
Filename:
MIME Type:
Creator:
Alexander Vereeken
Created:
2024-04-12 21:56:49 UTC
Size:
3.21 KB
patch
obsolete
>From 2105b3064d7b1da7076d830118260e40b70ccc56 Mon Sep 17 00:00:00 2001 >From: Alexander Vereeken <Alexander88207@protonmail.com> >Date: Fri, 12 Apr 2024 23:31:43 +0200 >Subject: [PATCH] games/mizuma: Update to 2023.04 > >Changes: > >- Removed "Run a foreign executable in a selected prefix" >as it is now included in winetricks. > >- Added the Move function that moves the downloaded app file >into the installation prefix. > >- Improved detection if someone is trying to run it as root. > >Changes to the port: > >- Depend on wine8 as the updated regular Wine port >doesn't have an patch for WoW64 functionality. > > PR: 278337 > Approved by: Submitter is maintainer >--- > games/mizuma/Makefile | 4 ++-- > games/mizuma/distinfo | 6 +++--- > games/mizuma/files/patch-Mizuma | 14 ++++++++++++++ > 3 files changed, 19 insertions(+), 5 deletions(-) > create mode 100644 games/mizuma/files/patch-Mizuma > >diff --git a/games/mizuma/Makefile b/games/mizuma/Makefile >index 46e04f408..f3f5941c1 100644 >--- a/games/mizuma/Makefile >+++ b/games/mizuma/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= mizuma >-DISTVERSION= 2024.01 >+DISTVERSION= 2024.04 > CATEGORIES= games emulators > MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/ > >@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture > RUN_DEPENDS= 7zz:archivers/7-zip \ > bash:shells/bash \ > vulkaninfo:graphics/vulkan-tools \ >- wine:emulators/wine \ >+ wine:emulators/wine8 \ > wine-mono>0:emulators/wine-mono \ > winetricks:emulators/winetricks \ > xdg-open:devel/xdg-utils \ >diff --git a/games/mizuma/distinfo b/games/mizuma/distinfo >index c95842e30..b3fd11131 100644 >--- a/games/mizuma/distinfo >+++ b/games/mizuma/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1705748798 >-SHA256 (mizuma-2024.01.tar.gz) = a82efc4b139fb1dace0347566e8a63711b07c536ca15521af733d00d07673ee3 >-SIZE (mizuma-2024.01.tar.gz) = 194278 >+TIMESTAMP = 1712950590 >+SHA256 (mizuma-2024.04.tar.gz) = 3fbd66140b5879b726c00189573b9c1506f5b8fa57383b14c9d6c814ded68166 >+SIZE (mizuma-2024.04.tar.gz) = 218668 >diff --git a/games/mizuma/files/patch-Mizuma b/games/mizuma/files/patch-Mizuma >new file mode 100644 >index 000000000..8b297cd1a >--- /dev/null >+++ b/games/mizuma/files/patch-Mizuma >@@ -0,0 +1,14 @@ >+--- Mizuma.orig 2024-04-12 19:39:20 UTC >++++ Mizuma >+@@ -336,9 +336,9 @@ if [ $online -eq 0 ]; then >+ nc -z 1.1.1.1 80 >/dev/null 2>&1 >+ online=$? >+ if [ $online -eq 0 ]; then >+-if [ ! -f "$HOME/.i386-wine-pkg/usr/local/libdata/ldconfig/wine" ]; then >++if [ ! -f "$HOME/.i386-wine-pkg/usr/local/libdata/ldconfig/wine8" ]; then >+ echo -e "\e[3;5;0;96mSetting up 32-Bit libraries ...\e[30;48;5;82m\e[0m" >+-/usr/local/share/wine/pkg32.sh install -y wine mesa-dri | zenity --auto-close --percentage=15 --progress --title="$NAME - 32-Bit maintenance" --text="Installing 32-Bit libraries" >++/usr/local/share/wine/pkg32.sh install -y wine8 mesa-dri | zenity --auto-close --percentage=15 --progress --title="$NAME - 32-Bit maintenance" --text="Installing 32-Bit libraries" >+ MesaDEV=$(pkg info mesa-devel) >+ if [[ $MesaDEV == *"Name : mesa-devel"* ]]; then >+ MD=$(question "It looks like that you have installed mesa-devel, do you like to install mesa-devel for the Wine 32-Bit part too?") >-- >2.44.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
Alexander88207
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 278337
: 249941