aboutsummaryrefslogtreecommitdiffstats
path: root/www/wwwoffle/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-09 09:17:19 +0800
committersteve <steve@FreeBSD.org>1998-08-09 09:17:19 +0800
commit82b6bb139f06e46ca0a8545f8b7463d4e4d79c6b (patch)
treeb6b5ae90795ad3c76c6e37c2e6f897c8b7f82692 /www/wwwoffle/files
parent058fc86097c6a8a53b2ac8cb3ae70046e74111dc (diff)
downloadfreebsd-ports-gnome-82b6bb139f06e46ca0a8545f8b7463d4e4d79c6b.tar.gz
freebsd-ports-gnome-82b6bb139f06e46ca0a8545f8b7463d4e4d79c6b.tar.zst
freebsd-ports-gnome-82b6bb139f06e46ca0a8545f8b7463d4e4d79c6b.zip
Initial import wwwoffle version 2.1.
A WWW proxy server for offline browsing. PR: 6821 Submitted by: Peter Mutsaers <plm@xs4all.nl>
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);
+ }