[121029] trunk/dports/multimedia

Frank Schima mf2k at macports.org
Sun Jun 15 06:53:09 PDT 2014


On Jun 14, 2014, at 10:17 PM, Mihai Moldovan <ionic at ionic.de> wrote:

> This patch fixes the darwin typo, a TCL issue that has been shadowed by the
> aforementioned typo and doesn't explicitly check for the existence of
> ${configure.cxx_stdlib}.
> 
> Also revbumped to have the correct min version target set.
> <audacious-fixes.diff>

Applied in r121042 [1]. 

The variants in audacious-plugins still need to be fixed.

$ sudo port install audacious-plugins +sdl2
Error: audacious-plugins: Variant sdl1 conflicts with sdl2
Error: Unable to open port: Error evaluating variants

For this you need to do something like:

default_variants +full

if {![variant_isset sdl2]} {
    default_variants-append +sdl1
}

I can apply this change if you want?


Cheers!
Frank

[1] <https://trac.macports.org/changeset/121042>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140615/9ee98557/attachment-0001.html>


More information about the macports-dev mailing list