ports/108503: Update: sysutils/thunar-volman-plugin add depdency on sysutils eject

Zane C. B. vvelox at vvelox.net
Mon Jan 29 03:10:20 UTC 2007


>Number:         108503
>Category:       ports
>Synopsis:       Update: sysutils/thunar-volman-plugin   add depdency on sysutils eject
>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:   Mon Jan 29 03:10:19 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Zane C. B.
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #2: Tue Jan 23 04:24:36 UTC 2007
    kitsune at chama.vulpes:/usr/obj/usr/src/sys/SMP



>Description:


Adds a run depend on sysutils/eject. This allows it to eject a CD instead of issueing an error when asked to.


>How-To-Repeat:


Try to eject a CD on a system that does not have sysutils/eject installed and notice it does not work. Install it and notice it does.


>Fix:


--- Makefile.diff begins here ---
--- sysutils/thunar-volman-plugin/Makefile.orig	Sun Jan 28 20:39:32 2007
+++ sysutils/thunar-volman-plugin/Makefile	Sun Jan 28 20:45:37 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	thunar-volman
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	http://freebsd.unixfreunde.de/sources/
 DIST_SUBDIR=	xfce4
@@ -15,6 +16,7 @@
 COMMENT=	A Device manager plugin.
 
 LIB_DEPENDS=	hal.1:${PORTSDIR}/sysutils/hal
+RUN_DEPENDS=	${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
--- Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list