From owner-svn-ports-all@FreeBSD.ORG Tue Nov 26 04:10:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C241445E; Tue, 26 Nov 2013 04:10:12 +0000 (UTC) Date: Tue, 26 Nov 2013 04:10:12 +0000 From: Alexey Dokuchaev To: "Sergey A. Osokin" Subject: Re: svn commit: r334916 - in head/benchmarks/wrk: . files Message-ID: <20131126041012.GA48093@FreeBSD.org> References: <201311260348.rAQ3mDC8078995@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311260348.rAQ3mDC8078995@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 04:10:12 -0000 On Tue, Nov 26, 2013 at 03:48:13AM +0000, Sergey A. Osokin wrote: > New Revision: 334916 > URL: http://svnweb.freebsd.org/changeset/ports/334916 > > do-install: > - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin > + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Hey Serge, Muting of installation commands pessimizes debugging and thus should not be used (i.e. you should've dropped the @ to make it vocal). Not that it requires immediate action; it can be fixed next time something happens to this port, or together with other similar bugs. ./danfe