From nobody@FreeBSD.org  Thu Aug 26 16:32:32 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9CD4A106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Aug 2010 16:32:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8BBB78FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Aug 2010 16:32:32 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7QGWVgY011121
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Aug 2010 16:32:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o7QGWVJN011119;
	Thu, 26 Aug 2010 16:32:31 GMT
	(envelope-from nobody)
Message-Id: <201008261632.o7QGWVJN011119@www.freebsd.org>
Date: Thu, 26 Aug 2010 16:32:31 GMT
From: Oleg Ginzburg <olevole@olevole.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: multimedia/miro: missing py-gnome2 dependency in Makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: armin@frozen-zone.org

>Number:         149990
>Category:       ports
>Synopsis:       multimedia/miro: missing py-gnome2 dependency in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    decke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 26 16:40:07 UTC 2010
>Closed-Date:    Fri Sep 03 13:56:15 UTC 2010
>Last-Modified:  Fri Sep  3 14:00:08 UTC 2010
>Originator:     Oleg Ginzburg
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD gizmo.my.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #9: Sun Aug 22 20:11:16 MSD 2010     root@gizmo.my.domain:/usr/obj/usr/src/sys/GENERIC-NODEBUG  amd64

>Description:
--
Traceback (most recent call last):
  File "/usr/local/bin/miro.real", line 47, in <module>
    from miro.plat import upgrade
  File "/usr/local/lib/python2.6/site-packages/miro/plat/upgrade.py", line 32, in <module>
    import gconf
ImportError: No module named gconf 
--
when miro start
>How-To-Repeat:
just start miro after install
>Fix:


Patch attached with submission follows:

diff -ruN miro.bak/Makefile miro/Makefile
--- miro.bak/Makefile	2010-08-26 20:23:19.502084664 +0400
+++ miro/Makefile	2010-08-26 20:26:29.516738482 +0400
@@ -21,7 +21,8 @@
 		${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus	\
 		${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify	\
 		${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \
-		${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk
+		${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \
+		${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2
 
 BUILD_WRKSRC=	${WRKSRC}/platform/gtk-x11
 INSTALL_WRKSRC=	${WRKSRC}/platform/gtk-x11


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 26 16:40:17 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149990 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: armin@frozen-zone.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/149990: multimedia/miro: missing py-gnome2 dependency in Makefile
Date: Thu, 26 Aug 2010 16:40:15 UT

 Maintainer of multimedia/miro,
 
 Please note that PR ports/149990 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/149990
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Armin Pirkovitsch <armin@frozen-zone.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149990: multimedia/miro: missing py-gnome2 dependency in
 Makefile
Date: Thu, 26 Aug 2010 19:53:18 +0200

 The patch is approved.
 
 Cheers,
 Armin
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Thu Aug 26 22:44:17 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149990 
Responsible-Changed-From-To: freebsd-ports-bugs->decke 
Responsible-Changed-By: decke 
Responsible-Changed-When: Mon Aug 30 08:38:58 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149990 
State-Changed-From-To: open->closed 
State-Changed-By: decke 
State-Changed-When: Fri Sep 3 13:56:13 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149990 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149990: commit references a PR
Date: Fri,  3 Sep 2010 13:54:47 +0000 (UTC)

 decke       2010-09-03 13:54:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/miro      Makefile 
   Log:
   - Add missing py-gnome2 dependency
   - Bump PORTREVISION
   
   PR:             ports/149990
   Submitted by:   Oleg Ginzburg <olevole at olevole dot ru>
   Approved by:    Armin Pirkovitsch <armin at frozen-zone dot org> (maintainer), beat (co-mentor, implicit)
   
   Revision  Changes    Path
   1.31      +3 -1      ports/multimedia/miro/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
