diff options
author | itojun <itojun> | 2000-06-06 13:22:28 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-06-06 13:22:28 +0000 |
commit | dc167a4a95d8609e8fc521ad511a5db38a926a33 (patch) | |
tree | c2a40c4a4b308b89ca682beec928d5b2af2c1586 /www/wwwoffle/patches | |
parent | 49f49afa938f37b0f12bbc04fb1e692631462f23 (diff) | |
download | pkgsrc-dc167a4a95d8609e8fc521ad511a5db38a926a33.tar.gz |
upgrade to 2.5e (since 2.5e is no longer available on ftp site)
Diffstat (limited to 'www/wwwoffle/patches')
-rw-r--r-- | www/wwwoffle/patches/patch-aa | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/wwwoffle/patches/patch-aa b/www/wwwoffle/patches/patch-aa index 3b0da583239..d0486b5f51a 100644 --- a/www/wwwoffle/patches/patch-aa +++ b/www/wwwoffle/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $ +$NetBSD: patch-aa,v 1.10 2000/06/06 13:22:29 itojun Exp $ ---- Makefile.orig Sat Jan 22 23:18:21 2000 -+++ Makefile Tue Feb 22 08:28:26 2000 +--- Makefile.orig Mon Apr 3 00:27:30 2000 ++++ Makefile Tue Jun 6 22:08:00 2000 @@ -16,9 +16,9 @@ LOCALHOST=localhost:8080 @@ -13,16 +13,16 @@ $NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $ +SPOOLDIR=/var/wwwoffle +CONFDIR=${PREFIX}/etc/wwwoffle - # For Cygwin (win32) + # For Cygwin (win32). #INSTDIR=/wwwoffle -@@ -43,13 +43,13 @@ +@@ -46,13 +46,13 @@ ######## CC=gcc -CFLAGS=-O2 -Wall -g +CFLAGS=-O2 -Wall - # This is used in the FreeBSD port (http://www.freebsd.org/ports/) + # This is used in the FreeBSD port (http://www.freebsd.org/ports/). #CFLAGS=-O2 -Wall LD=gcc @@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $ # For HP/UX this is a good idea. #LDFLAGS= -@@ -61,8 +61,8 @@ +@@ -71,8 +71,8 @@ ######## @@ -42,7 +42,7 @@ $NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $ # For Solaris you need the following instead. #LIBRARY=-lnsl -lsocket -@@ -279,13 +279,13 @@ +@@ -289,13 +289,13 @@ $(INSTALL) -c -m 644 wwwoffle.conf.man.install $(INSTDIR)/man/man5/wwwoffle.conf.5 [ -x $(INSTDIR)/man/man8 ] || $(INSTALL) -d -m 755 $(INSTDIR)/man/man8 $(INSTALL) -c -m 644 wwwoffled.man $(INSTDIR)/man/man8/wwwoffled.8 @@ -59,7 +59,7 @@ $NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $ done ) -@@ -359,7 +359,7 @@ +@@ -369,7 +369,7 @@ [ -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf install_fixup-win32: |