PortIndex2MySQL run failure on Sunday 2016-03-06 at 07:00:01

Clemens Lang cal at macports.org
Sun Mar 6 12:10:26 PST 2016


Hi,

On Sun, Mar 06, 2016 at 07:15:29PM +0100, Mojca Miklavec wrote:
> Whooops, I'm sorry, I didn't think about the possibility of this
> scenariot.
> 
> Are you able to help me out to come up with a proper patch or should
> we simply replace
> 
>         if {[active_variants gtk3 quartz ""]} {
>             default_variants-append +quartz
>         } else {
>             default_variants-append +x11
>         }
> 
> by
> 
>         default_variants-append +x11
> 
> ?

See the comments at the top of the active_variants-1.1 PortGroup for an
example that covers this case. Starting at line 34, it explains the
general case and then simplifies down to the special cases. (You are
currently using the second case, but should be using the first one.)

HTH,
Clemens


More information about the macports-dev mailing list