Date: Fri, 30 Jul 2004 20:40:25 -0400 (EDT) From: "Ian D.Leroux" <ian_leroux@fastmail.fm> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69835: [PATCH] devel/prcs does not correctly deinstall certain man pages Message-ID: <20040731004025.EE3DB40DA@schtroumpf.dyndns.org> Resent-Message-ID: <200407310050.i6V0o8Ut008671@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69835 >Category: ports >Synopsis: [PATCH] devel/prcs does not correctly deinstall certain man pages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 31 00:50:07 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ian D. Leroux >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD schtroumpf.dyndns.org 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Jul 2 19:45:14 EDT 2004 root@schtroumpf.dyndns.org:/usr/obj/usr/src/sys/SCHTRMPF_ONE i386 >Description: The newly comitted patch to devel/prcs that I submitted yesterday can install certain emacs support tools and their associated man-pages. Unfortunately, the additional man-pages are not listed in the Makefile so they don't get deinstalled. I've appended the fix. My apologies. >How-To-Repeat: On a system where ${LOCALBASE}/bin/emacs exists, cd /usr/ports/devel/prcs make install make deinstall find / -name "prcs*1" >Fix: diff -ru /usr/ports/devel/prcs/Makefile prcs/Makefile --- /usr/ports/devel/prcs/Makefile Fri Jul 30 18:14:50 2004 +++ prcs/Makefile Fri Jul 30 19:58:00 2004 @@ -26,6 +26,7 @@ .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/bin/emacs) +MAN1+= prcs-callback.1 prcs-ediff.1 prcs-emerge.1 PLIST_FILES+= bin/prcs-callback bin/prcs-ediff bin/prcs-emerge \ share/emacs/site-lisp/prcs.el \ share/emacs/site-lisp/prcs.elc \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040731004025.EE3DB40DA>