makedepend (a part of imake) is installed as configure looks for it first.
If it cannot find it it just uses true(1) instead. Since upgrade of X.Org
ports to 6.8.1, makedepend is no longer necessary there at build time.
Tell it that true actually lives in /usr/bin as putting this in
CONFIGURE_ENV doesn't work.
- Move Petal.so back into ${PREFIX}/lib/rosegarden/petal
- Install a wrapper script that adds the dir to TCLLIBPATH so you don't have
to edit your .profile because of this...
- Fixes for the FreeBSD sound system, midi playback while recording
works now.
PR: 14234
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>