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 Apply patches/diff_2.1.7_-O from the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17ede7c4ae98
branches:  trunk
changeset: 399259:17ede7c4ae98
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Sep 16 02:32:00 2009 +0000

description:
Apply patches/diff_2.1.7_-O from the distribution to fix Lunix build. No
change to "make test" results on OS X or NetBSD.

diffstat:

 math/p5-Math-Pari/distinfo         |   3 ++-
 math/p5-Math-Pari/patches/patch-ae |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 438a788bbfc6 -r 17ede7c4ae98 math/p5-Math-Pari/distinfo
--- a/math/p5-Math-Pari/distinfo        Wed Sep 16 02:25:34 2009 +0000
+++ b/math/p5-Math-Pari/distinfo        Wed Sep 16 02:32:00 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2009/08/16 13:33:07 he Exp $
+$NetBSD: distinfo,v 1.15 2009/09/16 02:32:00 schmonz Exp $
 
 SHA1 (Math-Pari-2.010801.tar.gz) = 9becc6cbbb80983408de7b3f33e7f19a8015cc34
 RMD160 (Math-Pari-2.010801.tar.gz) = 72af931cd38b3d2e7bb158bbbe6221292dfe07e1
@@ -10,3 +10,4 @@
 SHA1 (patch-ab) = 2a8fa083962782dd498a72fbd7901636592bfc1b
 SHA1 (patch-ac) = 92e72613058ffa248f2428dea5de368a39186040
 SHA1 (patch-ad) = 6e7ff863f35d9c4c877c180a22935fb9852939b9
+SHA1 (patch-ae) = 2bd3bc8841fb646a478be10f4014bba2442500cb
diff -r 438a788bbfc6 -r 17ede7c4ae98 math/p5-Math-Pari/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Pari/patches/patch-ae        Wed Sep 16 02:32:00 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2009/09/16 02:32:00 schmonz Exp $
+
+--- ../pari-2.1.6/src/headers/parisys.h.orig   2001-11-04 06:30:48.000000000 -0800
++++ ../pari-2.1.6/src/headers/parisys.h
+@@ -48,7 +48,7 @@ Foundation, Inc., 59 Temple Place - Suit
+ #  ifdef __GNUC__
+ #    define VOLATILE __volatile__
+ #    ifdef GCC_INLINE
+-#      ifndef __OPTIMIZE__
++#      ifdef __OPTIMIZE__NONE
+ #        error "no inlining without -O. Put back -O or remove -DGCC_INLINE"
+ #      else
+ #        define INLINE __inline__ static



Home | Main Index | Thread Index | Old Index