summaryrefslogtreecommitdiff
path: root/math/asir2000/files/patch-ag
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-07 13:16:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-07 13:16:35 +0000
commitd44c501b21d1f2bed0182bd882b7345ca5b2cca6 (patch)
tree9e87159ef9f1ca05f64c3f534b74a8111e5169c9 /math/asir2000/files/patch-ag
parentJapanese/emacs20-emcws dump core when using x11. From current (diff)
ports/math/asir2000 do not build. This probrem has two reasons.
1) ports/matn/pari-devel update. 2) 5-current do not build. This reasion is thread problem. This send-pr solved that problems. PR: ports/44308 Submitted by: Saito Tomokatsu <saito@asir.org>
Notes
Notes: svn path=/head/; revision=69661
Diffstat (limited to '')
-rw-r--r--math/asir2000/files/patch-ag11
1 files changed, 5 insertions, 6 deletions
diff --git a/math/asir2000/files/patch-ag b/math/asir2000/files/patch-ag
index e10d05ec309b..53825d645738 100644
--- a/math/asir2000/files/patch-ag
+++ b/math/asir2000/files/patch-ag
@@ -1,5 +1,5 @@
---- parse/glob.c.orig Fri Jul 26 09:33:03 2002
-+++ parse/glob.c Fri Jul 26 14:38:01 2002
+--- parse/glob.c.orig Wed Sep 11 17:57:21 2002
++++ parse/glob.c Thu Oct 17 11:19:30 2002
@@ -51,6 +51,7 @@
#include "al.h"
#include "parse.h"
@@ -8,14 +8,13 @@
#if PARI
#include "genpari.h"
#endif
-@@ -669,8 +670,12 @@
+@@ -669,7 +670,12 @@
printf("Copyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\n");
printf("Copyright 2000,2001, 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");
-- printf("PARI 2.2.1(alpha), copyright (C) 2000,\n");
-- printf(" C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier.\n");
+- printf("PARI 2.2.4, copyright (C) 2002 The PARI Group.\n");
+#if PARI
-+ printf("%s.\n",PARI_VERSION);
++ printf("%s.\n",PARI_DEVEL_VERSION);
+#endif
+#if LAPACK
+ printf("%s.\n",LAPACK_VERSION);