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 5EB50158041 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 A7002E2A1E; Sun, 24 Mar 2024 14:42:28 +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 9244EE2A1E 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 D3472335D7B 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 71604B6D 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: <1711290462.779308f3b6981624f39e260016565e8384ba61c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/, net-misc/apt-cacher-ng/files/ 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-musl.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: 779308f3b6981624f39e260016565e8384ba61c9 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: 0566f6b6-ebc2-4344-88e3-619de3ae7a8f X-Archives-Hash: 0bf2b877cfc16c1488f33577b574a5c4 commit: 779308f3b6981624f39e260016565e8384ba61c9 Author: Sam James gentoo org> AuthorDate: Sun Mar 24 14:20:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 24 14:27:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779308f3 net-misc/apt-cacher-ng: fix build w/ musl Closes: https://bugs.gentoo.org/716564 Signed-off-by: Sam James gentoo.org> net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild | 1 + net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-musl.patch | 11 +++++++++++ 2 files changed, 12 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 390dc77a0974..1e0a7e08db8f 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 @@ -37,6 +37,7 @@ PATCHES=( "${FILESDIR}/${PN}-3.5-perl-syntax.patch" "${FILESDIR}/${PN}-3.6-optional-systemd.patch" "${FILESDIR}/${PN}-3.7.4-strlcpy-glibc-2.38.patch" + "${FILESDIR}/${PN}-3.7.4-musl.patch" ) S="${WORKDIR}/${MY_P}" diff --git a/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-musl.patch b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-musl.patch new file mode 100644 index 000000000000..01fb990fc98c --- /dev/null +++ b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-musl.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/716564 +--- a/src/meta.h ++++ b/src/meta.h +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + #include "astrop.h" +