public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Curl/
Date: Fri, 16 Jun 2017 12:28:38 +0000 (UTC)	[thread overview]
Message-ID: <1497616084.4c4346b0e122b7684040b0cb11091cc003eb9777.kentnl@gentoo> (raw)

commit:     4c4346b0e122b7684040b0cb11091cc003eb9777
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 01:42:13 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 12:28:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4346b0

dev-perl/WWW-Curl: Fix for '.' in @INC

Generic Module::Install fix for Perl 5.26

Bug: https://rt.cpan.org/Ticket/Display.html?id=122110
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
index 00437374662..8a61bc797f1 100644
--- a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
+++ b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
@@ -20,3 +20,9 @@ DEPEND="${RDEPEND}"
 SRC_TEST=online
 
 PATCHES=("${FILESDIR}"/${PN}-4.150.0-curl-7.50.2.patch)
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


             reply	other threads:[~2017-06-16 12:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-16 12:28 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-09 17:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Curl/ Arthur Zamarin
2023-05-10  0:25 Robin H. Johnson
2021-10-02 22:08 Andreas K. Hüttel
2021-04-26 23:25 Andreas K. Hüttel
2018-08-22  0:05 Mikle Kolyada
2018-08-19 18:45 Matt Turner
2017-01-01 14:35 Andreas Hüttel
2016-12-28 17:25 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497616084.4c4346b0e122b7684040b0cb11091cc003eb9777.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox