Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/ccmath/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 7 Mar 2003 06:06:01 -0000 1.2 +++ Makefile 18 Oct 2003 14:36:54 -0000 @@ -6,12 +6,12 @@ # PORTNAME= ccmath -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= greid@FreeBSD.org COMMENT= A mathematics library with many different functions INSTALLS_SHLIB= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/ccmath/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 20 Mar 2001 18:25:08 -0000 1.1 +++ distinfo 18 Oct 2003 14:36:54 -0000 @@ -1 +1 @@ -MD5 (ccmath-2.2.0.tar.gz) = 96d9b148d4dc06dba82441006b39a3d3 +MD5 (ccmath-2.2.1.tar.gz) = 4d875071c7114839546c815cc2b7732c Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/math/ccmath/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 20 Mar 2001 18:25:08 -0000 1.1 +++ pkg-plist 18 Oct 2003 14:36:54 -0000 @@ -1,19 +1,19 @@ include/ccmath.h lib/libccm.a lib/libccm.so -%%PORTDOCS%%share/doc/ccmath/C00-intro -%%PORTDOCS%%share/doc/ccmath/C01-matrix -%%PORTDOCS%%share/doc/ccmath/C02-intg -%%PORTDOCS%%share/doc/ccmath/C03-geom -%%PORTDOCS%%share/doc/ccmath/C04-cfit -%%PORTDOCS%%share/doc/ccmath/C05-roots -%%PORTDOCS%%share/doc/ccmath/C06-fft -%%PORTDOCS%%share/doc/ccmath/C07-simu -%%PORTDOCS%%share/doc/ccmath/C08-statf -%%PORTDOCS%%share/doc/ccmath/C09-sfunc -%%PORTDOCS%%share/doc/ccmath/C10-sort -%%PORTDOCS%%share/doc/ccmath/C11-tseries -%%PORTDOCS%%share/doc/ccmath/C12-complex -%%PORTDOCS%%share/doc/ccmath/C13-xarm -%%PORTDOCS%%share/doc/ccmath/C14-util -%%PORTDOCS%%@dirrm share/doc/ccmath +%%PORTDOCS%%%%DOCSDIR%%/C00-intro +%%PORTDOCS%%%%DOCSDIR%%/C01-matrix +%%PORTDOCS%%%%DOCSDIR%%/C02-intg +%%PORTDOCS%%%%DOCSDIR%%/C03-geom +%%PORTDOCS%%%%DOCSDIR%%/C04-cfit +%%PORTDOCS%%%%DOCSDIR%%/C05-roots +%%PORTDOCS%%%%DOCSDIR%%/C06-fft +%%PORTDOCS%%%%DOCSDIR%%/C07-simu +%%PORTDOCS%%%%DOCSDIR%%/C08-statf +%%PORTDOCS%%%%DOCSDIR%%/C09-sfunc +%%PORTDOCS%%%%DOCSDIR%%/C10-sort +%%PORTDOCS%%%%DOCSDIR%%/C11-tseries +%%PORTDOCS%%%%DOCSDIR%%/C12-complex +%%PORTDOCS%%%%DOCSDIR%%/C13-xarm +%%PORTDOCS%%%%DOCSDIR%%/C14-util +%%PORTDOCS%%@dirrm %%DOCSDIR%% Index: files/patch-ab =================================================================== RCS file: files/patch-ab diff -N files/patch-ab --- files/patch-ab 20 Mar 2001 18:25:10 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -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; Index: files/patch-ac =================================================================== RCS file: /home/pcvs/ports/math/ccmath/files/patch-ac,v retrieving revision 1.1 diff -u -r1.1 patch-ac --- files/patch-ac 20 Mar 2001 18:25:10 -0000 1.1 +++ files/patch-ac 18 Oct 2003 14:36:54 -0000 @@ -1,6 +1,6 @@ ---- makelibs.sh.orig Wed Mar 7 16:18:01 2001 -+++ makelibs.sh Wed Mar 7 16:18:36 2001 -@@ -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 *.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