summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-03-12 21:41:19 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-03-12 21:41:19 +0000
commitff3cf189a1ceda286f617e23b634cf8af73879af (patch)
treebca0fa68635196d22b4a4037a76c94e74778d4e3 /www
parentvalueOf(timestamp_); is ambigious. (diff)
Add a NOOP -preserve flag as a workaround to build
FreeBSD docs with tidy-devel. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=103818
Diffstat (limited to 'www')
-rw-r--r--www/tidy-devel/files/patch-console::tidy.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/tidy-devel/files/patch-console::tidy.c b/www/tidy-devel/files/patch-console::tidy.c
new file mode 100644
index 000000000000..f3cc84f4d257
--- /dev/null
+++ b/www/tidy-devel/files/patch-console::tidy.c
@@ -0,0 +1,12 @@
+--- console/tidy.c.orig Sat Mar 6 08:59:12 2004
++++ console/tidy.c Fri Mar 12 18:16:30 2004
+@@ -505,6 +505,9 @@
+ else if ( strcasecmp(arg, "quiet") == 0 )
+ tidyOptSetBool( tdoc, TidyQuiet, yes );
+
++ else if ( strcasecmp(arg, "preserve") == 0 ) /* NOOP for docproj */
++ printf( errout, "Warning: tidy-devel does not honour the -preserve flag\n");
++
+ else if ( strcasecmp(arg, "help") == 0 ||
+ strcasecmp(arg, "h") == 0 || *arg == '?' )
+ {