Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 01:27:13 -0700 (PDT)
From:      Sean Chittenden <sean@chittenden.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39565: Fix tidy on FreeBSD 5.0-CURRENT...
Message-ID:  <200206200827.g5K8RDDr041159@rand.tgd.net>

next in thread | raw e-mail | index | archive | help

>Number:         39565
>Category:       ports
>Synopsis:       Fix tidy on FreeBSD 5.0-CURRENT...
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 03:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sean Chittenden
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD rand.tgd.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 16 19:32:51 PDT 2002 root@dhcp-263-209:/usr/obj/usr/src/sys/DELLAPTOP i386


	
>Description:
	Tidy doesn't compile
>How-To-Repeat:
	portinstall tidy
>Fix:
	Place the following in patch-ad


--- html.h.orig	Fri Aug  4 09:21:05 2000
+++ html.h	Thu Jun 20 01:24:13 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);
+int FileExists(const char *file);
 
 Node *GetToken(Lexer *lexer, uint mode);
 
@@ -758,6 +761,7 @@
 extern Bool Word2000;
 extern Bool Emacs;  /* sasdjb 01May00 GNU Emacs error output format */
 extern Bool LiteralAttribs;
+extern Bool PreserveEntities;
 
 /* Parser methods for tags */
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206200827.g5K8RDDr041159>