summaryrefslogtreecommitdiff
path: root/www/tidy/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-03-28 17:22:19 +0000
committertron <tron@pkgsrc.org>2000-03-28 17:22:19 +0000
commit423c3c32774fa81ef316e1ed00fd5c5b0bd93ad8 (patch)
tree5090d90cf6195ad6205a10d47d7700418372c9b1 /www/tidy/patches
parentae63d7d433751c5d4b82adadf8ebcfbc0ddaeeda (diff)
downloadpkgsrc-423c3c32774fa81ef316e1ed00fd5c5b0bd93ad8.tar.gz
Adapt this package to NetBSD using patches supplied by Takahiro Kambe
in PR pkg/9532.
Diffstat (limited to 'www/tidy/patches')
-rw-r--r--www/tidy/patches/patch-aa2
-rw-r--r--www/tidy/patches/patch-ab23
2 files changed, 11 insertions, 14 deletions
diff --git a/www/tidy/patches/patch-aa b/www/tidy/patches/patch-aa
index b07d2911a74..b6cc9e8adde 100644
--- a/www/tidy/patches/patch-aa
+++ b/www/tidy/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD: patch-aa,v 1.2 2000/03/28 17:22:20 tron Exp $
+
--- Makefile.orig Sun Dec 20 13:43:23 1998
+++ Makefile Sun Dec 20 13:45:24 1998
@@ -1,8 +1,8 @@
diff --git a/www/tidy/patches/patch-ab b/www/tidy/patches/patch-ab
index d178ef5b367..db3294d35eb 100644
--- a/www/tidy/patches/patch-ab
+++ b/www/tidy/patches/patch-ab
@@ -1,22 +1,17 @@
---- platform.h.orig Sat Nov 13 23:41:32 1999
-+++ platform.h Sat Nov 13 23:42:40 1999
-@@ -17,17 +17,17 @@
+$NetBSD: patch-ab,v 1.2 2000/03/28 17:22:20 tron Exp $
+
+--- platform.h.orig Thu Jan 13 21:19:19 2000
++++ platform.h Fri Mar 3 12:52:05 2000
+@@ -17,10 +17,10 @@
It enables tidy to find config files named ~/.tidyrc
and ~your/.tidyrc etc if the HTML_TIDY environment
variable is not set. Contributed by Todd Lewis.
-+*/
-
- #define SUPPORT_GETPWNAM
--*/
+-
+-#define SUPPORT_GETPWNAM
+ */
++#define SUPPORT_GETPWNAM
+#include <sys/types.h>
#include <ctype.h>
#include <stdio.h>
#include <setjmp.h> /* for longjmp on error exit */
- #include <stdlib.h>
- #include <stdarg.h> /* may need <varargs.h> for Unix V */
- #include <string.h>
--#include <malloc.h>
- #include <assert.h>
-
- #ifdef SUPPORT_GETPWNAM