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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C459813835A for ; Sat, 8 May 2021 13:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0FEDE0798; Sat, 8 May 2021 13:03:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA236E078A for ; Sat, 8 May 2021 13:03:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 835C7340E7A for ; Sat, 8 May 2021 13:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0CA274C for ; Sat, 8 May 2021 13:03:22 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1620478989.27cca9bf1fd1d36ae3a736de7b7c9df00751604b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_perl/files/, www-apache/mod_perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch www-apache/mod_perl/mod_perl-2.0.11.ebuild X-VCS-Directories: www-apache/mod_perl/ www-apache/mod_perl/files/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 27cca9bf1fd1d36ae3a736de7b7c9df00751604b X-VCS-Branch: master Date: Sat, 8 May 2021 13:03:22 +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: b3de5cbc-b33f-4600-9a1d-064624bc6130 X-Archives-Hash: c133b3b7ae1c9e1a2e5479ce5fda8012 commit: 27cca9bf1fd1d36ae3a736de7b7c9df00751604b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 8 13:02:25 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 8 13:03:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cca9bf www-apache/mod_perl: Fix build, bug 728554 Patch by Chris Hall Closes: https://bugs.gentoo.org/728554 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch | 11 +++++++++++ www-apache/mod_perl/mod_perl-2.0.11.ebuild | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch b/www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch new file mode 100644 index 00000000000..a8e9e303693 --- /dev/null +++ b/www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch @@ -0,0 +1,11 @@ +--- ./lib/Apache2/Build.pm~ 2019-10-05 12:04:39.000000000 +0100 ++++ ./lib/Apache2/Build.pm 2020-10-28 19:20:40.809279091 +0000 +@@ -1664,7 +1664,7 @@ + + my $ranlib = "\t" . '$(MODPERL_RANLIB) $@' . "\n"; + +- $link .= "\n" . $ranlib unless (DARWIN or OPENBSD); ++ #$link .= "\n" . $ranlib unless (DARWIN or OPENBSD); + + $link; + } diff --git a/www-apache/mod_perl/mod_perl-2.0.11.ebuild b/www-apache/mod_perl/mod_perl-2.0.11.ebuild index 014692d57e0..3248c243ac0 100644 --- a/www-apache/mod_perl/mod_perl-2.0.11.ebuild +++ b/www-apache/mod_perl/mod_perl-2.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -61,6 +61,7 @@ PATCHES=( "${FILESDIR}/${PN}"-2.0.4-inline.patch # 550244 "${FILESDIR}/${PN}"-2.0.10_rc1-bundled-Apache-Test.patch # 352724 "${FILESDIR}/${PN}"-2.0.10_rc1-Gentoo-not-Unix.patch + "${FILESDIR}/${PN}"-2.0.11-ranlib.patch # 728554 ) src_prepare() {