From khera@kciLink.com  Mon Feb 18 14:00:11 2002
Return-Path: <khera@kciLink.com>
Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105])
	by hub.freebsd.org (Postfix) with ESMTP id 5C46637B402
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Feb 2002 14:00:10 -0800 (PST)
Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106])
	by yertle.kciLink.com (Postfix) with ESMTP id 9B46B217DE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Feb 2002 17:00:04 -0500 (EST)
Received: (from khera@localhost)
	by onceler.kciLink.com (8.11.6/8.11.6) id g1IM04O23310;
	Mon, 18 Feb 2002 17:00:04 -0500 (EST)
	(envelope-from khera)
Message-Id: <200202182200.g1IM04O23310@onceler.kciLink.com>
Date: Mon, 18 Feb 2002 17:00:04 -0500 (EST)
From: Vivek Khera <khera@kciLink.com>
Reply-To: Vivek Khera <khera@kciLink.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: stuffit-5.2.0.611 fails to register man pages as part of package (patch included)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35090
>Category:       ports
>Synopsis:       stuffit-5.2.0.611 fails to register man pages as part of package (patch included)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 14:10:00 PST 2002
>Closed-Date:    Tue May 21 19:26:19 PDT 2002
>Last-Modified:  Tue May 21 19:26:19 PDT 2002
>Originator:     Vivek Khera
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD onceler.kciLink.com 4.5-STABLE FreeBSD 4.5-STABLE #5: Tue Feb 12 15:43:24 EST 2002 khera@onceler.kciLink.com:/amd/yertle/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386


	
ports updated today
>Description:
	

stuffit-5.2.0.611 doesn't register the two man pages it installs into
the ports system, so pkg_delete never removes them, and they are not
compressed.

>How-To-Repeat:
	
cd /usr/ports/archivers/stuffit
make install
pkg_delete stuffit-5.2.0.611
ls -l /usr/local/man/man1/{un,}stuff.1


>Fix:

	

Apply this patch:

--- #Makefile~	Mon Feb 18 13:04:23 2002
+++ Makefile	Mon Feb 18 13:04:23 2002
@@ -30,6 +30,8 @@
 STUFFIT_FILES=	bin/unstuff bin/stuff
 STUFFIT_MAN=    man/man1/stuff.1 man/man1/unstuff.1
 
+MAN1 = stuff.1 unstuff.1
+
 post-fetch:
 	@${CHMOD} a+x ${DISTDIR}/${DISTFILES}
 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Tue May 21 19:26:04 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

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