diff options
author | tron <tron> | 2000-03-28 17:22:19 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-28 17:22:19 +0000 |
commit | ae77724582f19084490f6c2652875d217e59f0e0 (patch) | |
tree | 5090d90cf6195ad6205a10d47d7700418372c9b1 /www/tidy/patches | |
parent | a4dd5d619eed54f51d3907b071b74396405e3028 (diff) | |
download | pkgsrc-ae77724582f19084490f6c2652875d217e59f0e0.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-aa | 2 | ||||
-rw-r--r-- | www/tidy/patches/patch-ab | 23 |
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 |