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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC3021581C1 for ; Tue, 16 Jul 2024 07:46:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9C35E2A45; Tue, 16 Jul 2024 07:46:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C52F8E2A45 for ; Tue, 16 Jul 2024 07:46:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7AD233BF41 for ; Tue, 16 Jul 2024 07:46:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF901E1A for ; Tue, 16 Jul 2024 07:46:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1721115934.29e6638615c6ae297d0af887b7644e76a766fd1a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/, games-util/xboxdrv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xboxdrv/files/xboxdrv-0.8.8-boost-1.85.patch games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild X-VCS-Directories: games-util/xboxdrv/ games-util/xboxdrv/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29e6638615c6ae297d0af887b7644e76a766fd1a X-VCS-Branch: master Date: Tue, 16 Jul 2024 07:46:26 +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: 94ce42c9-ff3e-4b89-8712-d1dacede6574 X-Archives-Hash: 9509719da7895984f0652100b3e9f9d2 commit: 29e6638615c6ae297d0af887b7644e76a766fd1a Author: Sam James gentoo org> AuthorDate: Tue Jul 16 07:45:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 16 07:45:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e66386 games-util/xboxdrv: fix build w/ boost-1.85 Thanks to Bugs Bugs for the patch on the bug. It's kind of a stub but it's only for a debug message so not so bad until we can package the fork mentioned in the bug. Closes: https://bugs.gentoo.org/932747 Signed-off-by: Sam James gentoo.org> games-util/xboxdrv/files/xboxdrv-0.8.8-boost-1.85.patch | 12 ++++++++++++ games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild | 7 ++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/games-util/xboxdrv/files/xboxdrv-0.8.8-boost-1.85.patch b/games-util/xboxdrv/files/xboxdrv-0.8.8-boost-1.85.patch new file mode 100644 index 000000000000..77e910ababa3 --- /dev/null +++ b/games-util/xboxdrv/files/xboxdrv-0.8.8-boost-1.85.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/932747#c4 +--- a/src/controller.cpp ++++ b/src/controller.cpp +@@ -98,7 +98,7 @@ Controller::set_active(bool v) + { + if (m_is_active != v) + { +- log_debug("activation status: " << v << " " << m_activation_cb); ++ log_debug("activation status: " << v << " " << "unknown"); + m_is_active = v; + if (m_activation_cb) + { diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild index 45fe2ace917b..4a0f4935dcc0 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild @@ -37,9 +37,10 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}/"xboxdrv-0.8.8-some-boost-fix.patch - "${FILESDIR}/"xboxdrv-0.8.8-Update-SConstruct-to-python3.patch - "${FILESDIR}/"xboxdrv-0.8.8-Updating-python-code-to-python3.patch + "${FILESDIR}/xboxdrv-0.8.8-some-boost-fix.patch" + "${FILESDIR}/xboxdrv-0.8.8-Update-SConstruct-to-python3.patch" + "${FILESDIR}/xboxdrv-0.8.8-Updating-python-code-to-python3.patch" + "${FILESDIR}/xboxdrv-0.8.8-boost-1.85.patch" ) CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD"