diff options
author | sada <sada@FreeBSD.org> | 2002-05-18 04:30:30 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-18 04:30:30 +0800 |
commit | fbe46bf8018e0357f34031a31cef654eea1aaf54 (patch) | |
tree | 65e4602c4a30dae31efef903e080af9d2260a0f2 /devel | |
parent | 5882f7964c12a1bf20573f0aaa5013b886af9334 (diff) | |
download | freebsd-ports-gnome-fbe46bf8018e0357f34031a31cef654eea1aaf54.tar.gz freebsd-ports-gnome-fbe46bf8018e0357f34031a31cef654eea1aaf54.tar.zst freebsd-ports-gnome-fbe46bf8018e0357f34031a31cef654eea1aaf54.zip |
Upgrade to version 3.4.14 .
PR: ports/36862
Submitted by: maintainer
Diffstat (limited to 'devel')
-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 |