Skip site navigation (1)Skip section navigation (2)
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:   ports/114063: [PATCH] audio/rhythmbox: run-depend on notification-daemon
Message-ID:  <200706270952.l5R9qjrJ098828@darklight.org.ru>
Resent-Message-ID: <200706271010.l5RAA2Ux039643@freefall.freebsd.org>

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

>Number:         114063
>Category:       ports
>Synopsis:       [PATCH] audio/rhythmbox: run-depend on notification-daemon
>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:   Wed Jun 27 10:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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