svn commit: r331837 - in head/sysutils/wiimms: . files

Pietro Cerutti gahr at FreeBSD.org
Mon Oct 28 09:58:37 UTC 2013


On 2013-Oct-28, 09:45, Alexey Dokuchaev wrote:
> 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.

My fault here, I revised the patch and added support for staging, but
failed to notice that INSTALL_ commands were muted. Fixed in r331839.

Thanks,

-- 
Pietro Cerutti
The FreeBSD Project
gahr at FreeBSD.org

PGP Public Key:
http://gahr.ch/pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 964 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20131028/3380d2be/attachment.sig>


More information about the svn-ports-head mailing list