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 BF42C158041 for ; Sun, 24 Mar 2024 14:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B8ADE2A20; Sun, 24 Mar 2024 14:42:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3AE2E2A20 for ; Sun, 24 Mar 2024 14:42: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 E779E33BF36 for ; Sun, 24 Mar 2024 14:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8565BB71 for ; Sun, 24 Mar 2024 14:42: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: <1711290463.4ae8f96b83215d032a76cfc9e3b33f1beb47844d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/files/, net-misc/apt-cacher-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch X-VCS-Directories: net-misc/apt-cacher-ng/ net-misc/apt-cacher-ng/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ae8f96b83215d032a76cfc9e3b33f1beb47844d X-VCS-Branch: master Date: Sun, 24 Mar 2024 14:42: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: 485f72ca-2d0a-4bd9-999d-0f6ea108f53e X-Archives-Hash: 7e11cfc0658f37dfb9d111e250c40e98 commit: 4ae8f96b83215d032a76cfc9e3b33f1beb47844d Author: Sam James gentoo org> AuthorDate: Sun Mar 24 14:27:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 24 14:27:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae8f96b net-misc/apt-cacher-ng: fix build w/ gcc 14 Signed-off-by: Sam James gentoo.org> .../apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild | 1 + .../files/apt-cacher-ng-3.7.4-gcc14.patch | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild index 1e0a7e08db8f..a97170d14427 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild @@ -38,6 +38,7 @@ PATCHES=( "${FILESDIR}/${PN}-3.6-optional-systemd.patch" "${FILESDIR}/${PN}-3.7.4-strlcpy-glibc-2.38.patch" "${FILESDIR}/${PN}-3.7.4-musl.patch" + "${FILESDIR}/${PN}-3.7.4-gcc14.patch" ) S="${WORKDIR}/${MY_P}" diff --git a/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch new file mode 100644 index 000000000000..345d7d5c80e4 --- /dev/null +++ b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch @@ -0,0 +1,39 @@ +--- a/src/aconnect.cc ++++ b/src/aconnect.cc +@@ -6,6 +6,7 @@ + #include "debug.h" + #include "portutils.h" + ++#include + #include + + #include +--- a/src/acregistry.cc ++++ b/src/acregistry.cc +@@ -5,6 +5,7 @@ + #include "cleaner.h" + #include "evabase.h" + ++#include + #include + + #define IN_ABOUT_ONE_DAY 100000 +--- a/src/caddrinfo.cc ++++ b/src/caddrinfo.cc +@@ -1,5 +1,6 @@ + #include "meta.h" + ++#include + #include + #include + #include +--- a/src/header.cc ++++ b/src/header.cc +@@ -10,6 +10,7 @@ + #include "filereader.h" + #include "httpdate.h" + ++#include + #include + #include +