Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2003 22:12:28 +0100 (CET)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48441: www/tidy-devel: upgrading to 030217.
Message-ID:  <20030218211228.4463176B1@graf.pompo.net>

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

>Number:         48441
>Category:       ports
>Synopsis:       www/tidy-devel: upgrading to 030217.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 18 13:20:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Feb 16 20:58:08 CET 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	- upgrading tidy to 030217;
	- upgrading docs to 030216;
	- de-pkg-comment;
	- SUPPORT_ACCESSIBILITY_CHECKS, SUPPORT_UTF16_ENCODINGS,
	  and SUPPORT_ASIAN_ENCODINGS are enabled.

	Note: if requested, tidy could be built with a shared lib.

>How-To-Repeat:
	N/A.

>Fix:

	Please apply this patch:


diff -urN www/tidy-devel.orig/Makefile www/tidy-devel/Makefile
--- www/tidy-devel.orig/Makefile	Sun Feb 16 14:12:12 2003
+++ www/tidy-devel/Makefile	Tue Feb 18 21:59:36 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tidy
-PORTVERSION=	030208
+PORTVERSION=	030217
 CATEGORIES=	www
 MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
 		http://tidy.sourceforge.net/docs/
@@ -17,6 +17,7 @@
 DISTFILES=	${DISTNAME}_${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	thierry@pompo.net
+COMMENT=	Utility to clean up and pretty print HTML/XHTML/XML
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
@@ -25,7 +26,7 @@
 #MAN1=		tidy.1
 
 .if !defined(NOPORTDOCS)
-DOCVER=		021222
+DOCVER=		030216
 DISTFILES+=	tidy_docs_${DOCVER}${EXTRACT_SUFX}
 DOCFILES=	Overview.html faq.html grid.gif pending.html	\
 		quickref.html release-notes.html tidy.css tidy.gif
@@ -33,6 +34,9 @@
 .endif
 
 BIN2STRIP=	tidy tab2space
+
+post-extract:
+	@${CP} -p ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
 
 pre-install:
 	@if [ -f ${LOCALBASE}/bin/tidy ]; then \
diff -urN www/tidy-devel.orig/distinfo www/tidy-devel/distinfo
--- www/tidy-devel.orig/distinfo	Sun Feb 16 14:12:12 2003
+++ www/tidy-devel/distinfo	Tue Feb 18 19:03:52 2003
@@ -1,2 +1,2 @@
-MD5 (tidy_src_030208.tgz) = 9b92b57829c2feb6c92ede60944fee4e
-MD5 (tidy_docs_021222.tgz) = 515f04f80b3a6e18d4d094bcca0ed155
+MD5 (tidy_src_030217.tgz) = df447cc6b32c49577fd2aee7f88176db
+MD5 (tidy_docs_030216.tgz) = b832e6a78836bf31b3eadca3d5301106
diff -urN www/tidy-devel.orig/files/patch-Makefile www/tidy-devel/files/patch-Makefile
--- www/tidy-devel.orig/files/patch-Makefile	Sun Feb 16 14:12:12 2003
+++ www/tidy-devel/files/patch-Makefile	Tue Feb 18 22:00:53 2003
@@ -1,5 +1,5 @@
---- Makefile.orig	Sun Feb  9 08:57:03 2003
-+++ Makefile	Thu Feb 13 21:34:14 2003
+--- Makefile.orig	Tue Feb 18 08:57:03 2003
++++ Makefile	Tue Feb 18 21:59:51 2003
 @@ -58,8 +58,8 @@
  PROJECT=tidy
  
@@ -11,7 +11,16 @@
  
  bininst = ${runinst_prefix}/bin
  libinst = ${devinst_prefix}/lib
-@@ -76,8 +76,9 @@
+@@ -67,7 +67,7 @@
+ maninst = ${devinst_prefix}/man
+ 
+ # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names.
+-TOPDIR = ../..
++TOPDIR = .
+ INCDIR = ${TOPDIR}/include
+ APPDIR = ${TOPDIR}/console
+ SRCDIR = ${TOPDIR}/src
+@@ -76,10 +76,11 @@
  BINDIR = ${TOPDIR}/bin
  
  # CFLAGS etc..
@@ -21,5 +30,8 @@
 +#CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR)
 +CFLAGS+= -I $(INCDIR)
  
- # OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
+-# OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
++OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
  ifdef SUPPORT_UTF16_ENCODINGS
+ CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
+ endif
diff -urN www/tidy-devel.orig/pkg-comment www/tidy-devel/pkg-comment
--- www/tidy-devel.orig/pkg-comment	Sun Feb  2 00:24:54 2003
+++ www/tidy-devel/pkg-comment	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-HTML parser and pretty printer
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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