summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-06-09 10:44:58 +1200
committerKent Fredric <kentnl@gentoo.org>2017-06-09 11:11:29 +1200
commit2b1fb180623644ac8747e08e5255840f672d65c9 (patch)
treedc7cfeed96477fcb5dd26a7df6265f7b3305b5fb /dev-perl
parentnet-dialup/freeradius: Security bump to v3.0.14 (bug #620186) (diff)
downloadgentoo-2b1fb180623644ac8747e08e5255840f672d65c9.tar.gz
gentoo-2b1fb180623644ac8747e08e5255840f672d65c9.tar.bz2
gentoo-2b1fb180623644ac8747e08e5255840f672d65c9.zip
dev-perl/Sys-Virt: Patch for '.' in @INC re bug #613584
This patches configure on all versions so that the "do $file" line still works as upstream intended on Perl 5.26 Bug: https://bugs.gentoo.org/613584 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild4
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild4
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild4
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-2.4.0.ebuild3
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-2.5.0.ebuild2
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-3.1.0.ebuild2
-rw-r--r--dev-perl/Sys-Virt/files/no-dot-inc.patch40
7 files changed, 50 insertions, 9 deletions
diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild
index edb51e30888f..2bd597183f39 100644
--- a/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild
+++ b/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/perl-Time-HiRes
)"
-
+PATCHES=( "${FILESDIR}/no-dot-inc.patch" )
SRC_TEST="do"
src_compile() {
diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild
index 5f7a4c1f157a..c1ce63b56f79 100644
--- a/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild
+++ b/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/perl-Time-HiRes
)"
-
+PATCHES=( "${FILESDIR}/no-dot-inc.patch" )
SRC_TEST="do"
src_compile() {
diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild
index 2bafb9acf3d9..e94a68225d52 100644
--- a/dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild
+++ b/dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/perl-Time-HiRes
)"
-
+PATCHES=( "${FILESDIR}/no-dot-inc.patch" )
src_compile() {
MAKEOPTS+=" -j1" perl-module_src_compile
}
diff --git a/dev-perl/Sys-Virt/Sys-Virt-2.4.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-2.4.0.ebuild
index 90d881f1219e..2b6b7c959e20 100644
--- a/dev-perl/Sys-Virt/Sys-Virt-2.4.0.ebuild
+++ b/dev-perl/Sys-Virt/Sys-Virt-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/perl-Time-HiRes
)"
+PATCHES=( "${FILESDIR}/no-dot-inc.patch" )
src_compile() {
MAKEOPTS+=" -j1" perl-module_src_compile
diff --git a/dev-perl/Sys-Virt/Sys-Virt-2.5.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-2.5.0.ebuild
index 6755aa7e83b8..7cdc0637c826 100644
--- a/dev-perl/Sys-Virt/Sys-Virt-2.5.0.ebuild
+++ b/dev-perl/Sys-Virt/Sys-Virt-2.5.0.ebuild
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/perl-Time-HiRes
)"
-
+PATCHES=( "${FILESDIR}/no-dot-inc.patch" )
src_compile() {
MAKEOPTS+=" -j1" perl-module_src_compile
}
diff --git a/dev-perl/Sys-Virt/Sys-Virt-3.1.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-3.1.0.ebuild
index 6755aa7e83b8..7cdc0637c826 100644
--- a/dev-perl/Sys-Virt/Sys-Virt-3.1.0.ebuild
+++ b/dev-perl/Sys-Virt/Sys-Virt-3.1.0.ebuild
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/perl-Time-HiRes
)"
-
+PATCHES=( "${FILESDIR}/no-dot-inc.patch" )
src_compile() {
MAKEOPTS+=" -j1" perl-module_src_compile
}
diff --git a/dev-perl/Sys-Virt/files/no-dot-inc.patch b/dev-perl/Sys-Virt/files/no-dot-inc.patch
new file mode 100644
index 000000000000..b2b05c3e711a
--- /dev/null
+++ b/dev-perl/Sys-Virt/files/no-dot-inc.patch
@@ -0,0 +1,40 @@
+From b04fcc43f602d865f9f5d4fdf90de47943e0027b Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentfredric@gmail.com>
+Date: Fri, 9 Jun 2017 10:19:57 +1200
+Subject: [PATCH] Fix spec.PL for Perl 5.26 '.' removal from @INC
+
+Perl 5.26 removes '.' from @INC, and this breaks the semantics
+of <<do $file>> where $file was assumed to be loaded from '.',
+but not explicitly stated, as 'do' is implemented using the same code
+as "require", that is, assuming @INC traversal.
+
+Inserting a leading "./" forces do to use a special-cased path
+where @INC is not consulted.
+
+Fixes RT#120697
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=120697
+---
+ perl-Sys-Virt.spec.PL | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/perl-Sys-Virt.spec.PL b/perl-Sys-Virt.spec.PL
+index aa3f6fc..d2d687c 100644
+--- a/perl-Sys-Virt.spec.PL
++++ b/perl-Sys-Virt.spec.PL
+@@ -6,10 +6,10 @@ use strict;
+
+ die unless (scalar @ARGV == 1);
+
+-unless (do 'lib/Sys/Virt.pm')
++unless (do './lib/Sys/Virt.pm')
+ {
+ if ($@) { die $@ };
+- die "lib/Sys/Virt.pm: $!";
++ die "./lib/Sys/Virt.pm: $!";
+ }
+
+ local $/ = undef;
+--
+2.13.1
+