pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2007Q3]: pkgsrc/math/p5-Math-Pari Pullup ticket 2212 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a00feff4fa9b
branches:  pkgsrc-2007Q3
changeset: 534070:a00feff4fa9b
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Dec 17 21:49:18 2007 +0000

description:
Pullup ticket 2212 - requested by hira
build fix for p5-Math-Pari

- pkgsrc/math/p5-Math-Pari/distinfo                     1.9
- pkgsrc/math/p5-Math-Pari/patches/patch-ac             1.1

   Module Name:         pkgsrc
   Committed By:        obache
   Date:                Sun Oct 14 08:08:53 UTC 2007

   Modified Files:
           pkgsrc/math/p5-Math-Pari: distinfo
   Added Files:
           pkgsrc/math/p5-Math-Pari/patches: patch-ac

   Log Message:
   Fix build problem on NetBSD/i386.
   Patch provided by Yakovetsky Vladimir in PR 36934,
   same as math/pari/patches/patch-ac.

diffstat:

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

diffs (31 lines):

diff -r 54f4c5246fe7 -r a00feff4fa9b math/p5-Math-Pari/distinfo
--- a/math/p5-Math-Pari/distinfo        Mon Dec 17 21:41:55 2007 +0000
+++ b/math/p5-Math-Pari/distinfo        Mon Dec 17 21:49:18 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2007/06/20 15:52:35 joerg Exp $
+$NetBSD: distinfo,v 1.8.4.1 2007/12/17 21:49:18 ghen Exp $
 
 SHA1 (Math-Pari-2.010703.tar.gz) = 6634d36a7698957493f77ec5acb18c3091ae4c5f
 RMD160 (Math-Pari-2.010703.tar.gz) = cf9ca6c8b6b154ca8f56d1f341c8d76f2142cf9e
@@ -7,3 +7,4 @@
 RMD160 (pari-2.1.6.tgz) = 6b79e84b639d1862df148b253136deacd73bf4f0
 Size (pari-2.1.6.tgz) = 1541464 bytes
 SHA1 (patch-ab) = 985b0c43128fc1f587bf25f7f2b57f6c8bf3793f
+SHA1 (patch-ac) = 92e72613058ffa248f2428dea5de368a39186040
diff -r 54f4c5246fe7 -r a00feff4fa9b math/p5-Math-Pari/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Pari/patches/patch-ac        Mon Dec 17 21:49:18 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.2.2 2007/12/17 21:49:19 ghen Exp $
+
+--- ../pari-2.1.6/src/kernel/ix86/l0asm.c.orig 2002-04-06 12:14:02.000000000 +0000
++++ ../pari-2.1.6/src/kernel/ix86/l0asm.c
+@@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suit
+    global variable `hiremainder'. */
+ 
+ /* This should ideally be determined at configure time. */
+-#if defined(__EMX__) || defined(__DJGCC__) || defined(__GO32__) || (defined(linux) && !defined(__ELF__)) || defined(__386BSD__) || defined(__NetBSD__) || (defined(__FreeBSD__) && !defined(__ELF__)) 
|| defined(NeXT) || defined(__CYGWIN32__) || defined(__MINGW32__)
++#if defined(__EMX__) || defined(__DJGCC__) || defined(__GO32__) || (defined(linux) && !defined(__ELF__)) || defined(__386BSD__) || (defined(__NetBSD__) && !defined(__ELF__)) || 
(defined(__FreeBSD__) && !defined(__ELF__)) || defined(NeXT) || defined(__CYGWIN32__) || defined(__MINGW32__)
+ #  define ASM_UNDERSCORE
+ #endif
+ 



Home | Main Index | Thread Index | Old Index