From yuri@darklight.org.ru  Wed Jun 27 10:03:45 2007
Return-Path: <yuri@darklight.org.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DA34816A400;
	Wed, 27 Jun 2007 10:03:45 +0000 (UTC)
	(envelope-from yuri@darklight.org.ru)
Received: from darklight.org.ru (darklight.org.ru [194.186.18.14])
	by mx1.freebsd.org (Postfix) with ESMTP id 9CB7D13C45E;
	Wed, 27 Jun 2007 10:03:44 +0000 (UTC)
	(envelope-from yuri@darklight.org.ru)
Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1])
	by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l5R9qkuX098829;
	Wed, 27 Jun 2007 13:52:46 +0400 (MSD)
	(envelope-from yuri@darklight.org.ru)
Received: (from yuri@localhost)
	by darklight.org.ru (8.14.1/8.14.1/Submit) id l5R9qjrJ098828;
	Wed, 27 Jun 2007 13:52:45 +0400 (MSD)
	(envelope-from yuri@darklight.org.ru)
Message-Id: <200706270952.l5R9qjrJ098828@darklight.org.ru>
Date: Wed, 27 Jun 2007 13:52:45 +0400 (MSD)
From: Yuri Pankov <yuri@darklight.org.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: marcus@freebsd.org
Subject: [PATCH] audio/rhythmbox: run-depend on notification-daemon
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         114063
>Category:       ports
>Synopsis:       [PATCH] audio/rhythmbox: run-depend on notification-daemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 27 10:10:01 GMT 2007
>Closed-Date:    Thu Jul 05 01:57:05 GMT 2007
>Last-Modified:  Thu Jul  5 02:00:08 GMT 2007
>Originator:     Yuri Pankov
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darklight.org.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jun 26 06:17:25 MSD 2007
>Description:
Add run depend on notification-daemon if WITH_NOTIFY specified to make
notifications actually work (when not using full GNOME desktop port).

Port maintainer (marcus@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rhythmbox-0.10.1_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/rhythmbox.orig/Makefile /usr/ports/audio/rhythmbox/Makefile
--- /usr/ports/audio/rhythmbox.orig/Makefile	2007-06-27 13:34:53.000000000 +0400
+++ /usr/ports/audio/rhythmbox/Makefile	2007-06-27 13:39:06.000000000 +0400
@@ -8,7 +8,7 @@
 
 PORTNAME=	rhythmbox
 PORTVERSION=	0.10.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.10
@@ -94,6 +94,7 @@
 
 .if !defined(WITHOUT_NOTIFY)
 LIB_DEPENDS+=		notify.1:${PORTSDIR}/devel/libnotify
+RUN_DEPENDS+=		${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
 .else
 CONFIGURE_ARGS+=	--disable-libnotify
 .endif
--- rhythmbox-0.10.1_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 27 10:10:10 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114063 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Thu Jul 5 01:56:53 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114063: commit references a PR
Date: Thu,  5 Jul 2007 01:56:54 +0000 (UTC)

 marcus      2007-07-05 01:56:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/rhythmbox      Makefile 
   Log:
   Add an explicit RUN_DEPENDS on notification-daemon if notify support is
   requested.  libnotify without notification-daemon doesn't really do much.
   
   PR:             114063
   Submitted by:   Yuri Pankov <yuri@darklight.org.ru>
   
   Revision  Changes    Path
   1.99      +2 -1      ports/audio/rhythmbox/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:
