From d44c501b21d1f2bed0182bd882b7345ca5b2cca6 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 7 Nov 2002 13:16:35 +0000 Subject: 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 --- math/asir2000/files/patch-ag | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'math/asir2000/files/patch-ag') 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); -- cgit v1.2.3