summaryrefslogtreecommitdiff
path: root/www/wwwoffle/patches/patch-ab
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-08-18 20:04:08 +0000
committerfredb <fredb@pkgsrc.org>2001-08-18 20:04:08 +0000
commitf989deaadeec8972f9d9e69b44a52f62beb97a65 (patch)
tree7a43cb8d344a817d4edcc38bf0b83957544d0b7d /www/wwwoffle/patches/patch-ab
parent71cb7cab9a5096e992b3f49f8207e4e92daf9f27 (diff)
downloadpkgsrc-f989deaadeec8972f9d9e69b44a52f62beb97a65.tar.gz
This patch is no longer needed -- the tools now take an absolute path to be
a "localhost" URL. [Per Andrew M. Bishop, wwwoffle's author.]
Diffstat (limited to 'www/wwwoffle/patches/patch-ab')
-rw-r--r--www/wwwoffle/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/wwwoffle/patches/patch-ab b/www/wwwoffle/patches/patch-ab
deleted file mode 100644
index d4142c6ba16..00000000000
--- a/www/wwwoffle/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2001/04/22 06:44:40 fredb Exp $
-
---- config.c.orig Sun Apr 22 00:29:18 2001
-+++ config.c
-@@ -344,9 +344,9 @@
- {"disable-meta-refresh-self",&DisableHTMLMetaRefreshSelf ,1,Fixed,Boolean,"no"},
- {"disable-dontget-links" ,&DisableHTMLDontGetLinks ,1,Fixed,Boolean,"no"},
- {"replace-dontget-images" ,&ReplaceHTMLDontGetImages ,1,Fixed,Boolean,"no"},
-- {"replacement-dontget-image",&ReplacementHTMLDontGetImage,1,Fixed,Url ,"/local/dontget/replacement.gif"},
-+ {"replacement-dontget-image",&ReplacementHTMLDontGetImage,1,Fixed,PathName ,"/local/dontget/replacement.gif"},
- {"replace-webbug-images" ,&ReplaceHTMLWebbugImages ,1,Fixed,Boolean,"no"},
-- {"replacement-webbug-image" ,&ReplacementHTMLWebbugImage ,1,Fixed,Url ,"/local/dontget/replacement.gif"},
-+ {"replacement-webbug-image" ,&ReplacementHTMLWebbugImage ,1,Fixed,PathName ,"/local/dontget/replacement.gif"},
- {"demoronise-ms-chars" ,&DemoroniseMSChars ,1,Fixed,Boolean,"no"},
- {"disable-animated-gif" ,&DisableAnimatedGIF ,1,Fixed,Boolean,"no"}};
-