Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 03:09:04 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Steven Hartland <killing@multiplay.co.uk>
Cc:        FreeBSD Ports <ports@freebsd.org>, David Keller <david.keller@litchis.fr>, "Sergey A. Osokin" <osa@freebsd.org>
Subject:   Re: FreeBSD Port: rubygem-passenger-4.0.41_2
Message-ID:  <CACdU%2Bf-HKC8r%2BAisMPrQJ09YRNcQ1Kw7pcUSSoC0u9GRzypfgA@mail.gmail.com>
In-Reply-To: <25B22ADA9DF3473CB7A433EC9394D8FE@multiplay.co.uk>
References:  <CAFop7TnRM9vUmf02jiLJLJfgOOT3B80SoM0%2BLZAfA46YPHkPvA@mail.gmail.com> <2BEF3638517B4186953121B366A7AACF@multiplay.co.uk> <20140411222748.GD67075@FreeBSD.org> <25B22ADA9DF3473CB7A433EC9394D8FE@multiplay.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 11, 2014 at 5:51 PM, Steven Hartland
<killing@multiplay.co.uk> wrote:
> The change is from :N -> :M
> .if ${PORT_OPTIONS:MDEBUG}
>
 - Select only those words that match DEBUG

> Which occurs 220 in the port tree and:
>
> .if ${PORT_OPTIONS:NDEBUG}
>
- Select words that don't match DEBUG

> Which only occurs twice, so TBH I assumed it was a typo given every other
> option uses PORTOPTIONS:M${option}
>
> Unfortunately the docs don't seem to provide any clarification
> http://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html
> so if anyone could chime in with some details on the exact meanings that
> would be most appreciated.
>
You have to read the make(1) man page:

http://www.freebsd.org/cgi/man.cgi?query=make&sektion=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACdU%2Bf-HKC8r%2BAisMPrQJ09YRNcQ1Kw7pcUSSoC0u9GRzypfgA>