diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-03-13 21:48:38 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-03-13 21:48:38 +0000 |
commit | 979aacbac0164038c602e07702d33cac77987534 (patch) | |
tree | 2a611d81900b3de2d708fbe3eedb32c435a444e0 /math | |
parent | a84ab2e0971df90ae67399520adc705b4ff8256a (diff) | |
download | pkgsrc-979aacbac0164038c602e07702d33cac77987534.tar.gz |
De-fuzz patch.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Pari/patches/patch-ab | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/math/p5-Math-Pari/distinfo b/math/p5-Math-Pari/distinfo index 256aedfccea..d3fe68a6f97 100644 --- a/math/p5-Math-Pari/distinfo +++ b/math/p5-Math-Pari/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2010/03/10 09:24:52 sno Exp $ +$NetBSD: distinfo,v 1.18 2010/03/13 21:48:38 schmonz Exp $ SHA1 (Math-Pari-2.01080604.tar.gz) = 547474a4ba2c2bb0ca89d34e85ad1e58f2b64873 RMD160 (Math-Pari-2.01080604.tar.gz) = 05a9ea99adf21a1011c37d0fd4e5caa58b981150 Size (Math-Pari-2.01080604.tar.gz) = 122339 bytes SHA1 (patch-aa) = 3a145ca9bd4bbcbae910a85dd38d985c69b89b17 -SHA1 (patch-ab) = b1e66e636eb823b45dd0c53ab0fa0bdf6472cfff +SHA1 (patch-ab) = 32ddc27824bbb5ac88adc0dece0f436044b8d9c7 diff --git a/math/p5-Math-Pari/patches/patch-ab b/math/p5-Math-Pari/patches/patch-ab index 5f2e0b616c8..c3675452cf1 100644 --- a/math/p5-Math-Pari/patches/patch-ab +++ b/math/p5-Math-Pari/patches/patch-ab @@ -1,8 +1,11 @@ -$NetBSD: patch-ab,v 1.8 2010/02/06 10:52:37 sno Exp $ +$NetBSD: patch-ab,v 1.9 2010/03/13 21:48:38 schmonz Exp $ ---- Pari.xs.orig 2009-12-11 02:18:24.000000000 +0000 +--- Pari.xs.orig 2010-03-03 21:53:32.000000000 +0000 +++ Pari.xs -@@ -1,4 +1,6 @@ +@@ -3,7 +3,9 @@ + # include <windows.h> + #endif + -# include <pari.h> +# include <pari/pari.h> +# include <pari/paripriv.h> @@ -10,7 +13,7 @@ $NetBSD: patch-ab,v 1.8 2010/02/06 10:52:37 sno Exp $ # include <graph/rect.h> # include <language/anal.h> -@@ -7,6 +9,7 @@ +@@ -12,6 +14,7 @@ #endif # include <gp/gp.h> /* init_opts */ |