From nobody@FreeBSD.org  Wed Mar  8 01:24:55 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E926716A420
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 Mar 2006 01:24:55 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4707643D53
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 Mar 2006 01:24:55 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k281Os69020032
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 8 Mar 2006 01:24:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k281Osco020031;
	Wed, 8 Mar 2006 01:24:54 GMT
	(envelope-from nobody)
Message-Id: <200603080124.k281Osco020031@www.freebsd.org>
Date: Wed, 8 Mar 2006 01:24:54 GMT
From: Michael Kuhn <mkuhn.nw@web.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: shells/zsh needs to use pre-su-install
X-Send-Pr-Version: www-2.3

>Number:         94205
>Category:       ports
>Synopsis:       shells/zsh needs to use pre-su-install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 08 01:30:12 GMT 2006
>Closed-Date:    Sun Apr 30 23:47:44 GMT 2006
>Last-Modified:  Sun Apr 30 23:47:44 GMT 2006
>Originator:     Michael Kuhn
>Release:        FreeBSD 6.0-RELEASE-p4
>Organization:
>Environment:
FreeBSD xxx 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Thu Feb  9 11:43:09 CET 2006     root@xxx:/usr/obj/usr/src/sys/xxx  i386
>Description:
shells/zsh uses pre-install for actions which require root privileges.
>How-To-Repeat:
cd /usr/ports/shells/zsh && make install (as user)
>Fix:
--- Makefile.orig       Wed Mar  8 02:18:54 2006
+++ Makefile    Wed Mar  8 02:19:06 2006
@@ -129,7 +129,7 @@
 .if !defined(NOPORTDOCS)
 INFO=  zsh

-pre-install:
+pre-su-install:
        @${MKDIR} ${PREFIX}/info
        makeinfo --no-split --output=${PREFIX}/info/zsh.info \
                ${WRKSRC}/Doc/zsh.texi
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 8 01:32:11 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94205 
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Sun Apr 30 23:47:33 UTC 2006 
State-Changed-Why:  
Similar fix committed, thanks! 

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