summaryrefslogtreecommitdiff
path: root/www/wwwoffle/files
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-03-08 20:38:20 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-03-08 20:38:20 +0000
commitc7144ec282f3f5f8e400587cd9be62b7134a1c4c (patch)
tree2960c2a5ab482cfff687bfad4d44ff5e90104e5b /www/wwwoffle/files
parentUpgrade to 2.1.1 (diff)
Update to version 2.4 and add new MAINTAINER
PR: ports/10470 Submitted by: Adrian Wontroba aw1@stade.co.uk
Notes
Notes: svn path=/head/; revision=17073
Diffstat (limited to 'www/wwwoffle/files')
-rw-r--r--www/wwwoffle/files/patch-aa55
-rw-r--r--www/wwwoffle/files/patch-ab19
2 files changed, 30 insertions, 44 deletions
diff --git a/www/wwwoffle/files/patch-aa b/www/wwwoffle/files/patch-aa
index 85bcc7187791..6628cdea485e 100644
--- a/www/wwwoffle/files/patch-aa
+++ b/www/wwwoffle/files/patch-aa
@@ -1,25 +1,30 @@
-*** 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
-
+--- Makefile.orig Thu Dec 3 19:19:46 1998
++++ Makefile Sun Mar 7 09:13:34 1999
+@@ -16,9 +16,9 @@
+
+ LOCALHOST=localhost:8080
+
+-INSTDIR=/usr/local
+-SPOOLDIR=/var/spool/wwwoffle
+-CONFDIR=/var/spool/wwwoffle
++INSTDIR=$(PREFIX)
++SPOOLDIR=$(SPOOL)/wwwoffle
++CONFDIR=$(SPOOL)/wwwoffle
+
+ # For Cygwin (win32)
+ #INSTDIR=/wwwoffle
+@@ -28,13 +28,12 @@
+ ########
+
+ CC=gcc
+-CFLAGS=-O2 -Wall -g
+
+ # This is used in the FreeBSD port (http://www.freebsd.org/ports/)
+ #CFLAGS=-O2 -Wall
+
+ LD=gcc
+-LDFLAGS=-g
++LDFLAGS=-s
+
+ # For HP/UX this is a good idea.
+ #LDFLAGS=
diff --git a/www/wwwoffle/files/patch-ab b/www/wwwoffle/files/patch-ab
deleted file mode 100644
index e91365565b76..000000000000
--- a/www/wwwoffle/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** 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);
- }