From nobody@FreeBSD.org  Wed Feb  2 03:18:52 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9B7C1106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Feb 2011 03:18:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8AFAD8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Feb 2011 03:18:52 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p123IqKX076332
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 2 Feb 2011 03:18:52 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p123Iq0U076331;
	Wed, 2 Feb 2011 03:18:52 GMT
	(envelope-from nobody)
Message-Id: <201102020318.p123Iq0U076331@red.freebsd.org>
Date: Wed, 2 Feb 2011 03:18:52 GMT
From: Steve Wills <steve@mouf.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] update textproc/docproj to use newer tidy
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154456
>Category:       ports
>Synopsis:       [PATCH] update textproc/docproj to use newer tidy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    doceng
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 03:20:08 UTC 2011
>Closed-Date:    Mon Jul 15 11:10:01 UTC 2013
>Last-Modified:  Mon Jul 15 11:10:01 UTC 2013
>Originator:     Steve Wills
>Release:        9-CURRENT
>Organization:
>Environment:
>Description:
textproc/docproj depends on an older version of tidy. This prevents installing it along side kde (via package). The attached patch makes it use the newer tidy.
>How-To-Repeat:
Try to install docproj via package after installing kde4 via package.
>Fix:
see attached

Patch attached with submission follows:

Index: textproc/docproj/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/docproj/Makefile,v
retrieving revision 1.64
diff -u -r1.64 Makefile
--- textproc/docproj/Makefile	25 Dec 2010 16:55:36 -0000	1.64
+++ textproc/docproj/Makefile	6 Jan 2011 04:42:51 -0000
@@ -26,7 +26,7 @@
 		pngtopnm:${PORTSDIR}/graphics/netpbm \
 		scr2png:${PORTSDIR}/graphics/scr2png \
 		scr2txt:${PORTSDIR}/textproc/scr2txt \
-		tidy:${PORTSDIR}/www/tidy \
+		tidy:${PORTSDIR}/www/tidy-lib \
 		xsltproc:${PORTSDIR}/textproc/libxslt \
 		peps:${PORTSDIR}/graphics/peps \
 		${LOCALBASE}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->doceng 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 2 03:20:13 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154456 

From: Steve Wills <swills@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: doceng@FreeBSD.org
Subject: Re: ports/154456: [PATCH] update textproc/docproj to use newer tidy
Date: Sat, 12 Mar 2011 11:07:00 -0500

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Hi,
 
 Any update on this? Perhaps I can help test by building docs using this?
 If so, please let me know.
 
 Thanks,
 Steve
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.16 (FreeBSD)
 
 iQEcBAEBAgAGBQJNe5okAAoJEPXPYrMgexuhLEQH/0WdrTWl1/keQ7Skb2AT5z+X
 xcnPKBN0g/g7T99QsDciL3/pc9/m7XAN9gEazxCJnrh7XpMNTEf6iwIEwc+5e/vg
 AclQXSBVDPAfzOrlVO8/4PnHpNOBXW3gEnr/opLXJOWXbGCP7XWSQnUwJ1t7Nniy
 0n6NGSe6PLTine/WIlULx64p9pDo3GiWEvhtA3HgNcsKAKJzrMdYSXWANOeD1dW9
 9bBMLl2ozorzv8BRR9NFN9FNafdCan/hmTlItvt/MF5ugoXCMkQK38r/ypdYsYgO
 tDkgsHBp6G9E4saaArUFY94XD9VvO+M2aGWaWC0Qjtt7PndZt3TQQB4E/06oeWI=
 =qrC2
 -----END PGP SIGNATURE-----
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Mon Jul 15 11:09:17 UTC 2013 
State-Changed-Why:  
Close this PR, since tidy is not used any more in the documentation. 
Thanks for the submission anyway! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154456 
>Unformatted:
