[arch-commits] Commit in autoconf/trunk (PKGBUILD autoconf-2.69-perl-5.28.patch)

Allan McRae allan at archlinux.org
Sun Nov 4 02:44:30 UTC 2018


    Date: Sunday, November 4, 2018 @ 02:44:30
  Author: allan
Revision: 337801

upgpkg: autoconf 2.69-5

fix FTBFS

Added:
  autoconf/trunk/autoconf-2.69-perl-5.28.patch
Modified:
  autoconf/trunk/PKGBUILD

-------------------------------+
 PKGBUILD                      |    5 ++++-
 autoconf-2.69-perl-5.28.patch |   25 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 02:12:52 UTC (rev 337800)
+++ PKGBUILD	2018-11-04 02:44:30 UTC (rev 337801)
@@ -3,7 +3,7 @@
 
 pkgname=autoconf
 pkgver=2.69
-pkgrel=4
+pkgrel=5
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
@@ -14,10 +14,12 @@
 checkdepends=('gcc-fortran')
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
         autoconf-2.69-perl-5.22-autoscan.patch
+        autoconf-2.69-perl-5.28.patch
         autoconf-2.69-libtool-compatibility.patch)
 md5sums=('50f97f4159805e374639a73e2636f22e'
          'SKIP'
          'aa07afe5a671df25bf1878831702d5b9'
+         'f450ce6001458d800907e5d4ad8023fb'
          '87bceda7922ebc2a453568b2ae179e1b')
 validpgpkeys=('71C2CC22B1C4602927D2F3AAA7A16B4A2527436A')
 
@@ -27,6 +29,7 @@
 
   # fix incompatibility with recent perl
   patch -p1 -i $srcdir/autoconf-2.69-perl-5.22-autoscan.patch
+  patch -p1 -i $srcdir/autoconf-2.69-perl-5.28.patch
 
   # fix tesetsuite failures with recent libtool
   patch -p1 -i $srcdir/autoconf-2.69-libtool-compatibility.patch

Added: autoconf-2.69-perl-5.28.patch
===================================================================
--- autoconf-2.69-perl-5.28.patch	                        (rev 0)
+++ autoconf-2.69-perl-5.28.patch	2018-11-04 02:44:30 UTC (rev 337801)
@@ -0,0 +1,25 @@
+From dfb0659b205e03af62542cd318a9f3253e28c40a Mon Sep 17 00:00:00 2001
+From: Daniel Colascione <dancol at dancol.org>
+Date: Sun, 4 Mar 2018 13:36:55 -0800
+Subject: [PATCH] Fix test suite with modern Perl
+
+---
+ tests/tools.at | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/tools.at b/tests/tools.at
+index a4a7dd7..e9a6240 100644
+--- a/tests/tools.at
++++ b/tests/tools.at
+@@ -1386,7 +1386,7 @@ do
+   funny=`func_sanitize_file_name "$funny"`
+   file=" file $funny"
+   dir=`func_sanitize_dir_name " dir $funny"`
+-  TMPDIR=" tmp$dir"
++  TMPDIR="./ tmp$dir"
+   export TMPDIR
+ 
+   # skip if we cannot create such a file or directory
+-- 
+1.9.1
+



More information about the arch-commits mailing list