FreeBSD Bugzilla – Attachment 168630 Details for
Bug 208295
math/spooles: cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Cosmetic updates
file_208295.txt (text/plain), 9.38 KB, created by
Pedro F. Giffuni
on 2016-03-25 20:55:28 UTC
(
hide
)
Description:
Cosmetic updates
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2016-03-25 20:55:28 UTC
Size:
9.38 KB
patch
obsolete
>Index: math/spooles/Makefile >=================================================================== >--- math/spooles/Makefile (revision 411815) >+++ math/spooles/Makefile (working copy) >@@ -5,7 +5,8 @@ > PORTVERSION= 2.2 > PORTREVISION= 12 > CATEGORIES= math >-MASTER_SITES= http://www.netlib.org/linalg/spooles/ >+MASTER_SITES= ${MASTER_SITE_NETLIB} >+MASTER_SITE_SUBDIR=linalg/spooles > .ifdef WITH_MPI > PKGNAMESUFFIX= -mpich > .endif >@@ -16,6 +17,8 @@ > MAINTAINER= maho@FreeBSD.org > COMMENT= SParse Object Oriented Linear Equations Solver > >+LICENSE= PD >+ > .if defined(WITH_MPI) > BUILD_DEPENDS= ${LOCALBASE}/lib/libmpich.a:${PORTSDIR}/net/mpich2 > .endif >Index: math/spooles/files/patch-ETree+src+makeGlobalLib >=================================================================== >--- math/spooles/files/patch-ETree+src+makeGlobalLib (revision 411815) >+++ math/spooles/files/patch-ETree+src+makeGlobalLib (working copy) >@@ -1,6 +1,6 @@ >---- ETree/src/makeGlobalLib~ Fri Sep 18 04:25:01 1998 >-+++ ETree/src/makeGlobalLib Tue Jan 9 16:20:19 2007 >-@@ -8,6 +8,7 @@ >+--- ETree/src/makeGlobalLib.orig 1998-09-17 19:25:01 UTC >++++ ETree/src/makeGlobalLib >+@@ -8,6 +8,7 @@ SRC = IO.c \ > basics.c \ > compress.c \ > init.c \ >Index: math/spooles/files/patch-I2Ohash-large-input >=================================================================== >--- math/spooles/files/patch-I2Ohash-large-input (revision 411815) >+++ math/spooles/files/patch-I2Ohash-large-input (working copy) >@@ -1,6 +1,6 @@ >---- I2Ohash/src/util.c 1998-05-31 07:45:12.000000000 +0900 >-+++ I2Ohash/src/util.c 2013-03-06 14:59:43.000000000 +0900 >-@@ -39,7 +39,9 @@ >+--- I2Ohash/src/util.c.orig 1998-05-30 22:45:12 UTC >++++ I2Ohash/src/util.c >+@@ -39,7 +39,9 @@ fflush(stdout) ; > */ > loc1 = (key1 + 1) % hashtable->nlist ; > loc2 = (key2 + 1) % hashtable->nlist ; >@@ -11,7 +11,7 @@ > #if MYDEBUG > 0 > fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ; > fflush(stdout) ; >-@@ -158,7 +160,9 @@ >+@@ -158,7 +160,9 @@ fflush(stdout) ; > #endif > loc1 = (key1 + 1) % hashtable->nlist ; > loc2 = (key2 + 1) % hashtable->nlist ; >@@ -22,7 +22,7 @@ > #if MYDEBUG > 0 > fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ; > fflush(stdout) ; >-@@ -229,7 +233,9 @@ >+@@ -229,7 +233,9 @@ if ( hashtable == NULL || pvalue == NULL > } > loc1 = (key1 + 1) % hashtable->nlist ; > loc2 = (key2 + 1) % hashtable->nlist ; >Index: math/spooles/files/patch-IVL+src+makeGlobalLib >=================================================================== >--- math/spooles/files/patch-IVL+src+makeGlobalLib (revision 411815) >+++ math/spooles/files/patch-IVL+src+makeGlobalLib (working copy) >@@ -1,6 +1,6 @@ >---- IVL/src/makeGlobalLib~ Fri Sep 18 04:25:30 1998 >-+++ IVL/src/makeGlobalLib Tue Jan 9 16:26:55 2007 >-@@ -9,6 +9,7 @@ >+--- IVL/src/makeGlobalLib.orig 1998-09-17 19:25:30 UTC >++++ IVL/src/makeGlobalLib >+@@ -9,6 +9,7 @@ SRC = IO.c \ > init.c \ > instance.c \ > listmanip.c \ >Index: math/spooles/files/patch-MPI+makefile >=================================================================== >--- math/spooles/files/patch-MPI+makefile (revision 411815) >+++ math/spooles/files/patch-MPI+makefile (working copy) >@@ -1,5 +1,5 @@ >---- MPI/makefile.orig Mon Feb 20 16:41:10 2006 >-+++ MPI/makefile Mon Feb 20 16:42:02 2006 >+--- MPI/makefile.orig 1998-12-17 15:47:44 UTC >++++ MPI/makefile > @@ -1,8 +1,8 @@ > all_drivers : > - cd drivers ; make drivers >Index: math/spooles/files/patch-MPI+src+makeGlobalLib >=================================================================== >--- math/spooles/files/patch-MPI+src+makeGlobalLib (revision 411815) >+++ math/spooles/files/patch-MPI+src+makeGlobalLib (working copy) >@@ -1,6 +1,6 @@ >---- MPI/src/makeGlobalLib.orig Sat Nov 21 23:52:01 1998 >-+++ MPI/src/makeGlobalLib Fri Oct 1 00:17:01 2004 >-@@ -29,7 +29,7 @@ >+--- MPI/src/makeGlobalLib.orig 1998-11-21 22:52:01 UTC >++++ MPI/src/makeGlobalLib >+@@ -29,7 +29,7 @@ SRC = aggListMPI.c \ > utilities.c > > OBJ_FILES = ${SRC:.c=.o} >Index: math/spooles/files/patch-MT+drivers+AllInOneMT.c >=================================================================== >--- math/spooles/files/patch-MT+drivers+AllInOneMT.c (revision 411815) >+++ math/spooles/files/patch-MT+drivers+AllInOneMT.c (working copy) >@@ -1,6 +1,6 @@ >---- MT/drivers/allInOneMT.c.orig Sat Aug 9 14:06:19 2003 >-+++ MT/drivers/allInOneMT.c Sat Aug 9 14:13:07 2003 >-@@ -35,7 +35,7 @@ >+--- MT/drivers/allInOneMT.c.orig 1999-01-21 16:51:22 UTC >++++ MT/drivers/allInOneMT.c >+@@ -35,7 +35,7 @@ DenseMtx *mtxY, *mtxX ; > Chv *rootchv ; > ChvManager *chvmanager ; > double droptol = 0.0, tau = 100. ; >Index: math/spooles/files/patch-MT+makefile >=================================================================== >--- math/spooles/files/patch-MT+makefile (revision 411815) >+++ math/spooles/files/patch-MT+makefile (working copy) >@@ -1,5 +1,5 @@ >---- MT/makefile.orig Mon Feb 20 16:39:12 2006 >-+++ MT/makefile Mon Feb 20 16:43:07 2006 >+--- MT/makefile.orig 1998-12-17 15:47:48 UTC >++++ MT/makefile > @@ -1,8 +1,8 @@ > all_drivers : > - cd drivers ; make drivers >Index: math/spooles/files/patch-Make.inc >=================================================================== >--- math/spooles/files/patch-Make.inc (revision 411815) >+++ math/spooles/files/patch-Make.inc (working copy) >@@ -1,5 +1,5 @@ >---- Make.inc.orig Tue Jan 19 06:48:55 1999 >-+++ Make.inc Tue Jan 9 12:57:18 2007 >+--- Make.inc.orig 1999-01-18 21:48:55 UTC >++++ Make.inc > @@ -12,7 +12,7 @@ > # for solaris > # >Index: math/spooles/files/patch-Tree+src+makeGlobalLib >=================================================================== >--- math/spooles/files/patch-Tree+src+makeGlobalLib (revision 411815) >+++ math/spooles/files/patch-Tree+src+makeGlobalLib (working copy) >@@ -1,6 +1,6 @@ >---- Tree/src/makeGlobalLib.orig Fri Sep 18 04:26:35 1998 >-+++ Tree/src/makeGlobalLib Mon May 5 08:30:58 2003 >-@@ -6,7 +6,8 @@ >+--- Tree/src/makeGlobalLib.orig 1998-09-17 19:26:35 UTC >++++ Tree/src/makeGlobalLib >+@@ -6,7 +6,8 @@ OBJ = Tree > > SRC = basics.c \ > compress.c \ >Index: math/spooles/files/patch-Utilities+MM.h >=================================================================== >--- math/spooles/files/patch-Utilities+MM.h (nonexistent) >+++ math/spooles/files/patch-Utilities+MM.h (working copy) >@@ -0,0 +1,28 @@ >+--- Utilities/MM.h.orig 1998-05-30 22:45:00 UTC >++++ Utilities/MM.h >+@@ -30,21 +30,21 @@ >+ */ >+ #define ALLOCATE(ptr, type, count) \ >+ if ( (count) > 0 ) { \ >+- if ( (ptr = (type *)malloc((unsigned long)((count)*sizeof(type)))) \ >++ if ( (ptr = malloc((unsigned long)(count)*sizeof(type))) \ >+ == NULL ) {\ >+ fprintf(stderr, \ >+- "\n ALLOCATE failure : bytes %d, line %d, file %s", \ >++ "\n ALLOCATE failure : bytes %lu, line %d, file %s", \ >+ (count)*sizeof(type), __LINE__, __FILE__) ; \ >+ exit(-1) ; } \ >+ else if ( MEMORY_DEBUG > 0 ) { \ >+ fprintf(stderr, \ >+- "\n ALLOCATE : address %p, bytes %d, line %d, file %s", \ >++ "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \ >+ ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \ >+ else if ( (count) == 0 ) { \ >+ ptr = NULL ; } \ >+ else { \ >+ fprintf(stderr, \ >+- "\n ALLOCATE error : bytes %d, line %d, file %s", \ >++ "\n ALLOCATE error : bytes %lu, line %d, file %s", \ >+ (count)*sizeof(type), __LINE__, __FILE__) ; \ >+ exit(-1) ; } >+ /* > >Property changes on: math/spooles/files/patch-Utilities+MM.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: math/spooles/files/patch-Utilities+src+makeGlobalLib >=================================================================== >--- math/spooles/files/patch-Utilities+src+makeGlobalLib (revision 411815) >+++ math/spooles/files/patch-Utilities+src+makeGlobalLib (working copy) >@@ -1,6 +1,6 @@ >---- Utilities/src/makeGlobalLib.orig Thu Sep 17 21:26:39 1998 >-+++ Utilities/src/makeGlobalLib Thu Sep 30 23:34:16 2004 >-@@ -14,6 +14,7 @@ >+--- Utilities/src/makeGlobalLib.orig 1998-09-17 19:26:39 UTC >++++ Utilities/src/makeGlobalLib >+@@ -14,6 +14,7 @@ SRC = CV.c \ > PIV.c \ > IP.c \ > I2OP.c \ >Index: math/spooles/files/patch-makefile >=================================================================== >--- math/spooles/files/patch-makefile (revision 411815) >+++ math/spooles/files/patch-makefile (working copy) >@@ -1,5 +1,5 @@ >---- makefile.orig Tue Jan 26 05:39:39 1999 >-+++ makefile Mon May 5 08:30:58 2003 >+--- makefile.orig 1999-01-25 20:39:39 UTC >++++ makefile > @@ -1,169 +1,169 @@ > drivers : > - cd A2 ; make all_drivers >Index: math/spooles/pkg-descr >=================================================================== >--- math/spooles/pkg-descr (revision 411815) >+++ math/spooles/pkg-descr (working copy) >@@ -17,4 +17,4 @@ > methods. The preconditioner is a drop tolerance factorization, > with or without pivoting for stability. > >-WWW: http://www.netlib.org/linalg/spooles/spooles.2.2.html >+WWW: http://www.netlib.org/linalg/spooles/spooles.2.2.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208295
: 168630