Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2008 19:14:35 +1000 (EST)
From:      Fraser Tweedale <frase@frase.id.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125709: [PATCH] multimedia/gpodder - fix dependencies
Message-ID:  <200807170914.m6H9EZAr051329@mail.frase.id.au>
Resent-Message-ID: <200807170920.m6H9K1tT077772@freefall.freebsd.org>

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

>Number:         125709
>Category:       ports
>Synopsis:       [PATCH] multimedia/gpodder - fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 17 09:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Fraser Tweedale
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD bacardi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #35: Sun Jun 1 11:33:22 EST 2008 Fraser@bacardi:/usr/obj/usr/src/sys/BACARDI i386


	
>Description:
Add pysqlite2 dependency.
Make libgpod a LIB_DEPENDS, not RUN_DEPENDS
Fix some questionable syntax.

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gpodder/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	16 Jul 2008 13:00:10 -0000	1.13
+++ Makefile	17 Jul 2008 09:11:55 -0000
@@ -19,6 +19,7 @@
 		convert:${PORTSDIR}/graphics/ImageMagick \
 		help2man:${PORTSDIR}/misc/help2man
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \
+		${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py-pysqlite23 \
 		wget:${PORTSDIR}/ftp/wget \
 		xdg-open:${PORTSDIR}/devel/xdg-utils
 
@@ -51,13 +52,13 @@
 .endif
 
 .if defined(WITH_IPOD)
-RUN_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod \
-		${PYTHON_SITELIBDIR}/py-mad:${PORTSDIR}/audio/py-mad
+LIB_DEPENDS+=	gpod.3:${PORTSDIR}/audio/libgpod
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad
 .endif
 
 .if defined(WITH_VIDEO)
 RUN_DEPENDS+=	mplayer:${PORTSDIR}/multimedia/mplayer \
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/ID3.py:${PORTSDIR}/audio/py-id3
+		${PYTHON_SITELIBDIR}/ID3.py:${PORTSDIR}/audio/py-id3
 .endif
 
 .if defined(WITH_MP3TAG)

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



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