Bug 79949 - Update Port: devel/py-twistedFlow Port does not build if devel/py-twistedCore is not already installed
Summary: Update Port: devel/py-twistedFlow Port does not build if devel/py-twistedCore...
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: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-15 10:50 UTC by Neal Nelson
Modified: 2005-04-15 12:28 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 Neal Nelson 2005-04-15 10:50:19 UTC
      The port requires devel/py-twistedCore no only to run but also to build.

Fix: 

Makefile    Fri Apr 15 11:34:55 2005
+++ /usr/ports/devel/py-twistedFlow/Makefile    Fri Apr 15 11:35:24 2005
@@ -16,6 +16,7 @@
 MAINTAINER=    neal@nelson.name
 COMMENT=       Generator based asynchronous result flows

+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
 RUN_DEPENDS=   ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore

 WRKSRC=                ${WRKDIR}/TwistedFlow-${PORTVERSION}
How-To-Repeat:       Install the
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-04-15 11:33:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Grab.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-04-15 12:28:34 UTC
State Changed
From-To: open->closed

Committed, thanks!