diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-17 20:30:30 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-17 20:30:30 +0000 |
commit | 3a381fe3a13c8b41355131187c48b9e3e2ccf62c (patch) | |
tree | e71e218156ee89e50b06b976cd5749a4633f1ac9 /devel/spin | |
parent | a1c94af743098c1e38df06497d68932d89db0db5 (diff) | |
download | ports-3a381fe3a13c8b41355131187c48b9e3e2ccf62c.tar.gz ports-3a381fe3a13c8b41355131187c48b9e3e2ccf62c.zip |
Notes
Diffstat (limited to 'devel/spin')
-rw-r--r-- | devel/spin/Makefile | 2 | ||||
-rw-r--r-- | devel/spin/distinfo | 2 | ||||
-rw-r--r-- | devel/spin/files/patch-ab | 15 |
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 001d9c1d0e1a..a2808351f250 100644 --- a/devel/spin/Makefile +++ b/devel/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/devel/spin/distinfo b/devel/spin/distinfo index 02642a3d1fdc..d479764de80e 100644 --- a/devel/spin/distinfo +++ b/devel/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/devel/spin/files/patch-ab b/devel/spin/files/patch-ab index 91869c5eed38..a50e73daae58 100644 --- a/devel/spin/files/patch-ab +++ b/devel/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 |