Sat Mar 13 21:48:38 2010 UTC ()
De-fuzz patch.


(schmonz)
diff -r1.17 -r1.18 pkgsrc/math/p5-Math-Pari/distinfo
diff -r1.8 -r1.9 pkgsrc/math/p5-Math-Pari/patches/patch-ab

cvs diff -r1.17 -r1.18 pkgsrc/math/p5-Math-Pari/distinfo (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-Pari/distinfo 2010/03/10 09:24:52 1.17
+++ pkgsrc/math/p5-Math-Pari/distinfo 2010/03/13 21:48:38 1.18
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.17 2010/03/10 09:24:52 sno Exp $ 1$NetBSD: distinfo,v 1.18 2010/03/13 21:48:38 schmonz Exp $
2 2
3SHA1 (Math-Pari-2.01080604.tar.gz) = 547474a4ba2c2bb0ca89d34e85ad1e58f2b64873 3SHA1 (Math-Pari-2.01080604.tar.gz) = 547474a4ba2c2bb0ca89d34e85ad1e58f2b64873
4RMD160 (Math-Pari-2.01080604.tar.gz) = 05a9ea99adf21a1011c37d0fd4e5caa58b981150 4RMD160 (Math-Pari-2.01080604.tar.gz) = 05a9ea99adf21a1011c37d0fd4e5caa58b981150
5Size (Math-Pari-2.01080604.tar.gz) = 122339 bytes 5Size (Math-Pari-2.01080604.tar.gz) = 122339 bytes
6SHA1 (patch-aa) = 3a145ca9bd4bbcbae910a85dd38d985c69b89b17 6SHA1 (patch-aa) = 3a145ca9bd4bbcbae910a85dd38d985c69b89b17
7SHA1 (patch-ab) = b1e66e636eb823b45dd0c53ab0fa0bdf6472cfff 7SHA1 (patch-ab) = 32ddc27824bbb5ac88adc0dece0f436044b8d9c7

cvs diff -r1.8 -r1.9 pkgsrc/math/p5-Math-Pari/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-Pari/patches/Attic/patch-ab 2010/02/06 10:52:37 1.8
+++ pkgsrc/math/p5-Math-Pari/patches/Attic/patch-ab 2010/03/13 21:48:38 1.9
@@ -1,20 +1,23 @@ @@ -1,20 +1,23 @@
1$NetBSD: patch-ab,v 1.8 2010/02/06 10:52:37 sno Exp $ 1$NetBSD: patch-ab,v 1.9 2010/03/13 21:48:38 schmonz Exp $
2 2
3--- Pari.xs.orig 2009-12-11 02:18:24.000000000 +0000 3--- Pari.xs.orig 2010-03-03 21:53:32.000000000 +0000
4+++ Pari.xs 4+++ Pari.xs
5@@ -1,4 +1,6 @@ 5@@ -3,7 +3,9 @@
 6 # include <windows.h>
 7 #endif
 8
6-# include <pari.h> 9-# include <pari.h>
7+# include <pari/pari.h> 10+# include <pari/pari.h>
8+# include <pari/paripriv.h> 11+# include <pari/paripriv.h>
9+#if 0 12+#if 0
10 # include <graph/rect.h> 13 # include <graph/rect.h>
11 # include <language/anal.h> 14 # include <language/anal.h>
12  15
13@@ -7,6 +9,7 @@ 16@@ -12,6 +14,7 @@
14 #endif 17 #endif
15  18
16 # include <gp/gp.h> /* init_opts */ 19 # include <gp/gp.h> /* init_opts */
17+#endif 20+#endif
18  21
19 /* On some systems /usr/include/sys/dl.h attempts to declare 22 /* On some systems /usr/include/sys/dl.h attempts to declare
20 ladd which pari.h already defined with a different meaning. 23 ladd which pari.h already defined with a different meaning.