svn commit: r345279 - head/sysutils/monit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 21 14:04:07 UTC 2014


On Fri, Feb 21, 2014 at 3:47 PM, John Marino <freebsd.contact at marino.st>wrote:

> On 2/21/2014 08:39, Sunpoet Po-Chuan Hsieh wrote:
> > On Fri, Feb 21, 2014 at 9:02 AM, Mark Felder <feld at freebsd.org
> > <mailto:feld at freebsd.org>> wrote:
> >
> >     Author: feld
> >     Date: Fri Feb 21 01:02:15 2014
> >     New Revision: 345279
> >     URL: http://svnweb.freebsd.org/changeset/ports/345279
> >     QAT: https://qat.redports.org/buildarchive/r345279/
> >
> >     Log:
> >       Update to 5.7
> >       STAGE support
> >
> >       PR:           ports/186930
> >
> >      PORTDOCS=      CHANGES COPYING README
> >
> >     -NO_STAGE=      yes
> >      .include <bsd.port.options.mk <http://bsd.port.options.mk>>
> >
> >      .if ! ${PORT_OPTIONS:MSSL}
> >     @@ -37,10 +37,10 @@ CONFIGURE_ARGS+=    --without-ssl
> >      .endif
> >
> >      post-install:
> >     -       ${INSTALL} -m 600 ${WRKSRC}/monitrc
> ${PREFIX}/etc/monitrc.sample
> >     +       ${INSTALL} -m 600 ${WRKSRC}/monitrc
> >     ${STAGEDIR}${PREFIX}/etc/monitrc.sample
> >      .if ${PORT_OPTIONS:MDOCS}
> >
> >
> > For staged ports, we install PORTDOCS/PORTEXAMPLES unconditionally
> > unless it brings significant I/O overhead.
>

It would be more precise to use "documentation / examples" here. :)


>
> To be pedantic, for DOCS this is only true if PORTDOCS is defined (which
> it is in this case).  I don't don't see how it's true if OPTIONS_DEFINE
> includes EXAMPLES though.  How does that work?
>
> John
>

For the examples/PORTEXAMPLES part, of course we do nothing if there's no
examples in the port.

Regards,
sunpoet


More information about the svn-ports-all mailing list