diff options
author | tv <tv> | 1998-07-15 01:09:21 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-15 01:09:21 +0000 |
commit | 5bb80bb3d5f4dadfd1564816f8678b5ddc251776 (patch) | |
tree | 86393c2d011d9e4aaf8f010c13d5a8544620fc76 /www/arena/patches | |
parent | d5ecd251cc42e40753a340699173a57e49be1184 (diff) | |
download | pkgsrc-5bb80bb3d5f4dadfd1564816f8678b5ddc251776.tar.gz |
Add and enable Arena, the browser originally written to test HTML 3.0 and
style sheets (a subset of the current CSS1). Now maintained by Yggdrasil.
Diffstat (limited to 'www/arena/patches')
-rw-r--r-- | www/arena/patches/patch-aa | 39 | ||||
-rw-r--r-- | www/arena/patches/patch-ac | 29 | ||||
-rw-r--r-- | www/arena/patches/patch-ae | 12 |
3 files changed, 10 insertions, 70 deletions
diff --git a/www/arena/patches/patch-aa b/www/arena/patches/patch-aa index 2eb52fe737e..9c164dbd07b 100644 --- a/www/arena/patches/patch-aa +++ b/www/arena/patches/patch-aa @@ -1,29 +1,10 @@ -*** Arena/freebsd/Makefile.orig Thu Apr 25 06:39:15 1996 ---- Arena/freebsd/Makefile Sat Nov 16 04:46:01 1996 -*************** -*** 8,19 **** - ASIS_MACH = hardware/os - - -! CFLAGS = -DDEBUG -D__BSD__ -I/usr/X11/include \ - -DCALL_CLIENT_BUG \ - -DCLONE -DFIND -DJPEG \ -! -O -g -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR - LFLAGS = -! CC = gcc - - # Directory for installed binary: - BINDIR = /usr/local/bin ---- 8,19 ---- - ASIS_MACH = hardware/os - - -! CFLAGS+= -DDEBUG -D__BSD__ -I${X11BASE}/include -I${PREFIX}/include \ - -DCALL_CLIENT_BUG \ - -DCLONE -DFIND -DJPEG \ -! -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR - LFLAGS = -! #CC = gcc - - # Directory for installed binary: - BINDIR = /usr/local/bin +--- Arena/Source/spawn.c.orig Tue Jul 14 19:15:17 1998 ++++ Arena/Source/spawn.c Tue Jul 14 19:15:28 1998 +@@ -8,7 +8,6 @@ + #include <limits.h> + #include <signal.h> + #include <stdarg.h> +-#include <waitflags.h> + + #include "arena.h" + #ifdef ARENA_DEBUG diff --git a/www/arena/patches/patch-ac b/www/arena/patches/patch-ac deleted file mode 100644 index 0079bbe2977..00000000000 --- a/www/arena/patches/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ -*** Library/freebsd/Makefile.bak Thu Apr 25 05:56:24 1996 ---- Library/freebsd/Makefile Sat Nov 16 04:34:05 1996 -*************** -*** 8,19 **** - ASIS_MACH = hardware/os - - -! CFLAGS = -DDEBUG -D__BSD__ -I/usr/X11/include \ - -DCALL_CLIENT_BUG \ - -DCLONE -DFIND -DJPEG \ -! -O -g -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR - LFLAGS = -! CC = gcc - - # Directory for installed binary: - BINDIR = /usr/local/bin ---- 8,19 ---- - ASIS_MACH = hardware/os - - -! CFLAGS+= -DDEBUG -D__BSD__ -I${X11BASE}/include \ - -DCALL_CLIENT_BUG \ - -DCLONE -DFIND -DJPEG \ -! -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR - LFLAGS = -! #CC = gcc - - # Directory for installed binary: - BINDIR = /usr/local/bin diff --git a/www/arena/patches/patch-ae b/www/arena/patches/patch-ae deleted file mode 100644 index a6b215204ee..00000000000 --- a/www/arena/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ ---- ./Arena/Implementation/icon.c.org Thu Mar 21 07:28:53 1996 -+++ ./Arena/Implementation/icon.c Tue Apr 30 00:22:54 1996 -@@ -46,7 +46,9 @@ - #if defined __QNX__ || (defined(sco) && !defined(sco_os5)) - #define index strchr - #else -+#if !defined(index) - extern char *index(); -+#endif - #endif - - static char basis_64[] = |