Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2011 03:23:40 GMT
From:      Craig Whipp <crwhipp@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156017: [patch] irc/qwebirc add missing dependencies
Message-ID:  <201103290323.p2T3Ne6S072527@red.freebsd.org>
Resent-Message-ID: <201103290330.p2T3UBGv017651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156017
>Category:       ports
>Synopsis:       [patch] irc/qwebirc add missing dependencies
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 29 03:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Craig Whipp
>Release:        8.2-RELEASE
>Organization:
>Environment:
>Description:
The irc/qwebirc port is missing several py-twisted* dependencies.  The port installs, but fails to execute unless these are added.
>How-To-Repeat:
Starting with none of the py-twisted* ports installed, install irc/qwebirc and attempt to run.  The application will fail to execute.
>Fix:
Patch is attached.

Patch attached with submission follows:

--- /usr/ports/irc/qwebirc/Makefile.orig	2010-02-13 05:07:03.000000000 -0700
+++ /usr/ports/irc/qwebirc/Makefile	2011-03-28 07:16:04.000000000 -0700
@@ -19,7 +19,12 @@
 NO_BUILD=	yes
 
 USE_PYTHON=	yes
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/twisted/web/__init__.py:${PORTSDIR}/www/py-twistedWeb
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/twisted/mail/__init__.py:${PORTSDIR}/mail/py-twistedMail
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/twisted/words/__init__.py:${PORTSDIR}/net-im/py-twistedWords
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/twisted/names/__init__.py:${PORTSDIR}/dns/py-twistedNames
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/twisted/conch/__init__.py:${PORTSDIR}/security/py-twistedConch
 
 .include <bsd.port.pre.mk>
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103290323.p2T3Ne6S072527>