audio/jack depends on db48 from a few months ago. is there any reason why this ports depends it ? Fix: add "+" at the end of the line with "USE_BDB=48". if there are any reason to prevent it, please add comments at somewhere.
Hi, I added this dependency to get the latest JACK port to build, because it included some DB header files. Maybe it is not needed. Just make sure that JACK builds clean in a jail, after your changes, if any. --HPS
Sorry, I have no jail or recent clean OS. I think simply depending db48 or later version will solve the problem.
Sounds good to me. Can you try uninstalling the old dependency and check that the port compiles with the new one? --HPS
Still builds in poudriere with USE_BDB= 48+ - using databases/db5. Hans, can you test it still runs for you?
Hi, are you on IRC? --HPS
I'll join in a bit...
A commit references this bug: Author: nox Date: Fri Nov 28 19:35:49 UTC 2014 New revision: 373578 URL: https://svnweb.freebsd.org/changeset/ports/373578 Log: - Switch USE_BDB from 48 to 48+ . - Bump PORTREVISION. PR: 195001 Submitted by: turutani@scphys.kyoto-u.ac.jp Changes: head/audio/jack/Makefile
Committed (after confirmed still working), thanks!