summaryrefslogtreecommitdiff
path: root/www/wwwoffle/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2001-08-14 04:51:46 +0000
committerfredb <fredb>2001-08-14 04:51:46 +0000
commitb24184d820440009d11694196e1ac466a5cd024b (patch)
treec177b26d2564656b5792ffb53f9a44e50dd57eee /www/wwwoffle/Makefile
parentfa4a5161ab7394ae46c058a43c6eb550b9954b8c (diff)
downloadpkgsrc-b24184d820440009d11694196e1ac466a5cd024b.tar.gz
Update wwwoffle to version 2.6d. From the "NEWS" file...
Bug Fixes: Fix pagination problem in wwwoffled manual page. Fix core dump with missing DontCompress section. Fix error with convert-cache and uncompress-cache programs not recognising valid configuration items. Fix harmless buffer overrun. Improve the URL decoded strings displayed in indexes. Don't complain about empty directory when installing. Canonicalise the pathname in URLs. Compile on __bsdi__ systems. Convert decimal IP addresses to dotted-quad. Add support for compilation on Apple OS X. Enable HTML modifications on URLs with error status. Use a case-insensitive check when censoring headers. Fix up HTML to that it validates with an SGML checker. New Features: Added IPv6 support. Added bind-ipv4 and bind-ipv6 options to specify local IP address to bind to. Added 'random' sort order option for indexes. Made index sorting use alphabetical as a secondary sort. Added HTTP/1.1 'Cache-Control: max-age=..' header handling (same as 'Expires'). Translations: Updated the Russian translations of the WWWOFFLE messages.
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r--www/wwwoffle/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index 9d7122553c4..b3bd1a10269 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -1,16 +1,12 @@
-# $NetBSD: Makefile,v 1.30 2001/04/22 06:44:39 fredb Exp $
+# $NetBSD: Makefile,v 1.31 2001/08/14 04:51:46 fredb Exp $
-DISTNAME= wwwoffle-2.6c
+DISTNAME= wwwoffle-2.6d
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-26b-v6-20010411.diff.gz
-PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/
COMMENT= WWW proxy with support for offline browsing
@@ -24,6 +20,12 @@ BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
+.if ${USE_INET6} == "YES"
+MAKE_ENV+= USE_IPV6=1
+.else
+MAKE_ENV+= USE_IPV6=0
+.endif
+
.if ${OPSYS} == "SunOS"
MAKE_ENV+= LIBRARY="-lnsl -lsocket"
.endif