summaryrefslogtreecommitdiff
path: root/math/spar
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-30 19:00:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-30 19:00:36 +0000
commit778cff84713115855e143329d1c4f574ed7a4e09 (patch)
treeb5e366b60c8456601f563296a169fc696445e50a /math/spar
parentugprade to 0.2.6 (diff)
upgrade to 0.5.10
drop maintainership
Notes
Notes: svn path=/head/; revision=44594
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 88ee303e885c..4df9d44d36c3 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 ea706d59e4c7..5721a944d170 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 000000000000..725ba36e31f9
--- /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 000000000000..792b9fa2ae9a
--- /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 859845dad18c..3a0c23e26c48 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