- For audacious:
devel/mcs is no longer a dependency
"--disable-sse2" configure flag no longer exists
libexecinfo is useless (backtrace() isn't used anywhere)
fix libpthread linkage ("-lpthread" -> "-pthread")
fix WANTLIB
- For audacious-plugins:
zap jack subpackage, since now Jack2>=1.9.7 is required
remove configure flags that no longer exist
do not pick hidden dependencies up if they're installed
fix libpthread linkage ("-lpthread" -> "-pthread")
fix configure failing to correctly detect required libraries due
to undefined references (wrong linking)
pass "--disable-ffaudio" to configure since it wants a ffmpeg newer
than the one we have
fix WANTLIB and CONFIGURE_ENV
- For xmp:
zap audacious subpackage: it's broken beyond any repair with audacious-3.2
OK ajacoutot@
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.
Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
- use new CONFIGURE_STYLE
- use PLIST/DESCR substitution to add HOMEPAGE and various fragments
- add systematic @comment $OpenBSD$ to PLIST
- remove FAKE=Yes