summaryrefslogtreecommitdiffstats
path: root/math/spar
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-06-30 19:00:36 +0000
committerijliao <ijliao@FreeBSD.org>2001-06-30 19:00:36 +0000
commitb2b234207e50464c649f86556cd6be78d088cb47 (patch)
tree8a74164b62163d89c1b4d71889f50f676bb0c943 /math/spar
parent3324224a751dd990fe837f47b71fb4c03f82d5ab (diff)
downloadFreeBSD-ports-b2b234207e50464c649f86556cd6be78d088cb47.zip
FreeBSD-ports-b2b234207e50464c649f86556cd6be78d088cb47.tar.gz
upgrade to 0.5.10
drop maintainership
Diffstat (limited to 'math/spar')
-rw-r--r--math/spar/Makefile4
-rw-r--r--math/spar/distinfo2
-rw-r--r--math/spar/files/patch-calculator::Makefile.in11
-rw-r--r--math/spar/files/patch-lib::randist::rand.c10
-rw-r--r--math/spar/pkg-plist3
5 files changed, 25 insertions, 5 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile
index 88ee303..4df9d44 100644
--- a/math/spar/Makefile
+++ b/math/spar/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= spar
-PORTVERSION= 0.5.9
+PORTVERSION= 0.5.10
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
diff --git a/math/spar/distinfo b/math/spar/distinfo
index ea706d5..5721a94 100644
--- a/math/spar/distinfo
+++ b/math/spar/distinfo
@@ -1 +1 @@
-MD5 (spar-0.5.9.tar.gz) = 990312781dba5608fc9033a57f3a9bca
+MD5 (spar-0.5.10.tar.gz) = f47b67875c963023ad04c07992b2cfbc
diff --git a/math/spar/files/patch-calculator::Makefile.in b/math/spar/files/patch-calculator::Makefile.in
new file mode 100644
index 0000000..725ba36
--- /dev/null
+++ b/math/spar/files/patch-calculator::Makefile.in
@@ -0,0 +1,11 @@
+--- calculator/Makefile.in.orig Sun Jul 1 02:55:42 2001
++++ calculator/Makefile.in Sun Jul 1 02:55:56 2001
+@@ -91,7 +91,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lcompat
+ spar_OBJECTS = commands.o commands_table.o shell.o spar.o
+ spar_DEPENDENCIES = ../lib/.libs/libspar.so
+ spar_LDFLAGS =
diff --git a/math/spar/files/patch-lib::randist::rand.c b/math/spar/files/patch-lib::randist::rand.c
new file mode 100644
index 0000000..792b9fa
--- /dev/null
+++ b/math/spar/files/patch-lib::randist::rand.c
@@ -0,0 +1,10 @@
+--- lib/randist/rand.c.orig Sun Jul 1 02:45:44 2001
++++ lib/randist/rand.c Sun Jul 1 02:46:03 2001
+@@ -64,6 +64,7 @@
+ * struct timeb to be defined. They can be
+ * found in timeb.h.
+ */
++#include <sys/types.h>
+ #include <sys/timeb.h>
+ void
+ sl_randomize (void)
diff --git a/math/spar/pkg-plist b/math/spar/pkg-plist
index 859845d..3a0c23e 100644
--- a/math/spar/pkg-plist
+++ b/math/spar/pkg-plist
@@ -8,7 +8,6 @@ include/spar/sl_constant.h
include/spar/sl_errno.h
include/spar/sl_error.h
include/spar/sl_formula.h
-include/spar/sl_function.h
include/spar/sl_init.h
include/spar/sl_io.h
include/spar/sl_math.h
@@ -19,11 +18,11 @@ include/spar/sl_module_loader.h
include/spar/sl_module_manager.h
include/spar/sl_parser.h
include/spar/sl_poly.h
+include/spar/sl_random.h
include/spar/sl_sort.h
include/spar/sl_table.h
include/spar/sl_test.h
include/spar/sl_util.h
-include/spar/sl_variable.h
include/spar/sl_vector.h
include/spar/sl_version.h
lib/libspar.a
OpenPOWER on IntegriCloud