From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A3FE1584AD for ; Sat, 10 May 2025 00:54:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3584234316E for ; Sat, 10 May 2025 00:54:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2F66511036F; Sat, 10 May 2025 00:54:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 290C111036F for ; Sat, 10 May 2025 00:54:00 +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 DA81D34316A for ; Sat, 10 May 2025 00:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 765FC20FB for ; Sat, 10 May 2025 00:53:58 +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: <1746838221.3e16a6f093a3a974a79f39308dc6bcdd2592f942.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddccontrol/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddccontrol/ddccontrol-1.0.3.ebuild X-VCS-Directories: app-misc/ddccontrol/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3e16a6f093a3a974a79f39308dc6bcdd2592f942 X-VCS-Branch: master Date: Sat, 10 May 2025 00:53:58 +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: 18d2fe86-dab1-4b2c-a179-bb9f3a85cbde X-Archives-Hash: 86cf5837eb9341a61ab09d324cf46285 commit: 3e16a6f093a3a974a79f39308dc6bcdd2592f942 Author: Sam James gentoo org> AuthorDate: Sat May 10 00:50:21 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 10 00:50:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e16a6f0 app-misc/ddccontrol: drop broken sed on non-amd64/x86 In... commit e620abbc937619f3d69896ff4d7ace2696bc0c93 Author: Manuel RĂ¼ger gentoo.org> Date: Wed Jul 10 09:46:16 2013 +0000 Non-maintainer commit: Add support for fglrx (AMD ADL). Fix desktop file. See bug #475568 (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key ) ... .in gets changed to .ini, which seems weird. The line itself goes back to: commit 3255c2e57a7c24147aa50ca7cf9603211e790e9a Author: Robin H. Johnson gentoo.org> Date: Sun Jul 15 07:44:37 2007 +0000 Bug #163057 - compile fix for zlib'd pciutils. Also fix compile on ppc for in/out/ioperm usage. (Portage version: 2.1.3_rc8) Back then, it was: + if [ "${ARCH/64}" == "ppc" ]; then It changed to the current arch check with: commit 5cb6622ff2a100c12d020f1d03bf25ac9670e072 Author: Mike Frysinger gentoo.org> Date: Wed Jan 25 02:17:34 2012 +0000 Migrate to EAPI=4, fix build with newer automake with patch from upstream, add USE=static-libs support, and add USE=ddcpci to control the setuid binary. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) In any case, let's just drop it and see what happens. Especially given it's been broken for non-amd64 + x86 (which is the case it's supposed to help with) for several months at the very least. Closes: https://bugs.gentoo.org/949965 Signed-off-by: Sam James gentoo.org> app-misc/ddccontrol/ddccontrol-1.0.3.ebuild | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/app-misc/ddccontrol/ddccontrol-1.0.3.ebuild b/app-misc/ddccontrol/ddccontrol-1.0.3.ebuild index 6cbf5efddb67..89dbde971c8f 100644 --- a/app-misc/ddccontrol/ddccontrol-1.0.3.ebuild +++ b/app-misc/ddccontrol/ddccontrol-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -51,22 +51,6 @@ BDEPEND=" " src_prepare() { - # ppc/ppc64 do not have inb/outb/ioperm - # they also do not have (sys|asm)/io.h - if ! use amd64 && ! use x86 ; then - local card - for card in sis intel810 ; do - sed -r -i \ - -e "/${card}.Po/d" \ - -e "s~${card}[^[:space:]]*~ ~g" \ - src/ddcpci/Makefile.{am,ini} || die - done - sed -i \ - -e '/sis_/d' \ - -e '/i810_/d' \ - src/ddcpci/main.c || die - fi - default ## Save for a rainy day or future patching