Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 21:56:38 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        John Marino <marino@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Mark Felder <feld@freebsd.org>, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r345279 - head/sysutils/monit
Message-ID:  <CAMHz58Rs9Bn-My=oKMYAwaGBjqd9Uf=D2pXtd72nvpM5ufQWAQ@mail.gmail.com>
In-Reply-To: <53070491.3010403@marino.st>
References:  <201402210102.s1L12Frs051795@svn.freebsd.org> <CAMHz58QPBBF9qP2yHBBC9joBHqpvOZpxdb0Eww8CSbROzXj9tQ@mail.gmail.com> <53070491.3010403@marino.st>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 21, 2014 at 3:47 PM, John Marino <freebsd.contact@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@freebsd.org
> > <mailto:feld@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Rs9Bn-My=oKMYAwaGBjqd9Uf=D2pXtd72nvpM5ufQWAQ>