summaryrefslogtreecommitdiff
path: root/www/wwwoffle/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-09 01:17:19 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-09 01:17:19 +0000
commit7537fea0289bfdcb8206ffe5a7d5f552f46551b9 (patch)
treea4453d4076ca7aedfadb9edcdd63bc056ca59173 /www/wwwoffle/files
parentTurn on tinymux. (diff)
Initial import wwwoffle version 2.1.
A WWW proxy server for offline browsing. PR: 6821 Submitted by: Peter Mutsaers <plm@xs4all.nl>
Notes
Notes: svn path=/head/; revision=12366
Diffstat (limited to 'www/wwwoffle/files')
-rw-r--r--www/wwwoffle/files/patch-aa25
-rw-r--r--www/wwwoffle/files/patch-ab19
2 files changed, 44 insertions, 0 deletions
diff --git a/www/wwwoffle/files/patch-aa b/www/wwwoffle/files/patch-aa
new file mode 100644
index 000000000000..85bcc7187791
--- /dev/null
+++ b/www/wwwoffle/files/patch-aa
@@ -0,0 +1,25 @@
+*** Makefile.orig Sun Mar 8 17:10:55 1998
+--- Makefile Sun Mar 8 17:11:37 1998
+***************
+*** 21,30 ****
+ ########
+
+ CC=gcc
+! CFLAGS=-O2 -Wall -g
+
+ LD=gcc
+! LDFLAGS=-g
+
+ LEX=flex -i -L
+
+--- 21,30 ----
+ ########
+
+ CC=gcc
+! CFLAGS=-O2 -Wall
+
+ LD=gcc
+! LDFLAGS=-s
+
+ LEX=flex -i -L
+
diff --git a/www/wwwoffle/files/patch-ab b/www/wwwoffle/files/patch-ab
new file mode 100644
index 000000000000..e91365565b76
--- /dev/null
+++ b/www/wwwoffle/files/patch-ab
@@ -0,0 +1,19 @@
+*** misc.c.orig Sun Mar 8 17:19:03 1998
+--- misc.c Sun Mar 8 17:19:38 1998
+***************
+*** 316,322 ****
+ tim->tm_hour,
+ tim->tm_min,
+ tim->tm_sec,
+! utc?"GMT":tzname[tim->tm_isdst>0]);
+
+ return(value);
+ }
+--- 316,322 ----
+ tim->tm_hour,
+ tim->tm_min,
+ tim->tm_sec,
+! utc?"GMT":tim->tm_zone);
+
+ return(value);
+ }