QUOTE(wizkid @ Nov 26 2004, 05:35 PM)
I give up. I get so many cryptic errors i don't know where to start. If anyone manages to get bmp with TTA support to compile on fbsd, pls let me know.
This works for me at least, but no guarantee given

CODE
cd /usr/ports/multimedia/beep-media-player/
make patch
cd work
patch -p0 < bmp-tta-plugin-1.2.patch
cd bmp-0.9.7rc2/
aclocal19 -I m4/
autoconf259
automake19
cd Input/tta/
In id3.c change
#include <malloc.h>
to
#include <stdlib.h>
make
finally copy .libs/libtta.so into your ~/.bmp/Plugins directory
Not tested if it actually works (I don't have any tta files) but at least bmp shows it in the plugin list