Date: Sat, 14 Jul 2012 16:33:55 -0100 From: Jan Beich <jbeich@tormail.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/169870: [patch] print/lilypond: unbreak unprivileged install (SU_CMD) Message-ID: <1Sq6EU-000Bqu-2x@internal.tormail.org> Resent-Message-ID: <201207150350.q6F3oAUT016763@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169870 >Category: ports >Synopsis: [patch] print/lilypond: unbreak unprivileged install (SU_CMD) >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: Sun Jul 15 03:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: >How-To-Repeat: $ make install ===> Installing for lilypond-2.14.2_2 [...] /usr/bin/sed -i.bak -i '' -e '/LilyPond/d' /usr/local/info/dir sed: /usr/local/info/dir: Permission denied *** [pre-install] Error code 1 >Fix: --- install-su.diff begins here --- Index: print/lilypond/Makefile =================================================================== RCS file: /a/.csup/ports/print/lilypond/Makefile,v retrieving revision 1.107 diff -u -p -r1.107 Makefile --- print/lilypond/Makefile 1 Jun 2012 05:23:39 -0000 1.107 +++ print/lilypond/Makefile 14 Jul 2012 17:31:03 -0000 @@ -75,7 +77,7 @@ ${REINPLACE_CMD} -e '17,21d' ${WRKSRC}/po/GNUmakefile .endif -pre-install: +pre-su-install: .if exists(${PREFIX}/info/dir) ${REINPLACE_CMD} -i '' -e '/LilyPond/d' ${PREFIX}/info/dir .endif --- install-su.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1Sq6EU-000Bqu-2x>