summaryrefslogtreecommitdiff
path: root/www/tidy/patches
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-08-30 18:48:57 +0000
committerreed <reed@pkgsrc.org>2004-08-30 18:48:57 +0000
commit35f4966feb7e36bbfe621e7cb88e3f7ee01d1e70 (patch)
treeb87e241824a5843c95f302cd99818777bf912322 /www/tidy/patches
parentb69a572fd6c606fc7b554e06ea9af936c754b0fc (diff)
downloadpkgsrc-35f4966feb7e36bbfe621e7cb88e3f7ee01d1e70.tar.gz
Update tidy to tidy-20040811.
I could not find any recent release notes or change log other than "People continue to report examples where Tidy does not catch some ill-formed HTML or, worse, generates ill-formed HTML. These cases have been significantly reduced." (I didn't compare code with old release either.) Patch-ab updated (same line patched).
Diffstat (limited to 'www/tidy/patches')
-rw-r--r--www/tidy/patches/patch-ab12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/tidy/patches/patch-ab b/www/tidy/patches/patch-ab
index a48592d7a39..97748af3547 100644
--- a/www/tidy/patches/patch-ab
+++ b/www/tidy/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2003/10/28 12:33:48 cube Exp $
+$NetBSD: patch-ab,v 1.5 2004/08/30 18:48:57 reed Exp $
---- include/platform.h.orig 2003-06-10 08:57:04.000000000 +0200
-+++ include/platform.h
-@@ -48,7 +48,7 @@ extern "C" {
+--- include/platform.h.orig Fri Mar 19 00:00:57 2004
++++ include/platform.h Sat Aug 28 15:41:12 2004
+@@ -48,7 +48,7 @@
Contributed by Todd Lewis.
*/
@@ -11,8 +11,8 @@ $NetBSD: patch-ab,v 1.4 2003/10/28 12:33:48 cube Exp $
/* Enable/disable support for Big5 and Shift_JIS character encodings */
-@@ -496,7 +496,7 @@ extern "C" {
- #if !defined(HPUX_OS) && !defined(CYGWIN_OS) && !defined(MAC_OS_X) && !defined(BE_OS) && !defined(SOLARIS_OS) && !defined(BSD_BASED_OS) && !defined(OSF_OS) && !defined(IRIX_OS) && !defined(AIX_OS)
+@@ -497,7 +497,7 @@
+ #if !defined(HPUX_OS) && !defined(CYGWIN_OS) && !defined(MAC_OS_X) && !defined(BE_OS) && !defined(SOLARIS_OS) && !defined(BSD_BASED_OS) && !defined(OSF_OS) && !defined(IRIX_OS) && !defined(AIX_OS) && !defined(LINUX_OS)
typedef unsigned int uint;
#endif
-#if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32)