diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /www/tidy-devel/files | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'www/tidy-devel/files')
-rw-r--r-- | www/tidy-devel/files/patch-aa | 13 | ||||
-rw-r--r-- | www/tidy-devel/files/patch-ab | 17 |
2 files changed, 0 insertions, 30 deletions
diff --git a/www/tidy-devel/files/patch-aa b/www/tidy-devel/files/patch-aa deleted file mode 100644 index b07d2911a746..000000000000 --- a/www/tidy-devel/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Sun Dec 20 13:43:23 1998 -+++ Makefile Sun Dec 20 13:45:24 1998 -@@ -1,8 +1,8 @@ - # Makefile - for tidy - --CC= gcc -+#CC= gcc - --CFLAGS= -O -+CFLAGS+= -D__USE_MISC - - OFILES= attrs.o istack.o parser.o tags.o \ - entities.o lexer.o pprint.o clean.o \ diff --git a/www/tidy-devel/files/patch-ab b/www/tidy-devel/files/patch-ab deleted file mode 100644 index bd3d427381d9..000000000000 --- a/www/tidy-devel/files/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ ---- platform.h.orig Mon Jun 28 07:22:09 1999 -+++ platform.h Wed Jun 30 23:17:07 1999 -@@ -4,13 +4,13 @@ - See tidy.c for the copyright notice. - */ - -+#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> - - #define ACCESS_URL "http://www.w3.org/WAI/GL" |