From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 16 08:03:32 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FD361065670 for ; Fri, 16 Mar 2012 08:03:32 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) by mx1.freebsd.org (Postfix) with ESMTP id E246A8FC0C for ; Fri, 16 Mar 2012 08:03:31 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward13.mail.yandex.net (Yandex) with ESMTP id 6A500141B58 for ; Fri, 16 Mar 2012 12:03:30 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 59A8816A020E for ; Fri, 16 Mar 2012 12:03:30 +0400 (MSK) Received: from 93.91.10.202.tel.ru (93.91.10.202.tel.ru [93.91.10.202]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 3TsKrtn8-3Usu7tP8; Fri, 16 Mar 2012 12:03:30 +0400 Message-ID: <4F62F3D1.4000508@passap.ru> Date: Fri, 16 Mar 2012 12:03:29 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:8.0) Gecko/20111114 Thunderbird/8.0 MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: [patch] devel/xdg-utils: add RUN_DEPENDS upon misc/hicolor-icon-theme X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2012 08:03:32 -0000 Hi! While working at graphics/djview4 I've got an error: ----- xdg-icon-resource: No writable system icon directory found. ----- The port devel/xdg-utils is installed but lacking infrastructure directories. It's the /usr/local/share/icons/hicolor/ which is missing. What do you think about the following patch to fix the case? ----- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/xdg-utils/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 6 Mar 2012 22:47:28 -0000 1.11 +++ Makefile 16 Mar 2012 08:01:14 -0000 @@ -8,7 +8,7 @@ PORTNAME= xdg-utils PORTVERSION= 1.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://portland.freedesktop.org/download/ EXTRACT_SUFX= .tgz @@ -16,6 +16,8 @@ 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 + GNU_CONFIGURE= yes XDG_FILES= xdg-desktop-icon \ xdg-desktop-menu \ ----- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve