pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-Pari
Module Name: pkgsrc
Committed By: ast
Date: Tue Aug 2 08:01:47 UTC 2022
Modified Files:
pkgsrc/math/p5-Math-Pari: distinfo
pkgsrc/math/p5-Math-Pari/patches: patch-Makefile.PL
Log Message:
math/p5-Math-Par: fix mangled patch file due to keyword substitution
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/p5-Math-Pari/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/p5-Math-Pari/distinfo
diff -u pkgsrc/math/p5-Math-Pari/distinfo:1.26 pkgsrc/math/p5-Math-Pari/distinfo:1.27
--- pkgsrc/math/p5-Math-Pari/distinfo:1.26 Tue Aug 2 07:22:00 2022
+++ pkgsrc/math/p5-Math-Pari/distinfo Tue Aug 2 08:01:46 2022
@@ -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
Index: pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL
diff -u pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL:1.1 pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL:1.2
--- pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL:1.1 Tue Aug 2 07:22:00 2022
+++ pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL Tue Aug 2 08:01:47 2022
@@ -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 @@ Math::PariBuild and other conflicting bu
- 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