From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1488329-garchives=archives.gentoo.org@lists.gentoo.org> 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 4B30D15800F for <garchives@archives.gentoo.org>; Sun, 19 Feb 2023 19:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84260E0970; Sun, 19 Feb 2023 19:56:03 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CC95E0970 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2023 19:56:03 +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 AF9B6340CAC for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2023 19:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8AE8B7 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2023 19:56:01 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1676836549.6377b4c91315f0b5e1da1177e347627b8033852b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/haproxy/haproxy-2.2.25.ebuild net-proxy/haproxy/haproxy-2.2.29.ebuild net-proxy/haproxy/haproxy-2.2.9999.ebuild net-proxy/haproxy/haproxy-2.4.18.ebuild net-proxy/haproxy/haproxy-2.4.22.ebuild net-proxy/haproxy/haproxy-2.4.9999.ebuild net-proxy/haproxy/haproxy-2.6.9.ebuild net-proxy/haproxy/haproxy-2.6.9999.ebuild net-proxy/haproxy/haproxy-2.7.3.ebuild net-proxy/haproxy/haproxy-2.7.9999.ebuild net-proxy/haproxy/haproxy-9999.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6377b4c91315f0b5e1da1177e347627b8033852b X-VCS-Branch: master Date: Sun, 19 Feb 2023 19:56:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81747297-2b29-4f74-99dd-db79e3f6097b X-Archives-Hash: f6fbec7317de5e999d8fc12f2a5e3c18 commit: 6377b4c91315f0b5e1da1177e347627b8033852b Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Fri Feb 17 15:11:23 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 19:55:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6377b4c9 net-proxy/haproxy: fix musl support in all available versions TARGET needs to be set to linux-musl for proper musl support. It is available since version 2.2, therefore all currently present ebuilds are updated appropriately. Closes: https://bugs.gentoo.org/866053 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29637 Signed-off-by: Sam James <sam <AT> gentoo.org> net-proxy/haproxy/haproxy-2.2.25.ebuild | 9 +++++++-- net-proxy/haproxy/haproxy-2.2.29.ebuild | 7 ++++++- net-proxy/haproxy/haproxy-2.2.9999.ebuild | 9 +++++++-- net-proxy/haproxy/haproxy-2.4.18.ebuild | 9 +++++++-- net-proxy/haproxy/haproxy-2.4.22.ebuild | 7 ++++++- net-proxy/haproxy/haproxy-2.4.9999.ebuild | 9 +++++++-- net-proxy/haproxy/haproxy-2.6.9.ebuild | 7 ++++++- net-proxy/haproxy/haproxy-2.6.9999.ebuild | 9 +++++++-- net-proxy/haproxy/haproxy-2.7.3.ebuild | 7 ++++++- net-proxy/haproxy/haproxy-2.7.9999.ebuild | 9 +++++++-- net-proxy/haproxy/haproxy-9999.ebuild | 9 +++++++-- 11 files changed, 73 insertions(+), 18 deletions(-) diff --git a/net-proxy/haproxy/haproxy-2.2.25.ebuild b/net-proxy/haproxy/haproxy-2.2.25.ebuild index 93008743019c..dc5155b408da 100644 --- a/net-proxy/haproxy/haproxy-2.2.25.ebuild +++ b/net-proxy/haproxy/haproxy-2.2.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -75,12 +75,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.2.29.ebuild b/net-proxy/haproxy/haproxy-2.2.29.ebuild index 5a6ecbd9677d..752bdc4828b3 100644 --- a/net-proxy/haproxy/haproxy-2.2.29.ebuild +++ b/net-proxy/haproxy/haproxy-2.2.29.ebuild @@ -75,12 +75,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.2.9999.ebuild b/net-proxy/haproxy/haproxy-2.2.9999.ebuild index 2bf20bf3ac64..752bdc4828b3 100644 --- a/net-proxy/haproxy/haproxy-2.2.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.2.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -75,12 +75,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.4.18.ebuild b/net-proxy/haproxy/haproxy-2.4.18.ebuild index a0008b4be30c..883ab8118c3f 100644 --- a/net-proxy/haproxy/haproxy-2.4.18.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -70,12 +70,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.4.22.ebuild b/net-proxy/haproxy/haproxy-2.4.22.ebuild index 1dc2f69b3bad..a4d1fb37c08b 100644 --- a/net-proxy/haproxy/haproxy-2.4.22.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.22.ebuild @@ -71,12 +71,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.4.9999.ebuild b/net-proxy/haproxy/haproxy-2.4.9999.ebuild index ab90e472bdf0..ff2118770d3f 100644 --- a/net-proxy/haproxy/haproxy-2.4.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -70,12 +70,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.6.9.ebuild b/net-proxy/haproxy/haproxy-2.6.9.ebuild index 83227697a6a5..7c18e82dbedb 100644 --- a/net-proxy/haproxy/haproxy-2.6.9.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.9.ebuild @@ -70,12 +70,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.6.9999.ebuild b/net-proxy/haproxy/haproxy-2.6.9999.ebuild index fd42fd4cb085..7c18e82dbedb 100644 --- a/net-proxy/haproxy/haproxy-2.6.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -70,12 +70,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.7.3.ebuild b/net-proxy/haproxy/haproxy-2.7.3.ebuild index 83227697a6a5..7c18e82dbedb 100644 --- a/net-proxy/haproxy/haproxy-2.7.3.ebuild +++ b/net-proxy/haproxy/haproxy-2.7.3.ebuild @@ -70,12 +70,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-2.7.9999.ebuild b/net-proxy/haproxy/haproxy-2.7.9999.ebuild index fd42fd4cb085..7c18e82dbedb 100644 --- a/net-proxy/haproxy/haproxy-2.7.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.7.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -70,12 +70,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) ) diff --git a/net-proxy/haproxy/haproxy-9999.ebuild b/net-proxy/haproxy/haproxy-9999.ebuild index fd42fd4cb085..7c18e82dbedb 100644 --- a/net-proxy/haproxy/haproxy-9999.ebuild +++ b/net-proxy/haproxy/haproxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -70,12 +70,17 @@ pkg_setup() { src_compile() { local -a args=( V=1 - TARGET=linux-glibc # Switching to PCRE2 by default, bug 838013 PCRE= PCRE_JIT= ) + if use elibc_musl; then + args+=( TARGET=linux-musl ) + else + args+=( TARGET=linux-glibc ) + fi + # TODO: PCRE2_WIDTH? args+=( $(haproxy_use threads THREAD) ) args+=( $(haproxy_use crypt LIBCRYPT) )