Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2012 13:27:40 GMT
From:      Vladimir Kondratiev <wulf@mail.mipt.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172177: Missing run time dependencies in devel/xdg-utils
Message-ID:  <201209301327.q8UDReJv085740@red.freebsd.org>
Resent-Message-ID: <201209301330.q8UDU2KD025115@freefall.freebsd.org>

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

>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@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@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:



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