www/trac requires a bunch of modules (sqlite, clearsilver) which are shared objects within python, but doesn't list them as runtime dependencies. they are listed only as build deps, but should be both. Fix: add run dependencies == build dependencies.
You or maintainer care to submit a patch? Or should I just copy BUILD_DEPENDS to RUN_DEPENDS -- maintainer is fine with that? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Geography is only physics slowed down, with a few trees stuck on it... -- Terry Pratchett
State Changed From-To: open->feedback Asked around
Responsible Changed From-To: freebsd-ports-bugs->pav Stick my nose into this
I was just thinking RUN_DEPENDS = ${BUILD_DEPENDS} would be sufficient. On Jul 3, 2005, at 11:33 AM, Pav Lucistnik wrote: > You or maintainer care to submit a patch? > > Or should I just copy BUILD_DEPENDS to RUN_DEPENDS -- maintainer is > fine > with that?
State Changed From-To: feedback->closed Committed, thanks!