diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-01 23:24:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-01 23:24:54 +0000 |
commit | 180313e90df73da541b68484eb25b3c15c796de2 (patch) | |
tree | ebc3ba3e429d0498a85eb9b255e6410ad0c0eec8 /www/tidy-devel/files/patch-ah | |
parent | Add mod_bunzip2, an apache module for server-side decompression of bzip2 files (diff) |
Add tidy-devel after Repocopy from www/tidy
PR: 46620
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=74439
Diffstat (limited to 'www/tidy-devel/files/patch-ah')
-rw-r--r-- | www/tidy-devel/files/patch-ah | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/tidy-devel/files/patch-ah b/www/tidy-devel/files/patch-ah deleted file mode 100644 index f0a953e44452..000000000000 --- a/www/tidy-devel/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- tidy.c.orig Fri Aug 4 19:21:05 2000 -+++ tidy.c Mon Nov 19 14:39:50 2001 -@@ -785,6 +785,8 @@ - Quiet = yes; - else if (strcmp(arg, "slides") == 0) - BurstSlides = yes; -+ else if (strcmp(arg, "preserve") == 0) -+ PreserveEntities = yes; - else if (strcmp(arg, "help") == 0 || - argv[1][1] == '?'|| argv[1][1] == 'h') - { |