From owner-svn-ports-head@FreeBSD.ORG Mon Oct 28 09:45:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id DF8CECD0; Mon, 28 Oct 2013 09:45:29 +0000 (UTC) Date: Mon, 28 Oct 2013 09:45:29 +0000 From: Alexey Dokuchaev To: Pietro Cerutti Subject: Re: svn commit: r331837 - in head/sysutils/wiimms: . files Message-ID: <20131028094529.GA36401@FreeBSD.org> References: <201310280911.r9S9BbLv080324@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310280911.r9S9BbLv080324@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 09:45:29 -0000 On Mon, Oct 28, 2013 at 09:11:37AM +0000, Pietro Cerutti wrote: > New Revision: 331837 > URL: http://svnweb.freebsd.org/changeset/ports/331837 > > + @${INSTALL_PROGRAM} ${WRKSRC}/wit ${STAGEDIR}${PREFIX}/bin > + @${INSTALL_PROGRAM} ${WRKSRC}/wwt ${STAGEDIR}${PREFIX}/bin > + @${INSTALL_PROGRAM} ${WRKSRC}/wdf ${STAGEDIR}${PREFIX}/bin > + @${LN} -sf wdf ${STAGEDIR}${PREFIX}/bin/wdf-cat > + @${LN} -sf wdf ${STAGEDIR}${PREFIX}/bin/wdf-dump > + @${MKDIR} ${STAGEDIR}${DATADIR} > + @${INSTALL_DATA} ${WRKSRC}/share/* ${STAGEDIR}${DATADIR} > + @${INSTALL_SCRIPT} ${WRKSRC}/load-titles.sh ${STAGEDIR}${DATADIR} Pietro, It would be nice to tell maintainer that installation commands should not be muted; muting them leaves the users wondering "what did that thing just install for me?!" and generally pessimizes debugging. If you worry about extra noise, you can mute mkdir's, but please leave other commands vocal. I'm surprised that after this issue was discussed on the lists quite a number of times, it keeps coming up. :( ./danfe