summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-17 20:30:30 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-17 20:30:30 +0000
commit3a381fe3a13c8b41355131187c48b9e3e2ccf62c (patch)
treee71e218156ee89e50b06b976cd5749a4633f1ac9 /math
parentTkp4 lets you read its documentation at run time. Patch it to find in (diff)
Upgrade to version 3.4.14 .
PR: ports/36862 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59349
Diffstat (limited to 'math')
-rw-r--r--math/spin/Makefile2
-rw-r--r--math/spin/distinfo2
-rw-r--r--math/spin/files/patch-ab15
3 files changed, 9 insertions, 10 deletions
diff --git a/math/spin/Makefile b/math/spin/Makefile
index 001d9c1d0e1a..a2808351f250 100644
--- a/math/spin/Makefile
+++ b/math/spin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spin
-PORTVERSION= 3.4.13
+PORTVERSION= 3.4.14
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \
ftp://www.netlib.org/spin/
diff --git a/math/spin/distinfo b/math/spin/distinfo
index 02642a3d1fdc..d479764de80e 100644
--- a/math/spin/distinfo
+++ b/math/spin/distinfo
@@ -1,2 +1,2 @@
-MD5 (spin/spin3413.tar.gz) = e6b59bd209ff1c479a8511262418e349
+MD5 (spin/spin3414.tar.gz) = 83b6a9c75dd2390a7ddcc882d962e03d
MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20
diff --git a/math/spin/files/patch-ab b/math/spin/files/patch-ab
index 91869c5eed38..a50e73daae58 100644
--- a/math/spin/files/patch-ab
+++ b/math/spin/files/patch-ab
@@ -1,15 +1,14 @@
---- makefile.orig Sun Sep 10 19:59:06 2000
-+++ makefile Sun Sep 10 20:00:41 2000
-@@ -10,9 +10,10 @@
- # Send bug-reports and/or questions to: gerard@research.bell-labs.com
+--- makefile.orig Wed Feb 20 13:40:54 2002
++++ makefile Sun Apr 7 17:44:50 2002
+@@ -11,8 +11,9 @@
# The book is available frm www.amazon.com
--CC=cc -g # or any other ansi compatible c compiler
-+# CC=cc -g # or any other ansi compatible c compiler
- # CC=cc -g -DNXT # if you need the X operator in LTL
+ # CC=cc -g # or any other ansi compatible c compiler
+-CC=cc -g -DNXT # if you need the X operator in LTL
-CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
++# CC=cc -g -DNXT # if you need the X operator in LTL
+# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
-+CC += -DNXT
++CFLAGS += -DNXT
# on Solaris: add -DSOLARIS
# on PCs: add -DPC