Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2000 02:30:03 -0800 (PST)
From:      Scott Kenney <saken+freebsd-ports@hotel.rmta.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16454: Patch file for tidy man page bundled with port instead of man page ...
Message-ID:  <200002131030.CAA16104@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16454; it has been noted by GNATS.

From: Scott Kenney <saken+freebsd-ports@hotel.rmta.org>
To: bush doctor <dervish@ikhala.tcimet.net>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/16454: Patch file for tidy man page bundled with port instead of man page ...
Date: Tue, 1 Feb 2000 18:23:04 -0500

 On Sat, Jan 29, 2000 at 04:07:16PM -0500, bush doctor wrote:
 > 
 > >Number:         16454
 > >Category:       ports
 > >Synopsis:       Patch for man page included with port instead of patched man page
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-ports
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Sat Jan 29 12:40:01 PST 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     bush doctor
 > >Release:        FreeBSD 4.0-CURRENT i386
 > >Organization:
 > iCk Logic
 > >Environment:
 > 
 > 	FreeBSD ikhala.tcimet.net 4.0-CURRENT FreeBSD 4.0-CURRENT #10: Thu Jan 27 09:35:01 EST 2000     root@ikhala.tcimet.net:/usr/src/sys/compile/GANJA  i386
 > 
 > >Description:
 > When one performs a "man tidy" with the latest tidy port (tidy-0.11.99.2)
 >                the patch to the man page shows up instead of the man page.
 > 
 > >How-To-Repeat:
 > Perform a "man tidy" on the command line.
 > 
 > >Fix:
 > (Temporary) The quick fix is to download the "man_page.txt" file from the tidy ftp site, run patch (e.g.
 >                    if you place the man_page.txt into ports/www/tidy perform the following steps
 > 
 >                    a) make
 >                    b) patch <work/tidy30nov99/man_page.txt
 >                    c) cp man_page.txt work/tidy30nov99
 >                    d) make install
 > 
 >        (Real)      Forward problem report to Maintainer and have (him/her) either include patched
 > 	               man page in the port or add the patch file to the tidy port patches directory.
 > 				   ( I'm sure they already intended to do this ... :)
 > 
 > 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 
 Since the manpage is a recent third party addition to tidy we can just
 eliminate it for the current port (patch attached).  I'm putting off
 updating tidy until the February release, due to some bugs in the
 January version.  Hopefully it will be ready before the ports freeze.
 The manpage appears intact in more recent releases.
 
 
 diff -ruN tidy.old/Makefile tidy/Makefile
 --- tidy.old/Makefile	Sun Jan 30 18:48:13 2000
 +++ tidy/Makefile	Tue Feb  1 18:14:02 2000
 @@ -11,7 +11,6 @@
  CATEGORIES=	www
  MASTER_SITES=	http://www.w3.org/People/Raggett/
  EXTRACT_SUFX=	.tgz
 -MAN1=	tidy.1
  
  MAINTAINER=	saken@hotel.rmta.org
  
 @@ -21,7 +20,6 @@
  
  do-install:
  	@${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy
 -	@${INSTALL_MAN}	${WRKSRC}/man_page.txt	${PREFIX}/man/man1/tidy.1
  .if !defined(NOPORTDOCS)
  	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
  	@${MKDIR} ${PREFIX}/share/doc/tidy
 
 -- 
 Scott Kenney  >|<  saken@hotel.rmta.org
 


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?200002131030.CAA16104>