Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 01:24:54 GMT
From:      Michael Kuhn <mkuhn.nw@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/94205: shells/zsh needs to use pre-su-install
Message-ID:  <200603080124.k281Osco020031@www.freebsd.org>
Resent-Message-ID: <200603080130.k281UClg075783@freefall.freebsd.org>

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

>Number:         94205
>Category:       ports
>Synopsis:       shells/zsh needs to use pre-su-install
>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:   Wed Mar 08 01:30:12 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603080124.k281Osco020031>