ports/156017: [patch] irc/qwebirc add missing dependencies

Craig Whipp crwhipp at gmail.com
Tue Mar 29 03:30:11 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list