aboutsummaryrefslogtreecommitdiffstats
path: root/www/tidy-devel/files
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-03-28 05:38:52 +0800
committergreen <green@FreeBSD.org>2000-03-28 05:38:52 +0800
commit13e26f93a0cf0ca19b70acf4489bb88ae3a8ab4a (patch)
treeff4a8754da353037530c97911a177055a116c64b /www/tidy-devel/files
parentea84ccd3d9858de112f6083ffaa7ef6a140a213f (diff)
downloadfreebsd-ports-gnome-13e26f93a0cf0ca19b70acf4489bb88ae3a8ab4a.tar.gz
freebsd-ports-gnome-13e26f93a0cf0ca19b70acf4489bb88ae3a8ab4a.tar.zst
freebsd-ports-gnome-13e26f93a0cf0ca19b70acf4489bb88ae3a8ab4a.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
Diffstat (limited to 'www/tidy-devel/files')
-rw-r--r--www/tidy-devel/files/patch-ab23
1 files changed, 7 insertions, 16 deletions
diff --git a/www/tidy-devel/files/patch-ab b/www/tidy-devel/files/patch-ab
index d178ef5b3673..7493b2df4ba8 100644
--- a/www/tidy-devel/files/patch-ab
+++ b/www/tidy-devel/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