diff options
author | pav <pav@FreeBSD.org> | 2003-12-04 10:36:51 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-04 10:36:51 +0000 |
commit | 0a1b075c0bd9473a0890cde93f357d35109bfb82 (patch) | |
tree | ae66b53ac630446e9c0f353736c7642993c7bd15 /math/ccmath/files | |
parent | 6c59fcef6fe8a5a00851211ef2ab1931c73d61ac (diff) | |
download | FreeBSD-ports-0a1b075c0bd9473a0890cde93f357d35109bfb82.zip FreeBSD-ports-0a1b075c0bd9473a0890cde93f357d35109bfb82.tar.gz |
- Update to 2.2.1
PR: ports/58209
Submitted by: Ying-Chieh Liao <ijliao@HAgw.NCTU.edu.tw>
Diffstat (limited to 'math/ccmath/files')
-rw-r--r-- | math/ccmath/files/patch-ab | 11 | ||||
-rw-r--r-- | math/ccmath/files/patch-ac | 11 |
2 files changed, 8 insertions, 14 deletions
diff --git a/math/ccmath/files/patch-ab b/math/ccmath/files/patch-ab deleted file mode 100644 index c386e83..0000000 --- a/math/ccmath/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- tseries/sany.c.orig Wed Mar 7 16:20:33 2001 -+++ tseries/sany.c Wed Mar 7 16:20:40 2001 -@@ -5,7 +5,7 @@ - * public license (LGPL). ( See the lgpl.license file for details.) - * ------------------------------------------------------------------------ - */ --#include "ccmath.h" -+#include "../ccmath.h" - int sany(double *x,int n,double *pm,double *cd,double *ci, - int nd,int ms,int lag) - { struct complex *pc,*p,**qc,**q; diff --git a/math/ccmath/files/patch-ac b/math/ccmath/files/patch-ac index 3dcbbfb..27f4db7 100644 --- a/math/ccmath/files/patch-ac +++ b/math/ccmath/files/patch-ac @@ -1,6 +1,6 @@ ---- makelibs.sh.orig Sat May 20 09:01:56 2000 -+++ makelibs.sh Fri Nov 21 07:44:44 2003 -@@ -9,23 +9,19 @@ +--- makelibs.sh.orig Sat Oct 18 22:13:50 2003 ++++ makelibs.sh Sat Oct 18 22:15:05 2003 +@@ -10,13 +10,11 @@ LST="cfit complex fft geom intg matrix roots sfunc simu sort statf tseries util xarm" MDR=`pwd` LSOD=$MDR/tmp @@ -14,6 +14,11 @@ + cc -c $CFLAGS -fPIC *.c mv *.o $LSOD done + +@@ -27,14 +25,12 @@ + mv *.o $LSOD + cd $MDR + -if [ $F = "y" ] - then cd $MDR/matrix - cc -c -O3 solv.s |