Date: Wed, 05 Mar 2014 10:47:18 -0300 From: "Danilo E. Gondolfo" <danilo@freebsd.org> To: Alexey Dokuchaev <danfe@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r344402 - head/math/primegen Message-ID: <53172AE6.9090404@freebsd.org> In-Reply-To: <20140305025848.GA91204@FreeBSD.org> References: <201402151509.s1FF9VUc063590@svn.freebsd.org> <20140305025848.GA91204@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 03/04/14 23:58, Alexey Dokuchaev wrote: > On Sat, Feb 15, 2014 at 03:09:31PM +0000, Danilo Egea Gondolfo wrote: >> New Revision: 344402 >> URL: http://svnweb.freebsd.org/changeset/ports/344402 >> QAT: https://qat.redports.org/buildarchive/r344402/ > > (Picking random one among similar commits...) > >> - @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin >> + @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin >> .endfor >> .for file in ${HEADER_FILES} >> - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include >> + @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/include >> [...] >> + @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/lib >> .endfor >> + @${INSTALL_MAN} ${WRKSRC}/primes.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 >> + @${INSTALL_MAN} ${WRKSRC}/primegaps.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 >> + @${INSTALL_MAN} ${WRKSRC}/primegen.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 > > Guys, please do not mute (unmute) installation commands (INSTALL_FOO, CP, > COPYTREE, etc.). Muting them makes build logs less useful for debugging of > possible problems on installation stages, and generally leaves an impression > that nothing was installed. My fault. Generally I remove the @ from installation commands. I forgot to do that. Sorry. Danilo. > > This matter was discussed quite a number of times already; please try to > pay attention to some svn-ports-@ mail traffic. > > ./danfe > . >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53172AE6.9090404>