<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Jun 14, 2014, at 10:17 PM, Mihai Moldovan &lt;<a href="mailto:ionic@ionic.de">ionic@ionic.de</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">This patch fixes the darwin typo, a TCL issue that has been shadowed by the<br>aforementioned typo and doesn't explicitly check for the existence of<br>${configure.cxx_stdlib}.<br><br>Also revbumped to have the correct min version target set.<br><span>&lt;audacious-fixes.diff&gt;</span></blockquote></div><br><div>Applied in r121042 [1].&nbsp;</div><div><br></div><div>The variants in&nbsp;audacious-plugins&nbsp;still need to be fixed.</div><div><br></div><div><font face="Monaco">$ sudo port install audacious-plugins +sdl2<br>Error: audacious-plugins: Variant sdl1 conflicts with sdl2<br>Error: Unable to open port: Error evaluating variants</font></div><div><br></div><div>For this you need to do something like:</div><div><br></div><div><font face="Monaco">default_variants +full<br><br>if {![variant_isset sdl2]} {<br>&nbsp; &nbsp; default_variants-append +sdl1<br>}<br></font><br></div><div>I can apply this change if you want?</div><div><br></div><div><br></div><div>Cheers!</div><div>Frank</div><div><br></div><div>[1] &lt;<a href="https://trac.macports.org/changeset/121042">https://trac.macports.org/changeset/121042</a>&gt;</div></body></html>