Upgrade to version 3.4.14 .

PR:	ports/36862
Submitted by:	maintainer
This commit is contained in:
SADA Kenji 2002-05-17 20:30:30 +00:00
parent a1c94af743
commit 3a381fe3a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59349
6 changed files with 18 additions and 20 deletions

View file

@ -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/

View file

@ -1,2 +1,2 @@
MD5 (spin/spin3413.tar.gz) = e6b59bd209ff1c479a8511262418e349
MD5 (spin/spin3414.tar.gz) = 83b6a9c75dd2390a7ddcc882d962e03d
MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20

View file

@ -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

View file

@ -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/

View file

@ -1,2 +1,2 @@
MD5 (spin/spin3413.tar.gz) = e6b59bd209ff1c479a8511262418e349
MD5 (spin/spin3414.tar.gz) = 83b6a9c75dd2390a7ddcc882d962e03d
MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20

View file

@ -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