Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 09:45:29 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Pietro Cerutti <gahr@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r331837 - in head/sysutils/wiimms: . files
Message-ID:  <20131028094529.GA36401@FreeBSD.org>
In-Reply-To: <201310280911.r9S9BbLv080324@svn.freebsd.org>
References:  <201310280911.r9S9BbLv080324@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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