public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/files/
@ 2021-09-19 14:08 Nick Sarnie
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Sarnie @ 2021-09-19 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e02a72bfe8ed2a5aba4d6d3c00a4d6c3a167bd5e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 14 11:17:20 2021 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 14:07:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02a72bf

app-emulation/wine-staging: remove unused patch(es)

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 .../files/wine-staging-6.12-winegcc-equals-args.patch       | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/app-emulation/wine-staging/files/wine-staging-6.12-winegcc-equals-args.patch b/app-emulation/wine-staging/files/wine-staging-6.12-winegcc-equals-args.patch
deleted file mode 100644
index 562b63af063..00000000000
--- a/app-emulation/wine-staging/files/wine-staging-6.12-winegcc-equals-args.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.winehq.org/show_bug.cgi?id=51413
-https://bugs.gentoo.org/800809
---- a/tools/winegcc/winegcc.c
-+++ b/tools/winegcc/winegcc.c
-@@ -1982,7 +1982,7 @@ int main(int argc, char **argv)
-                     if (strncmp("-Wl,", opts.args->base[i], 4) == 0)
- 		    {
-                         unsigned int j;
--                        strarray* Wl = strarray_fromstring(opts.args->base[i] + 4, ",=");
-+                        strarray* Wl = strarray_fromstring(opts.args->base[i] + 4, ",");
-                         for (j = 0; j < Wl->size; j++)
-                         {
-                             if (!strcmp(Wl->base[j], "--image-base") && j < Wl->size - 1)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/files/
@ 2024-07-02  1:57 Ionen Wolkens
  0 siblings, 0 replies; 2+ messages in thread
From: Ionen Wolkens @ 2024-07-02  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7497f6a2ec1407bb281497a7af43003b9dccaf8a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jul  1 20:11:47 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 01:56:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7497f6a2

app-emulation/wine-staging: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../wine-staging-9.8-musl-ioctls-header.patch      | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/app-emulation/wine-staging/files/wine-staging-9.8-musl-ioctls-header.patch b/app-emulation/wine-staging/files/wine-staging-9.8-musl-ioctls-header.patch
deleted file mode 100644
index 7aa1a4c00587..000000000000
--- a/app-emulation/wine-staging/files/wine-staging-9.8-musl-ioctls-header.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://bugs.gentoo.org/931341
-https://gitlab.winehq.org/wine/wine/-/commit/24ca848c568d5a2786abd26f2e7314b2e3f509f3
-From: Fotios Valasiadis <fvalasiad@gmail.com>
-Date: Sun, 5 May 2024 03:34:57 +0300
-Subject: [PATCH] ntdll/unix: Fix building on musl by explicitly including
- asm/ioctls.h.
-
-After commit 898ab8dab19d498c17859f39a55e317ee7e367a5 wine would no longer
-build on musl.
-
-Issue is that apparently TCSETS2 isn't defined when including sys/ioctl.h.
-
-A little digging shows that glibc goes ahead and includes asm/ioctls.h in
-sys/ioctl.h, providing said macro.  Musl on the other hand doesn't and relies
-on bits/ioctl.h, which lacks said macro.
-
-Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---- a/dlls/ntdll/unix/serial.c
-+++ b/dlls/ntdll/unix/serial.c
-@@ -33,6 +33,7 @@
- #include <stdio.h>
- #ifdef HAVE_ASM_TERMBITS_H
- # include <asm/termbits.h>
-+# include <asm/ioctls.h>
- #else
- # include <termios.h>
- #endif
--- 
-GitLab
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-02  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02  1:57 [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/files/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2021-09-19 14:08 Nick Sarnie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox