OPTIONS handling within audio/amarok are flawed. OPTIONS set *ALL* the options that are defined as defaults. Now, if you want to check for an override you have to check "the other" variable. For example, XMMS is default-off, which means OPTIONS will set WITHOUT_XMMS. Right now, the port will completely ignore a -DWITH_XMMS because it is for WITHOUT_XMMS which is always set. Fix below. NB: I did not test *all* the options, I only know it does the right thing for XMMS, XINE and LIBVISUAL. Please review all the changes before committing. Thanks! I also only negated the if defined() stuff, this could be made better, if the if-then-else sections were reversed. But I wanted to keep the diff minimal. Port maintainer (mich@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63
Responsible Changed From-To: freebsd-ports-bugs->mich Over to maintainer
State Changed From-To: open->closed Committed, thanks !