ports/160065: [PATCH] multimedia/pyjama: eliminate py-pysqlite2x dependency

Kjell Tore Ullavik ktullavik at gmail.com
Wed Aug 24 21:40:11 UTC 2011


The following reply was made to PR ports/160065; it has been noted by GNATS.

From: Kjell Tore Ullavik <ktullavik at gmail.com>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: ports/160065: [PATCH] multimedia/pyjama: eliminate py-pysqlite2x dependency
Date: Wed, 24 Aug 2011 23:08:21 +0200

 --Boundary-00=_FhWVO2WMfUPsFmL
 Content-Type: text/plain;
   charset="iso-8859-15"
 Content-Transfer-Encoding: 7bit
 
 On Wednesday 24 August 2011 16:10:16 you wrote:
 > Maintainer of multimedia/pyjama,
 > 
 > Please note that PR ports/160065 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160065
 > 
 > 
 
 Thanks! Please apply the attached patch, which in addition to the original
 also adds needed dependency on gstreamer-plugins-gnomevfs.
 
 
 --- Makefile.orig       2011-02-25 01:47:49.000000000 +0100
 +++ Makefile    2011-08-24 22:20:29.000000000 +0200
 @@ -6,7 +6,7 @@
  
  PORTNAME=      pyjama
  PORTVERSION=   0.3.0.1
 -PORTREVISION=  5
 +PORTREVISION=  6
  CATEGORIES=    multimedia python
  MASTER_SITES=  http://launchpadlibrarian.net/26637583/
  DISTNAME=      pyjama-0.3.0.1_all
 @@ -14,7 +14,7 @@
  MAINTAINER=    ktullavik at gmail.com
  COMMENT=       Frontend to the Jamendo music network
  
 -RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23 \
 +RUN_DEPENDS=   ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
                 ${PYTHON_PKGNAMEPREFIX}lxml>=2.2:${PORTSDIR}/devel/py-lxml \
                 ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson  \
                 ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:${PORTSDIR}/multimedia/py-gstreamer
 @@ -22,7 +22,7 @@
  NO_BUILD=      yes
  
  USE_PYTHON=    2.5+
 -USE_GSTREAMER= core good bad
 +USE_GSTREAMER= core good bad gnomevfs
  USE_GNOME=     pygtk2
  USE_GETTEXT=   yes
  
 
 --Boundary-00=_FhWVO2WMfUPsFmL
 Content-Type: text/plain;
   charset="iso-8859-1";
   name="patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="patch.txt"
 
 --- Makefile.orig	2011-02-25 01:47:49.000000000 +0100
 +++ Makefile	2011-08-24 22:20:29.000000000 +0200
 @@ -6,7 +6,7 @@
  
  PORTNAME=	pyjama
  PORTVERSION=	0.3.0.1
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	multimedia python
  MASTER_SITES=	http://launchpadlibrarian.net/26637583/
  DISTNAME=	pyjama-0.3.0.1_all
 @@ -14,7 +14,7 @@
  MAINTAINER=	ktullavik at gmail.com
  COMMENT=	Frontend to the Jamendo music network
  
 -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23 \
 +RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
  		${PYTHON_PKGNAMEPREFIX}lxml>=2.2:${PORTSDIR}/devel/py-lxml \
  		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson	\
  		${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:${PORTSDIR}/multimedia/py-gstreamer
 @@ -22,7 +22,7 @@
  NO_BUILD=	yes
  
  USE_PYTHON=	2.5+
 -USE_GSTREAMER=	core good bad
 +USE_GSTREAMER=	core good bad gnomevfs
  USE_GNOME=	pygtk2
  USE_GETTEXT=	yes
  
 
 --Boundary-00=_FhWVO2WMfUPsFmL--



More information about the freebsd-ports-bugs mailing list