diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-25 11:51:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-25 11:51:43 +0800 |
commit | d96231dec8743db3ac6f4eb2d20122d7d9f17a83 (patch) | |
tree | 9670f669742ae728a33a2f383cd42131c8d886ea /devel/spin/files | |
parent | 60bc0f545baf5b0091b3de19d43f740c621d98fa (diff) | |
download | freebsd-ports-gnome-d96231dec8743db3ac6f4eb2d20122d7d9f17a83.tar.gz freebsd-ports-gnome-d96231dec8743db3ac6f4eb2d20122d7d9f17a83.tar.zst freebsd-ports-gnome-d96231dec8743db3ac6f4eb2d20122d7d9f17a83.zip |
Update spin to 3.30.
PR: 12373
Submitted by: maintainer
Diffstat (limited to 'devel/spin/files')
-rw-r--r-- | devel/spin/files/patch-aa | 4 | ||||
-rw-r--r-- | devel/spin/files/patch-ab | 12 | ||||
-rw-r--r-- | devel/spin/files/patch-ac | 11 |
3 files changed, 19 insertions, 8 deletions
diff --git a/devel/spin/files/patch-aa b/devel/spin/files/patch-aa index b67c3d8ab549..7a270f9808c7 100644 --- a/devel/spin/files/patch-aa +++ b/devel/spin/files/patch-aa @@ -1,5 +1,5 @@ ---- ../Xspin3.2/xspin324.tcl.orig Wed Jan 27 12:23:13 1999 -+++ ../Xspin3.2/xspin324.tcl Wed Jan 27 12:23:32 1999 +--- ../Xspin3.3/xspin330.tcl.orig Wed Jun 23 18:29:29 1999 ++++ ../Xspin3.3/xspin330.tcl Wed Jun 23 18:30:51 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/wish -f +#!/usr/local/bin/wish8.0 -f diff --git a/devel/spin/files/patch-ab b/devel/spin/files/patch-ab index 1fa5be43341a..3c53dabe0e5b 100644 --- a/devel/spin/files/patch-ab +++ b/devel/spin/files/patch-ab @@ -1,12 +1,12 @@ ---- makefile.orig Wed Jan 27 12:28:31 1999 -+++ makefile Wed Jan 27 12:29:14 1999 -@@ -9,8 +9,8 @@ - # 1991, Prentice Hall, Englewood Cliffs, NJ, 07632 +--- makefile.orig Wed Jun 23 18:26:14 1999 ++++ makefile Wed Jun 23 18:27:41 1999 +@@ -10,8 +10,8 @@ # Send bug-reports and/or questions to: gerard@research.bell-labs.com + # The book is available frm www.amazon.com --CC=gcc -g # or any other ansi compatible c compiler +-CC=gcc -O2 -DNXT # or any other ansi compatible c compiler -CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include -+# CC=gcc -g # or any other ansi compatible c compiler ++# CC=gcc -O2 -DNXT # or any other ansi compatible c compiler +# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include # on Solaris: add -DSOLARIS diff --git a/devel/spin/files/patch-ac b/devel/spin/files/patch-ac new file mode 100644 index 000000000000..fd8fa7d8833a --- /dev/null +++ b/devel/spin/files/patch-ac @@ -0,0 +1,11 @@ +--- ps_msc.c.orig Wed Jun 23 19:32:24 1999 ++++ ps_msc.c Wed Jun 23 19:33:57 1999 +@@ -13,7 +13,7 @@ + + #include "spin.h" + #include "version.h" +-#include <malloc.h> ++#include <stdlib.h> + + static char *PsPre[] = { + "%%%%Pages: (atend)", |