aboutsummaryrefslogtreecommitdiff
path: root/www/tidy/files
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-03-27 21:38:52 +0000
committerBrian Feldman <green@FreeBSD.org>2000-03-27 21:38:52 +0000
commite5275183e4cc8409d26ba9dfa6af568e2fb4323e (patch)
tree6dea92d2d7ab734158e7cfd5127fd99d3375f08e /www/tidy/files
parent084e48593f56bcd6aef001c2d39cd6611ea167d0 (diff)
downloadports-e5275183e4cc8409d26ba9dfa6af568e2fb4323e.tar.gz
ports-e5275183e4cc8409d26ba9dfa6af568e2fb4323e.zip
Update to the January 13, 2000 release of Tidy. The version format of
the port is now %Y%d%m, so this release is tidy-20000113. The previous format did not increase monotonically. A significant change is the manual page correctly becoming a manpage, where in the last release it was a diff (!). Further release notes can be found within, or at http://www.w3.org/People/Raggett/tidy/release-notes.html
Notes
Notes: svn path=/head/; revision=27093
Diffstat (limited to 'www/tidy/files')
-rw-r--r--www/tidy/files/patch-ab23
1 files changed, 7 insertions, 16 deletions
diff --git a/www/tidy/files/patch-ab b/www/tidy/files/patch-ab
index d178ef5b3673..7493b2df4ba8 100644
--- a/www/tidy/files/patch-ab
+++ b/www/tidy/files/patch-ab
@@ -1,22 +1,13 @@
---- platform.h.orig Sat Nov 13 23:41:32 1999
-+++ platform.h Sat Nov 13 23:42:40 1999
-@@ -17,17 +17,17 @@
+--- 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
- #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