pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/po4a Fix build with Perl 5.26.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0594a6f7e1d8
branches:  trunk
changeset: 363423:0594a6f7e1d8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jun 08 11:55:33 2017 +0000

description:
Fix build with Perl 5.26.0.

diffstat:

 textproc/po4a/Makefile               |   3 ++-
 textproc/po4a/distinfo               |   3 ++-
 textproc/po4a/patches/patch-Build.PL |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (48 lines):

diff -r acec9824b1fe -r 0594a6f7e1d8 textproc/po4a/Makefile
--- a/textproc/po4a/Makefile    Thu Jun 08 11:29:24 2017 +0000
+++ b/textproc/po4a/Makefile    Thu Jun 08 11:55:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/08/18 12:52:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2017/06/08 11:55:33 schmonz Exp $
 
 DISTNAME=              po4a-0.48
 CATEGORIES=            textproc
@@ -7,6 +7,7 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://po4a.alioth.debian.org/
 COMMENT=               Tool for using gettext where it was not intended to be used
+LICENSE=               gnu-gpl-v2
 
 DEPENDS+=              p5-gettext>=1.01:../../devel/p5-gettext
 DEPENDS+=              p5-SGMLS-[0-9]*:../../textproc/p5-SGMLS
diff -r acec9824b1fe -r 0594a6f7e1d8 textproc/po4a/distinfo
--- a/textproc/po4a/distinfo    Thu Jun 08 11:29:24 2017 +0000
+++ b/textproc/po4a/distinfo    Thu Jun 08 11:55:33 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2016/08/18 12:52:39 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2017/06/08 11:55:33 schmonz Exp $
 
 SHA1 (po4a-0.48.tar.gz) = 2da707eb1b56998e4c2db84a871d8d5b7c256524
 RMD160 (po4a-0.48.tar.gz) = bd59a7df1ad7ab6029b71d2850978d9e6f656dd2
 SHA512 (po4a-0.48.tar.gz) = aed3203a5030e47af018a46f236001b585673050c9418a7c8d542e6d2426f109c1ecafedce7354c2e538743baa3241653f63c3927b1cdd32500ea00f51ae73cf
 Size (po4a-0.48.tar.gz) = 2383567 bytes
+SHA1 (patch-Build.PL) = 858b9e44360abcc6d002f36c1129f33ebbfdff34
 SHA1 (patch-Po4aBuilder.pm) = 642d3155c5ebd1d85d70dc3359651c602b17fb56
diff -r acec9824b1fe -r 0594a6f7e1d8 textproc/po4a/patches/patch-Build.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/po4a/patches/patch-Build.PL      Thu Jun 08 11:55:33 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-Build.PL,v 1.1 2017/06/08 11:55:34 schmonz Exp $
+
+Fix build with Perl 5.26.0.
+
+--- Build.PL.orig      2016-06-17 09:13:01.000000000 +0000
++++ Build.PL
+@@ -1,6 +1,6 @@
+ #!/usr/bin/perl
+ 
+-use lib q('.');
++use lib q(.);
+ use Po4aBuilder;
+ 
+ my $build = Po4aBuilder->new



Home | Main Index | Thread Index | Old Index