Bug 82828

Summary: www/trac doesn't list runtime deps
Product: Ports & Packages Reporter: Vick Khera <vivek>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vick Khera 2005-06-30 16:30:25 UTC
	

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.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-03 16:33:34 UTC
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
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-03 16:33:37 UTC
State Changed
From-To: open->feedback

Asked around 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-03 16:33:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Stick my nose into this
Comment 4 Vick Khera 2005-07-05 01:56:16 UTC
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?
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-17 22:09:47 UTC
State Changed
From-To: feedback->closed

Committed, thanks!