Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 16:24:37 +0200 (CEST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        saken@hotel.rmta.org
Subject:   ports/40810: unbreak build of www/tidy
Message-ID:  <200207201424.g6KEObip025214@terrorfish.uni.stoert.net>

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

>Number:         40810
>Category:       ports
>Synopsis:       unbreak build of www/tidy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 20 07:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Sat Jul 20 03:59:29 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/k7/usr/src/sys/TERRORFISH i386


	
>Description:
	unbreak build of www/tidy. this is broken at least for -current.
	
	textproc/docproj depends on that so i've marked it serious
	
>How-To-Repeat:
	
>Fix:

Index: files/patch-ad
===================================================================
RCS file: /home/ncvs/ports/www/tidy/files/patch-ad,v
retrieving revision 1.1
diff -u -r1.1 patch-ad
--- files/patch-ad	22 Nov 2001 15:26:43 -0000	1.1
+++ files/patch-ad	20 Jul 2002 14:21:58 -0000
@@ -1,6 +1,15 @@
---- html.h.orig	Fri Aug  4 19:21:05 2000
-+++ html.h	Mon Nov 19 14:36:54 2001
-@@ -380,6 +380,7 @@
+--- html.h.orig	Fri Aug  4 18:21:05 2000
++++ html.h	Sat Jul 20 16:20:55 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);
@@ -8,7 +17,7 @@
  
  Node *GetToken(Lexer *lexer, uint mode);
  
-@@ -758,6 +759,7 @@
+@@ -758,6 +761,7 @@
  extern Bool Word2000;
  extern Bool Emacs;  /* sasdjb 01May00 GNU Emacs error output format */
  extern Bool LiteralAttribs;
	


>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?200207201424.g6KEObip025214>