svn commit: r344402 - head/math/primegen

Martin Wilke miwi.fbsd at gmail.com
Wed Mar 5 03:21:24 UTC 2014


No, there is no such rule to enable/disable it. It is still
maintainer/committer choice.


On Wed, Mar 5, 2014 at 10:58 AM, Alexey Dokuchaev <danfe at freebsd.org> 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.
>
> This matter was discussed quite a number of times already; please try to
> pay attention to some svn-ports-@ mail traffic.
>
> ./danfe
>
>


More information about the svn-ports-head mailing list