diff options
author | maho <maho@FreeBSD.org> | 2007-01-09 15:38:41 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-09 15:38:41 +0800 |
commit | da695d36ab59c0fdeff6e47ddde9d8aa4a319b2c (patch) | |
tree | 886fc6512168e3262ef430c49fd46b917a65ce8b | |
parent | f9017b6f2b25efd6fe0115faff48f0e0ebbf6bdc (diff) | |
download | freebsd-ports-gnome-da695d36ab59c0fdeff6e47ddde9d8aa4a319b2c.tar.gz freebsd-ports-gnome-da695d36ab59c0fdeff6e47ddde9d8aa4a319b2c.tar.zst freebsd-ports-gnome-da695d36ab59c0fdeff6e47ddde9d8aa4a319b2c.zip |
Add missing object files.
Bump portrevision.
-rw-r--r-- | math/spooles/Makefile | 2 | ||||
-rw-r--r-- | math/spooles/files/patch-ETree+src+makeGlobalLib | 10 | ||||
-rw-r--r-- | math/spooles/files/patch-IVL+src+makeGlobalLib | 10 |
3 files changed, 21 insertions, 1 deletions
diff --git a/math/spooles/Makefile b/math/spooles/Makefile index 7356c0ac08cc..541c7de36833 100644 --- a/math/spooles/Makefile +++ b/math/spooles/Makefile @@ -7,7 +7,7 @@ PORTNAME= spooles PORTVERSION= 2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www.netlib.org/linalg/spooles/ .ifdef WITH_MPI diff --git a/math/spooles/files/patch-ETree+src+makeGlobalLib b/math/spooles/files/patch-ETree+src+makeGlobalLib new file mode 100644 index 000000000000..9a59a1c908af --- /dev/null +++ b/math/spooles/files/patch-ETree+src+makeGlobalLib @@ -0,0 +1,10 @@ +--- ETree/src/makeGlobalLib~ Fri Sep 18 04:25:01 1998 ++++ ETree/src/makeGlobalLib Tue Jan 9 16:20:19 2007 +@@ -8,6 +8,7 @@ + basics.c \ + compress.c \ + init.c \ ++ initFromSubtree.c \ + instance.c \ + justify.c \ + maps.c \ diff --git a/math/spooles/files/patch-IVL+src+makeGlobalLib b/math/spooles/files/patch-IVL+src+makeGlobalLib new file mode 100644 index 000000000000..4c248674618c --- /dev/null +++ b/math/spooles/files/patch-IVL+src+makeGlobalLib @@ -0,0 +1,10 @@ +--- IVL/src/makeGlobalLib~ Fri Sep 18 04:25:30 1998 ++++ IVL/src/makeGlobalLib Tue Jan 9 16:26:55 2007 +@@ -9,6 +9,7 @@ + init.c \ + instance.c \ + listmanip.c \ ++ subIVL.c \ + misc.c \ + util.c + |