summaryrefslogtreecommitdiff
path: root/www/wwwoffle/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2001-03-12 19:08:37 +0000
committerfredb <fredb>2001-03-12 19:08:37 +0000
commit8255fb950300685ce40202e66114a7ef6b5e1f39 (patch)
tree0d376e7ee75b531a9ee29e4228ddafb5b59babcd /www/wwwoffle/Makefile
parentb96deef9a06c471090f19a9040e681093a4da04d (diff)
downloadpkgsrc-8255fb950300685ce40202e66114a7ef6b5e1f39.tar.gz
Update wwwoffle to 2.6a:
Bug Fixes: Fix crash with invalid entries in config file. Handle some invalid URL encodings that servers/clients use. Stop crashes when monitoring illegal refresh URLs. Handle malformed headers better. Check the DontGet section of the configuration file when doing SSL. Print error messages when starting on stderr. Read the configuration file if using wwwoffle-write. Fix bug with form argument parsing. Set fetch-stylesheets to true in the default config file. Bug fixes for modifying HTML with meta refresh tags. Stop duplicated items in the configuration file. Win32 Bug Fixes: Fixed logfile opening problem. Added a fchdir() function for cygwin. Workaround cygwin socket closing problem. Change the makefile for cygwin installation (don't auto install .dll or .bat). Documentation Updated the Welcome.html page to include more links to useful information. Include an HTML version of README.CONF in the html directory. Updated several README files and INSTALL file. *NOTE* The default location of the replacement .gif file for the DontGet section has changed, upgrade-config.pl should fix wwwoffle.conf automatically. *NOTE* If upgrading from a version < 2.6 then see the notes for version 2.6. NetBSD package changes: - - Install upgrade-config-2.x-2.5.pl (as wwwoffle-upgrade-config-2.x-2.5.pl). - - Protect convert-cache the same way as upgrade-config -- prefix with wwwoffle-. - - Update MESSAGE file accordingly.
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r--www/wwwoffle/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index c5b2437b5ec..593b45ddcb2 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.27 2001/03/12 18:05:24 fredb Exp $
+# $NetBSD: Makefile,v 1.28 2001/03/12 19:08:37 fredb Exp $
-DISTNAME= wwwoffle-2.6
+DISTNAME= wwwoffle-2.6a
CATEGORIES= www
MASTER_SITES= http://www.gedanken.demon.co.uk/download-wwwoffle/ \
ftp://ftp.demon.co.uk/pub/unix/httpd/ \
${MASTER_SITE_SUNSITE:=apps/www/servers/}
EXTRACT_SUFX= .tgz
-PATCHFILES+= wwwoffle-26-v6-20001121b.diff.gz
+PATCHFILES+= wwwoffle-26a-v6-20010312.diff.gz
PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/
PATCH_DIST_STRIP= -p1
@@ -56,8 +56,12 @@ post-install:
${CP} -p ${PREFIX}/etc/wwwoffle/wwwoffle.conf \
${PREFIX}/etc/wwwoffle/wwwoffle.conf.default; \
fi
- ${INSTALL_PROGRAM} ${WRKSRC}/convert-cache ${PREFIX}/sbin/convert-cache
- ${INSTALL_SCRIPT} ${WRKSRC}/upgrade-config.pl ${PREFIX}/sbin/wwwoffle-upgrade-config.pl
+ ${INSTALL_PROGRAM} ${WRKSRC}/convert-cache \
+ ${PREFIX}/sbin/wwwoffle-convert-cache
+ ${INSTALL_SCRIPT} ${WRKSRC}/upgrade-config.pl \
+ ${PREFIX}/sbin/wwwoffle-upgrade-config.pl
+ ${INSTALL_SCRIPT} ${WRKSRC}/upgrade-config-2.x-2.5.pl \
+ ${PREFIX}/sbin/wwwoffle-upgrade-config-2.x-2.5.pl
${INSTALL_SCRIPT} ${WRKDIR}/wwwoffle.sh ${PREFIX}/etc/rc.d/wwwoffle
${INSTALL_SCRIPT} ${WRKDIR}/wwwoffled ${PREFIX}/etc/rc.d
# directories other than html are automatically created at run time
@@ -70,7 +74,7 @@ post-install:
@${ECHO} If your are upgrading from an older version of wwwoffle,
@${ECHO} your cache will not be converted automatically. Please do
@${ECHO} so by executing the command
- @${ECHO} \"${PREFIX}/libexec/convert-cache /var/wwwoffle\".
+ @${ECHO} \"${PREFIX}/libexec/wwwoffle-convert-cache /var/wwwoffle\".
@${ECHO}
@${ECHO} ==+===+===+===+===+===+===+===+===+===+===+===+===+===+===+=
@${ECHO}