ports/172177: Missing run time dependencies in devel/xdg-utils

Vladimir Kondratiev wulf at mail.mipt.ru
Sun Sep 30 13:30:03 UTC 2012


>Number:         172177
>Category:       ports
>Synopsis:       Missing run time dependencies in devel/xdg-utils
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 30 13:30:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kondratiev
>Release:        10-CURRENT
>Organization:
>Environment:
FreeBSD wulf 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r241065M: Sun Sep 30 14:04:03 MSK 2012     root at wulf:/usr/obj/usr/src/sys/WULF  amd64
>Description:
devel/xdg-utils depends on xset and xprop utilities at a run time
>How-To-Repeat:
i saw messages like
/usr/local/bin/xdg-screensaver: xprop: not found
/usr/local/bin/xdg-screensaver: xset: not found
while opening video with vlc
>Fix:
port Makefile patch is attached

Patch attached with submission follows:

--- devel/xdg-utils/Makefile.orig	2012-09-30 16:15:20.329610212 +0400
+++ devel/xdg-utils/Makefile	2012-09-30 16:17:46.455542279 +0400
@@ -16,7 +16,9 @@
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Tools to allow all applications to integrate with the free desktop
 
-RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
+		xprop:${PORTSDIR}/x11/xprop \
+		xset:${PORTSDIR}/x11/xset
 
 GNU_CONFIGURE=	yes
 XDG_FILES=	xdg-desktop-icon \


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



More information about the freebsd-ports-bugs mailing list