summaryrefslogtreecommitdiff
path: root/www/tidy-devel/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /www/tidy-devel/files
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'www/tidy-devel/files')
-rw-r--r--www/tidy-devel/files/patch-aa19
-rw-r--r--www/tidy-devel/files/patch-ab13
2 files changed, 0 insertions, 32 deletions
diff --git a/www/tidy-devel/files/patch-aa b/www/tidy-devel/files/patch-aa
deleted file mode 100644
index 0f0aac98771d..000000000000
--- a/www/tidy-devel/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig Thu May 4 20:22:46 2000
-+++ Makefile Thu May 4 20:23:52 2000
-@@ -1,14 +1,8 @@
- # Makefile - for tidy
-
--CC= gcc
-+#CC= gcc
-
--CFLAGS= -O
--
--# Makefile - for tidy
--
--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 7493b2df4ba8..000000000000
--- a/www/tidy-devel/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- platform.h.orig Thu Jan 13 07:19:19 2000
-+++ platform.h Mon Mar 27 16:31:20 2000
-@@ -17,9 +17,8 @@
- 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
-
- #include <ctype.h>
- #include <stdio.h>