Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/XML-XSH2/files/, app-editors/XML-XSH2/
Date: Sat, 08 Jul 2017 21:28:18
Message-Id: 1499549279.a80da3dd5f90009fad37c2b451c95af45beb624a.dilfridge@gentoo
1 commit: a80da3dd5f90009fad37c2b451c95af45beb624a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 21:27:59 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 21:27:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80da3dd
7
8 app-editors/XML-XSH2: Add build fix for Perl 5.26, bug 623216
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild | 2 ++
13 app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch | 12 ++++++++++++
14 2 files changed, 14 insertions(+)
15
16 diff --git a/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild b/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild
17 index 737f14ba86a..f83993ee465 100644
18 --- a/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild
19 +++ b/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild
20 @@ -30,3 +30,5 @@ RDEPEND="
21 DEPEND="${RDEPEND}
22 virtual/perl-ExtUtils-MakeMaker
23 "
24 +
25 +PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
26
27 diff --git a/app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch b/app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch
28 new file mode 100644
29 index 00000000000..c1232f3c935
30 --- /dev/null
31 +++ b/app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch
32 @@ -0,0 +1,12 @@
33 +diff -ruN XML-XSH2-2.1.26.orig/Makefile.PL XML-XSH2-2.1.26/Makefile.PL
34 +--- XML-XSH2-2.1.26.orig/Makefile.PL 2016-07-09 09:01:59.000000000 +0200
35 ++++ XML-XSH2-2.1.26/Makefile.PL 2017-07-08 23:26:00.426453212 +0200
36 +@@ -4,6 +4,8 @@
37 +
38 + use ExtUtils::MakeMaker;
39 +
40 ++use lib q[.];
41 ++
42 + $| = 1;
43 +
44 + WriteMakefile(