Skip site navigation (1)Skip section navigation (2)
Date:      5 Jul 1999 22:13:54 -0000
From:      saken@hotel.rmta.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12525: UPDATE: ports/www/tidy to version 2 july 199
Message-ID:  <19990705221354.23116.qmail@hotel.rmta.org>

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

>Number:         12525
>Category:       ports
>Synopsis:       UPDATE: ports/www/tidy to version 2 july 199
>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:   Mon Jul  5 15:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Scott A. Kenney
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
	Agent's of Fortune, LTD
>Environment:
	
	FreeBSD nwhn-sh5-port64.snet.net 4.0-CURRENT FreeBSD 4.0-CURRENT #9: Thu Jul  1 04:58:13 EDT 1999     root@chardos.connix.com:/usr/src/sys/compile/CHARDOS  i386

>Description:

	Upgrade of ports/www/tidy to latest version
	I am the maintainer of this port.

>How-To-Repeat:

	N/A

>Fix:
	
	Close PR ports/11903, the bug has been corrected by the author.
	Apply the following patch using patch -p1

diff -ruN tidy/Makefile tidy.new/Makefile
--- tidy/Makefile	Tue Apr 27 03:21:29 1999
+++ tidy.new/Makefile	Mon Jul  5 18:11:25 1999
@@ -6,11 +6,12 @@
 # $Id: Makefile,v 1.7 1999/04/26 07:24:09 mharo Exp $
 #
 
-DISTNAME=	tidy15apr99
-PKGNAME=	tidy-0.4.99.2
+DISTNAME=	tidy2jul99
+PKGNAME=	tidy-0.7.99.1
 CATEGORIES=	www
 MASTER_SITES=	http://www.w3.org/People/Raggett/
 EXTRACT_SUFX=	.tgz
+WRKSRC=	${WRKDIR}/tidy
 
 MAINTAINER=	saken@hotel.rmta.org
 
diff -ruN tidy/files/md5 tidy.new/files/md5
--- tidy/files/md5	Tue Apr 27 03:21:31 1999
+++ tidy.new/files/md5	Mon Jul  5 17:52:32 1999
@@ -1 +1 @@
-MD5 (tidy15apr99.tgz) = 0896d889e34884343b0748f694c15b17
+MD5 (tidy2jul99.tgz) = ac09d8da449687ed61a320f441088e35
diff -ruN tidy/patches/patch-ab tidy.new/patches/patch-ab
--- tidy/patches/patch-ab	Wed Dec 23 18:10:01 1998
+++ tidy.new/patches/patch-ab	Wed Jun 30 23:17:50 1999
@@ -1,10 +1,17 @@
---- platform.h.orig	Thu Dec 17 11:20:40 1998
-+++ platform.h	Wed Dec 23 17:04:27 1998
-@@ -4,6 +4,7 @@
+--- platform.h.orig	Mon Jun 28 07:22:09 1999
++++ platform.h	Wed Jun 30 23:17:07 1999
+@@ -4,13 +4,13 @@
    See tidy.c for the copyright notice.
  */
  
 +#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>
+ 
+ #define ACCESS_URL  "http://www.w3.org/WAI/GL"

>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?19990705221354.23116.qmail>