Github messages for voidlinux
 help / color / mirror / Atom feed
From: fvalasiad <fvalasiad@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] wine: update to 9.8
Date: Sun, 05 May 2024 03:41:50 +0200	[thread overview]
Message-ID: <20240505014150.B448022825@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50190@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by fvalasiad against master on the void-packages repository

https://github.com/fvalasiad/void-packages wine
https://github.com/void-linux/void-packages/pull/50190

wine: update to 9.8
@Hoshpak 

A patch file from https://github.com/void-linux/void-packages/pull/50190.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wine-50190.patch --]
[-- Type: text/x-diff, Size: 2107 bytes --]

From 5287e4cae18473d30ad9437f3d43e0f7929c02ad Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Sat, 4 May 2024 21:18:28 +0300
Subject: [PATCH] wine: update to 9.8

Upstream wine broke musl, added patch to fix.

Opened a PR with respective patch to upstream wine #5580

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/wine/patches/musl-ntdll.patch | 12 ++++++++++++
 srcpkgs/wine/template                 |  6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/wine/patches/musl-ntdll.patch

diff --git a/srcpkgs/wine/patches/musl-ntdll.patch b/srcpkgs/wine/patches/musl-ntdll.patch
new file mode 100644
index 00000000000000..651b42148a4243
--- /dev/null
+++ b/srcpkgs/wine/patches/musl-ntdll.patch
@@ -0,0 +1,12 @@
+diff --git a/dlls/ntdll/unix/serial.c b/dlls/ntdll/unix/serial.c
+index d48c49c87f6..951ed5d9386 100644
+--- a/dlls/ntdll/unix/serial.c
++++ b/dlls/ntdll/unix/serial.c
+@@ -41,6 +41,7 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <sys/ioctl.h>
++#include <asm/ioctls.h>
+ #ifdef HAVE_SYS_FILIO_H
+ # include <sys/filio.h>
+ #endif
diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template
index cbe0d1c0fc2ed9..2d9801401787ca 100644
--- a/srcpkgs/wine/template
+++ b/srcpkgs/wine/template
@@ -1,6 +1,6 @@
 # Template file for 'wine'
 pkgname=wine
-version=9.7
+version=9.8
 revision=1
 _pkgver=${version/r/-r}
 create_wrksrc=yes
@@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
 homepage="http://www.winehq.org/"
 distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
  https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
-checksum="d9f3c333656e88bd4cef5331f34b1c8b69c964a52759eef745d8ddae51a15353
- e104de4fcca4cabd0f21e7eba674b0c329dd6056e8f57e7ca945e04caf2caabe"
+checksum="86943c838eda8fad9a7940d4099703394bf1d1be9a1014342fed879c7dc3b993
+ eba01cd743fd317319053e0a58be562dd1d10b67748abb005196066e83610c9e"
 
 # NOTE: wine depends on specific versions of wine-mono and wine-gecko,
 # check for updates to these packages when updating wine

  parent reply	other threads:[~2024-05-05  1:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-04 18:22 [PR PATCH] " fvalasiad
2024-05-04 18:28 ` fvalasiad
2024-05-05  1:38 ` [PR PATCH] [Updated] " fvalasiad
2024-05-05  1:41 ` fvalasiad
2024-05-05  1:41 ` fvalasiad [this message]
2024-05-05  5:25 ` [PR PATCH] [Merged]: " Hoshpak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240505014150.B448022825@inbox.vuxu.org \
    --to=fvalasiad@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).