ports/114063: [PATCH] audio/rhythmbox: run-depend on notification-daemon
Yuri Pankov
yuri at darklight.org.ru
Wed Jun 27 10:10:02 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list