pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Pari math/p5-Math-Par: fix mangled patch ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d63a648c5a4
branches:  trunk
changeset: 382638:5d63a648c5a4
user:      ast <ast%pkgsrc.org@localhost>
date:      Tue Aug 02 08:01:46 2022 +0000

description:
math/p5-Math-Par: fix mangled patch file due to keyword substitution

diffstat:

 math/p5-Math-Pari/distinfo                  |  4 ++--
 math/p5-Math-Pari/patches/patch-Makefile.PL |  7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 86a5a2418447 -r 5d63a648c5a4 math/p5-Math-Pari/distinfo
--- a/math/p5-Math-Pari/distinfo        Tue Aug 02 07:31:05 2022 +0000
+++ b/math/p5-Math-Pari/distinfo        Tue Aug 02 08:01:46 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2022/08/02 07:22:00 ast Exp $
+$NetBSD: distinfo,v 1.27 2022/08/02 08:01:46 ast Exp $
 
 BLAKE2s (Math-Pari-2.030523.tar.gz) = 10653f3eb0d4f6ed32f30941ab744fee1fa77668cf5de22b54d7b3027c93693e
 SHA512 (Math-Pari-2.030523.tar.gz) = 4f75a745111eed1c326270fc4cff5f7785fd353ffbbaf21a33215974671cdb2a4ff8d397a2df41b24002312a43993114a3620f5b6ed7eb6d4bdae9c4f62d671c
 Size (Math-Pari-2.030523.tar.gz) = 230001 bytes
-SHA1 (patch-Makefile.PL) = 54048800a19be290747feab0adee1a3dfd0b08b2
+SHA1 (patch-Makefile.PL) = 2856af235ab57d2af024af75f4482c1476798be4
diff -r 86a5a2418447 -r 5d63a648c5a4 math/p5-Math-Pari/patches/patch-Makefile.PL
--- a/math/p5-Math-Pari/patches/patch-Makefile.PL       Tue Aug 02 07:31:05 2022 +0000
+++ b/math/p5-Math-Pari/patches/patch-Makefile.PL       Tue Aug 02 08:01:46 2022 +0000
@@ -1,12 +1,11 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2022/08/02 07:22:00 ast Exp $
+$NetBSD: patch-Makefile.PL,v 1.2 2022/08/02 08:01:47 ast Exp $
 
 Take Makefile.PL from version Math-Pari-2.01080900 to avoid
 Math::PariBuild and other conflicting build rules
 
 --- Makefile.PL.orig   2022-04-12 09:52:37.000000000 +0200
 +++ Makefile.PL        2022-08-02 08:57:35.009435144 +0200
-@@ -1,40 +1,10 @@
- # $Id: patch-Makefile.PL,v 1.1 2022/08/02 07:22:00 ast Exp $
+@@ 0,40 +2,10 @@
 -use strict;
 -use Config '%Config';
 -
@@ -242,7 +241,7 @@
 -      ep_hash_report(%codes, %names, \*STDERR);
 -    }
 -  }
-+$offset = index($Config{byteorder}, "1");
++my $offset = index($Config{byteorder}, "1"); my $extra_inc;
 +$offset = 3 if $offset > 3;   # SvFLAGS is actually I32
 +$define .= " -DLSB_in_U32=$offset";
  



Home | Main Index | Thread Index | Old Index