The change is from :N -> :M
.if ${PORT_OPTIONS:MDEBUG}
Which occurs 220 in the port tree and:
.if ${PORT_OPTIONS:NDEBUG}
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.
Regards
Steve
----- Original Message -----
From: "Sergey A. Osokin" <[email protected]>
To: "Steven Hartland" <[email protected]>
Cc: "David Keller" <[email protected]>; <[email protected]>
Sent: Friday, April 11, 2014 11:27 PM
Subject: Re: FreeBSD Port: rubygem-passenger-4.0.41_2
Hi Steven,
looks good, except one thing:
-.if ${PORT_OPTIONS:NDEBUG}
+.if ${PORT_OPTIONS:MDEBUG}
Could you explain what's the actual change here.
Also, please bump PORTREVISION for final patch.
--
Sergey A. Osokin
[email protected]
Regards
Steve
----- Original Message ----- From: "David Keller" <[email protected]>
To: <[email protected]>
Cc: <[email protected]>
Sent: Friday, April 11, 2014 10:29 AM
Subject: FreeBSD Port: rubygem-passenger-4.0.41_2
>Hello,
>
>Since
>
>rev *350664* (Wed Apr 9 02:36:08 2014 UTC)
>
>
>After *#make install *from */usr/ports/www/rubygem-passenger*
>
>/usr/local/lib/ruby/gems/1.9/gems/passenger-4.0.41/*buildout*
>
>
>is no longer populated with passenger binaries, hence nginx complains that
>passenger is not installed.
>
>Mannualy copying *buildout* directory from
>*/usr/ports/www/rubygem-passenger/work/**passenger-4.0.41/* resolves the
>issue.
>
>Regards.
>_______________________________________________
>[email protected] mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>To unsubscribe, send any mail to "[email protected]"
>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"