diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-01 16:22:29 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-01 16:22:29 +0000 |
commit | 0f709c35639881e96edfefa8ecdbce98b1f1055b (patch) | |
tree | 7bfd6a0ffe4a62b5e0b074a158f6f74ac77da0f2 /math/asir2000/files/patch-ag | |
parent | . Update to 1.02.002. (diff) |
Unreak: Chase pari-devel, update to 20050131
PR: ports/76881
Submitted by: Saito Tomokatsu (maintainer)
Notes
Notes:
svn path=/head/; revision=127860
Diffstat (limited to 'math/asir2000/files/patch-ag')
-rw-r--r-- | math/asir2000/files/patch-ag | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/math/asir2000/files/patch-ag b/math/asir2000/files/patch-ag index ccbdeaf11d9f..8f838fbbed7b 100644 --- a/math/asir2000/files/patch-ag +++ b/math/asir2000/files/patch-ag @@ -1,5 +1,5 @@ ---- parse/glob.c.orig Wed Apr 2 18:43:33 2003 -+++ parse/glob.c Fri May 2 15:54:46 2003 +--- parse/glob.c.orig Wed Nov 24 15:01:04 2004 ++++ parse/glob.c Sat Dec 18 03:00:03 2004 @@ -51,6 +51,7 @@ #include "al.h" #include "parse.h" @@ -8,17 +8,15 @@ #if defined(PARI) #include "genpari.h" #endif -@@ -707,11 +708,8 @@ - printf("Copyright 2000-2003, Risa/Asir committers, http://www.openxm.org/.\n"); - printf("GC 6.1(alpha5) copyright 2001, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n"); +@@ -791,10 +792,7 @@ + char *get_pariversion() + { #if PARI -#if 0 -- printf("PARI 2.2.4, copyright (C) 2002 The PARI Group.\n"); +- return "PARI 2.2.4, copyright (C) 2002 The PARI Group.\nPARI 2.0.17, copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n"; -#endif -- printf("PARI 2.0.17, copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n"); -- printf(" H. Cohen and M. Olivier.\n"); -+ printf("%s.\n",PARIVERSION); -+ printf("copyright (C) 2002 The PARI Group.\n"); +- return "PARI 2.0.17, copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n"; ++ return "PARI 2.2.9 (alpha), copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n"; #endif + return ""; } - |