aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-20 16:49:29 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-20 16:49:29 +0000
commit43b3dcc3ccd72150b618d67528990328a27c519e (patch)
treed4d4e696150bb8b23e106dd15ffff132a793ffb5 /www
parent1135846b6fa437b7c04c8ef20e72ad96651e475f (diff)
downloadports-43b3dcc3ccd72150b618d67528990328a27c519e.tar.gz
ports-43b3dcc3ccd72150b618d67528990328a27c519e.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/tidy-devel/files/patch-ad17
-rw-r--r--www/tidy/files/patch-ad17
2 files changed, 26 insertions, 8 deletions
diff --git a/www/tidy-devel/files/patch-ad b/www/tidy-devel/files/patch-ad
index c4a03c56e27d..4de7c781e0e4 100644
--- a/www/tidy-devel/files/patch-ad
+++ b/www/tidy-devel/files/patch-ad
@@ -1,6 +1,15 @@
---- html.h.orig Fri Aug 4 19:21:05 2000
-+++ html.h Mon Nov 19 14:36:54 2001
-@@ -380,6 +380,7 @@
+--- html.h.orig Fri Aug 4 18:21:05 2000
++++ html.h Sat Jul 20 16:20:55 2002
+@@ -4,6 +4,8 @@
+ See tidy.c for the copyright notice.
+ */
+
++#include <sys/types.h>
++
+ /* indentation modes */
+
+ #define NO_INDENT 0
+@@ -380,6 +382,7 @@
void FatalError(char *msg);
void FileError(FILE *fp, const char *file);
@@ -8,7 +17,7 @@
Node *GetToken(Lexer *lexer, uint mode);
-@@ -758,6 +759,7 @@
+@@ -758,6 +761,7 @@
extern Bool Word2000;
extern Bool Emacs; /* sasdjb 01May00 GNU Emacs error output format */
extern Bool LiteralAttribs;
diff --git a/www/tidy/files/patch-ad b/www/tidy/files/patch-ad
index c4a03c56e27d..4de7c781e0e4 100644
--- a/www/tidy/files/patch-ad
+++ b/www/tidy/files/patch-ad
@@ -1,6 +1,15 @@
---- html.h.orig Fri Aug 4 19:21:05 2000
-+++ html.h Mon Nov 19 14:36:54 2001
-@@ -380,6 +380,7 @@
+--- html.h.orig Fri Aug 4 18:21:05 2000
++++ html.h Sat Jul 20 16:20:55 2002
+@@ -4,6 +4,8 @@
+ See tidy.c for the copyright notice.
+ */
+
++#include <sys/types.h>
++
+ /* indentation modes */
+
+ #define NO_INDENT 0
+@@ -380,6 +382,7 @@
void FatalError(char *msg);
void FileError(FILE *fp, const char *file);
@@ -8,7 +17,7 @@
Node *GetToken(Lexer *lexer, uint mode);
-@@ -758,6 +759,7 @@
+@@ -758,6 +761,7 @@
extern Bool Word2000;
extern Bool Emacs; /* sasdjb 01May00 GNU Emacs error output format */
extern Bool LiteralAttribs;