svn commit: r345279 - head/sysutils/monit

John Marino freebsd.contact at marino.st
Fri Feb 21 07:48:14 UTC 2014


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.

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


More information about the svn-ports-all mailing list