FreeBSD Port: rubygem-passenger-4.0.41_2

Scot Hetzel swhetzel at gmail.com
Sat Apr 12 08:09:05 UTC 2014


On Fri, Apr 11, 2014 at 5:51 PM, Steven Hartland
<killing at 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


More information about the freebsd-ports mailing list