Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 03:24:14 GMT
From:      Kevin Zheng <kevinz5000@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189005: [patch] Fix run dependencies for comms/gnuradio
Message-ID:  <201404260324.s3Q3OE0r008418@cgiserv.freebsd.org>
Resent-Message-ID: <201404260330.s3Q3U1ZR046429@freefall.freebsd.org>

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

>Number:         189005
>Category:       ports
>Synopsis:       [patch] Fix run dependencies for comms/gnuradio
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 26 03:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Zheng
>Release:        10.0-RELEASE-p1
>Organization:
>Environment:
FreeBSD epsilon.local 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
In order to run the GnuRadio Companion (invoked with `gnuradio-companion`), both lxml and cheetah are required at run-time.
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index facae83..1185d8a 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -12,8 +12,6 @@ COMMENT=	Amateur Radio Software defined radio
 
 BUILD_DEPENDS=	sdl-config:${PORTSDIR}/devel/sdl12 \
 		swig2.0:${PORTSDIR}/devel/swig20 \
-		cheetah:${PORTSDIR}/devel/py-cheetah \
-		py*-lxml>=0:${PORTSDIR}/devel/py-lxml \
 		${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
 		${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 \
 		xdg-open:${PORTSDIR}/devel/xdg-utils \
@@ -31,8 +29,10 @@ LIB_DEPENDS=	libcppunit.so:${PORTSDIR}/devel/cppunit \
 		libasound.so:${PORTSDIR}/audio/alsa-lib \
 		libgsl.so:${PORTSDIR}/math/gsl
 RUN_DEPENDS=	${PYNUMPY} \
-		${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem\
-		${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4
+		${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem \
+		${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 \
+		cheetah:${PORTSDIR}/devel/py-cheetah \
+		py*-lxml>=0:${PORTSDIR}/devel/py-lxml
 
 USES=		iconv cmake:outsource perl5
 CMAKE_ARGS+=	-DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"


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



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