Bug 102224 - www/trac-webadmin needs dependency on devel/py-setuptools to work
Summary: www/trac-webadmin needs dependency on devel/py-setuptools to work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-18 12:40 UTC by Mark Evenson
Modified: 2006-08-30 13:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Evenson 2006-08-18 12:40:17 UTC
www/trac-webadmin will not run without devel/py-setuptools installed as trac-webadmin is distributed  as a .egg file, and the python enviroment ignores the installed file.

Fix: 

Adding something like

RUN_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools

to the port Makefile should take care of this problem (not verified:  I just installed the devel/py-setuptools to get this to work.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-18 12:40:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2006-08-30 13:48:54 UTC
State Changed
From-To: open->closed

Committed, thanks!