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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BA711581F0 for ; Fri, 10 Jan 2025 21:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7D5EE0809; Fri, 10 Jan 2025 21:45:34 +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 A9F2FE0806 for ; Fri, 10 Jan 2025 21:45:34 +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 888F1335DC5 for ; Fri, 10 Jan 2025 21:45:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D57501F92 for ; Fri, 10 Jan 2025 21:45:31 +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: <1736545298.81cf3a3b8587d21c42466e840e6f82c2f2382c4c.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddcutil/files/ddcutil-1.2.2-no-werror.patch app-misc/ddcutil/files/ddcutil-2.0.0-fix-build-with-usb-monitor-disabled.patch X-VCS-Directories: app-misc/ddcutil/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 81cf3a3b8587d21c42466e840e6f82c2f2382c4c X-VCS-Branch: master Date: Fri, 10 Jan 2025 21:45:31 +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: 9472e5dc-e607-4fc8-ab9f-06e3eec3a1d6 X-Archives-Hash: 297740816ee4b67111b066217f362359 commit: 81cf3a3b8587d21c42466e840e6f82c2f2382c4c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Jan 10 15:57:06 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jan 10 21:41:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cf3a3b app-misc/ddcutil: remove unused patches Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ionen Wolkens gentoo.org> .../ddcutil/files/ddcutil-1.2.2-no-werror.patch | 41 ---------------------- ...2.0.0-fix-build-with-usb-monitor-disabled.patch | 22 ------------ 2 files changed, 63 deletions(-) diff --git a/app-misc/ddcutil/files/ddcutil-1.2.2-no-werror.patch b/app-misc/ddcutil/files/ddcutil-1.2.2-no-werror.patch deleted file mode 100644 index caedb9922d27..000000000000 --- a/app-misc/ddcutil/files/ddcutil-1.2.2-no-werror.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/src/adl/Makefile.am -+++ b/src/adl/Makefile.am -@@ -6,7 +6,6 @@ AM_CPPFLAGS = \ - AM_CPPFLAGS += -I@ADL_HEADER_DIR@ - - AM_CFLAGS = -Wall --AM_CFLAGS += -Werror - - if ENABLE_CALLGRAPH_COND - AM_CFLAGS += -fdump-rtl-expand ---- a/src/app_sysenv/Makefile.am -+++ b/src/app_sysenv/Makefile.am -@@ -12,7 +12,6 @@ endif - - - AM_CFLAGS = -Wall --AM_CFLAGS += -Werror - # AM_CFLAGS += -Wpedantic - - if ENABLE_CALLGRAPH_COND ---- a/src/i2c/Makefile.am -+++ b/src/i2c/Makefile.am -@@ -4,7 +4,6 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/src/public - - AM_CFLAGS = -Wall --AM_CFLAGS += -Werror - # AM_CFLAGS += -Wpedantic - - if ENABLE_CALLGRAPH_COND ---- a/src/test/Makefile.am -+++ b/src/test/Makefile.am -@@ -4,7 +4,7 @@ $(GLIB_CFLAGS) \ - -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/public - --AM_CFLAGS = -Wall -Werror -+AM_CFLAGS = -Wall - - CLEANFILES = \ - *expand diff --git a/app-misc/ddcutil/files/ddcutil-2.0.0-fix-build-with-usb-monitor-disabled.patch b/app-misc/ddcutil/files/ddcutil-2.0.0-fix-build-with-usb-monitor-disabled.patch deleted file mode 100644 index 3fc988eac350..000000000000 --- a/app-misc/ddcutil/files/ddcutil-2.0.0-fix-build-with-usb-monitor-disabled.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/918124 -https://github.com/rockowitz/ddcutil/commit/4e2681a89fc5ba1ab5f909e30baf9eef0c99e5bd -diff --git a/src/cmdline/cmd_parser_goption.c b/src/cmdline/cmd_parser_goption.c -index 342d7b03..5168861f 100644 ---- a/src/cmdline/cmd_parser_goption.c -+++ b/src/cmdline/cmd_parser_goption.c -@@ -1604,6 +1604,7 @@ parse_command( - FREE(fl2_work); - } - -+#ifdef USE_USB - if (ignored_vid_pid) { - int ndx = 0; - for (char * cur = ignored_vid_pid[ndx]; cur && ndx < 10; cur=ignored_vid_pid[++ndx]) { -@@ -1630,6 +1631,7 @@ parse_command( - ntsa_free(ignored_vid_pid,true); - ignored_vid_pid = NULL; - } -+#endif - - if (sleep_multiplier_work) { - float multiplier = 0.0f;