Skip site navigation (1)Skip section navigation (2)
Date:      23 Dec 1998 22:26:52 -0000
From:      saken@budoir.net (Scott A. Kenney)
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9182: ports/www/tidy - fix for -current
Message-ID:  <19981223222652.8992.qmail@budoir.net>

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

>Number:         9182
>Category:       ports
>Synopsis:       ports/www/tidy broken for -current (fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 23 14:30:00 PST 1998
>Last-Modified:
>Originator:     Scott A. Kenney
>Organization:
Agents of Fortune, LTD
>Release:        FreeBSD 2.2.8-STABLE i386
>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>
>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?19981223222652.8992.qmail>