From saken@budoir.net  Wed Dec 23 14:27:06 1998
Received: from nwhn-sh13-port47.snet.net (nwhn-sh13-port47.snet.net [204.60.49.47])
          by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA16061
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Dec 1998 14:27:01 -0800 (PST)
          (envelope-from saken@budoir.net)
Received: (qmail 8993 invoked by uid 1001); 23 Dec 1998 22:26:52 -0000
Message-Id: <19981223222652.8992.qmail@budoir.net>
Date: 23 Dec 1998 22:26:52 -0000
From: saken@budoir.net (Scott A. Kenney)
Reply-To: saken@budoir.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: ports/www/tidy - fix for -current
X-Send-Pr-Version: 3.2

>Number:         9182
>Category:       ports
>Synopsis:       ports/www/tidy broken for -current (fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 23 14:30:00 PST 1998
>Closed-Date:    Wed Dec 23 15:09:10 PST 1998
>Last-Modified:  Wed Dec 23 15:10:16 PST 1998
>Originator:     Scott A. Kenney
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Agents of Fortune, LTD
>Environment:

	-current

>Description:
	As reported by John Hay <John.Hay@mikom.csir.co.za>
	sys/types needs to be included in platform.h (works fine with -stable
	also )
	change my email address to saken@budoir.net

>How-To-Repeat:

	N/A

>Fix:
	
Apply the following patch to ports/www/tidy with patch -p1

diff -ruN tidy.old/Makefile tidy/Makefile
--- tidy.old/Makefile	Sun Dec 20 18:13:47 1998
+++ tidy/Makefile	Wed Dec 23 17:17:42 1998
@@ -11,7 +11,7 @@
 CATEGORIES=	www
 MASTER_SITES=	http://www.w3.org/People/Raggett/
 
-MAINTAINER=	saken@rmta.ml.org
+MAINTAINER=	saken@budoir.net
 
 ALL_TARGET=	tidy
 WRKSRC=		${WRKDIR}/tidy17dec98
diff -ruN tidy.old/patches/patch-ab tidy/patches/patch-ab
--- tidy.old/patches/patch-ab	Wed Dec 31 19:00:00 1969
+++ tidy/patches/patch-ab	Wed Dec 23 17:16:56 1998
@@ -0,0 +1,10 @@
+--- platform.h.orig	Thu Dec 17 12:20:40 1998
++++ platform.h	Wed Dec 23 17:15:57 1998
+@@ -4,6 +4,7 @@
+   See tidy.c for the copyright notice.
+ */
+ 
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Wed Dec 23 15:09:10 PST 1998 
State-Changed-Why:  
Patch committed, thanks! 
>Unformatted:
