From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 054DE15800A for ; Sun, 13 Aug 2023 19:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 526222BC014; Sun, 13 Aug 2023 19:45:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 371EC2BC014 for ; Sun, 13 Aug 2023 19:45:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B76F335DA0 for ; Sun, 13 Aug 2023 19:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF55F85 for ; Sun, 13 Aug 2023 19:45:39 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1691955557.833cda0ebfeee6e493623e55a4ec94ece9bc9825.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild app-emulation/wine-vanilla/wine-vanilla-8.0.1.ebuild app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild app-emulation/wine-vanilla/wine-vanilla-8.11-r1.ebuild app-emulation/wine-vanilla/wine-vanilla-8.12.ebuild app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild app-emulation/wine-vanilla/wine-vanilla-9999.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 833cda0ebfeee6e493623e55a4ec94ece9bc9825 X-VCS-Branch: master Date: Sun, 13 Aug 2023 19:45:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d91f151b-377f-4c0f-a298-619ff6565352 X-Archives-Hash: 2bfb8071567abd96654d6b723d31eefd commit: 833cda0ebfeee6e493623e55a4ec94ece9bc9825 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Aug 13 19:32:13 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Aug 13 19:39:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833cda0e app-emulation/wine-vanilla: adjust comments w/ bugref for clang Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-8.0.1.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-8.11-r1.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-8.12.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild | 3 ++- app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 3 ++- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild index eee523c84dde..ddff00b2ea43 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild @@ -178,7 +178,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.0.1.ebuild index aed49df3605b..fff16211ef70 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.0.1.ebuild @@ -176,7 +176,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild index ca24322d73fc..fb1ab81d78d7 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild @@ -176,7 +176,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.11-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.11-r1.ebuild index 9573a0a88c0b..ba2f5e2f4c08 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.11-r1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.11-r1.ebuild @@ -180,7 +180,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.12.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.12.ebuild index 9573a0a88c0b..ba2f5e2f4c08 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.12.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.12.ebuild @@ -180,7 +180,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild index 8eec4853243e..3822698583f1 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild @@ -36,6 +36,7 @@ IUSE=" +truetype udev udisks +unwind usb v4l +vulkan wayland wow64 +xcomposite xinerama" # bug #551124 for truetype +# TODO: wow64 can be done without mingw if using clang (needs bug #912237) REQUIRED_USE=" X? ( truetype ) crossdev-mingw? ( mingw ) @@ -192,7 +193,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 8eec4853243e..3822698583f1 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -36,6 +36,7 @@ IUSE=" +truetype udev udisks +unwind usb v4l +vulkan wayland wow64 +xcomposite xinerama" # bug #551124 for truetype +# TODO: wow64 can be done without mingw if using clang (needs bug #912237) REQUIRED_USE=" X? ( truetype ) crossdev-mingw? ( mingw ) @@ -192,7 +193,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi