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 84EDA15808B for ; Tue, 12 Apr 2022 13:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F981E0858; Tue, 12 Apr 2022 13:24:30 +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 3CA19E0858 for ; Tue, 12 Apr 2022 13:24: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 510A4341B60 for ; Tue, 12 Apr 2022 13:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E15C0290 for ; Tue, 12 Apr 2022 13:24:25 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1649769862.e1334ba4a790325be74941f734867def8bdcaa72.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-http/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-http/pecl-http-3.2.5.ebuild dev-php/pecl-http/pecl-http-4.2.2.ebuild X-VCS-Directories: dev-php/pecl-http/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e1334ba4a790325be74941f734867def8bdcaa72 X-VCS-Branch: master Date: Tue, 12 Apr 2022 13:24:25 +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: 7f30c7de-6703-4c18-934b-cffa57f46b86 X-Archives-Hash: c1b97b5beea700408cdccafcb25fa931 commit: e1334ba4a790325be74941f734867def8bdcaa72 Author: Brian Evans gentoo org> AuthorDate: Tue Apr 12 13:15:59 2022 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Apr 12 13:24:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1334ba4 dev-php/pecl-http: Add compile options to remove automatic deps Limits IDNA implementation to net-dns/libidn2 Future customization with USE is possible, but it does not make sense to have multiple IDNA implementations. The code removes duplicate calls even if many libraries are linked. Closes: https://bugs.gentoo.org/837917 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-http/pecl-http-3.2.5.ebuild | 4 +++- dev-php/pecl-http/pecl-http-4.2.2.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-http/pecl-http-3.2.5.ebuild b/dev-php/pecl-http/pecl-http-3.2.5.ebuild index 484ce862f8fe..9cadd35fc682 100644 --- a/dev-php/pecl-http/pecl-http-3.2.5.ebuild +++ b/dev-php/pecl-http/pecl-http-3.2.5.ebuild @@ -38,7 +38,9 @@ RDEPEND="${DEPEND} php_targets_php8-0? ( dev-php/pecl-http:8[php_targets_php8-0(-)] ) php_targets_php8-1? ( dev-php/pecl-http:8[php_targets_php8-1(-)] )" -PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps --without-http-libidn-dir ) +PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps + --without-http-libidn-dir --without-http-libicu-dir + --without-http-libidnkit2-dir --without-http-libidnkit-dir ) PATCHES=( "${FILESDIR}/${PN}-3.2.4-curl-cookies.patch" ) diff --git a/dev-php/pecl-http/pecl-http-4.2.2.ebuild b/dev-php/pecl-http/pecl-http-4.2.2.ebuild index d0642996b9c7..da62a219af9e 100644 --- a/dev-php/pecl-http/pecl-http-4.2.2.ebuild +++ b/dev-php/pecl-http/pecl-http-4.2.2.ebuild @@ -36,7 +36,9 @@ DEPEND=" RDEPEND="${DEPEND} php_targets_php7-4? ( dev-php/pecl-http:7[php_targets_php7-4(-)] )" -PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps --without-http-libidn-dir ) +PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps + --without-http-libidn-dir --without-http-libicu-dir + --without-http-libidnkit2-dir --without-http-libidnkit-dir ) src_prepare() { if use php_targets_php8-0 || use php_targets_php8-1 ; then