Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2002 17:00:04 -0500 (EST)
From:      Vivek Khera <khera@kciLink.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35090: stuffit-5.2.0.611 fails to register man pages as part of package (patch included)
Message-ID:  <200202182200.g1IM04O23310@onceler.kciLink.com>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 14:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200202182200.g1IM04O23310>