From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 07:42:49 2014 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 070ADF98 for ; Sat, 20 Dec 2014 07:42:49 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAC542829 for ; Sat, 20 Dec 2014 07:42:48 +0000 (UTC) Received: from [192.168.2.189] (unknown [103.252.12.210]) by ainaz.pair.com (Postfix) with ESMTPSA id 8A3F33F470 for ; Sat, 20 Dec 2014 02:42:41 -0500 (EST) Date: Sat, 20 Dec 2014 08:42:34 +0100 (CET) From: Gerald Pfeifer To: gnome@FreeBSD.org Subject: Why/when to use USES=desktop-file-utils.mk ? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailman-Approved-At: Sat, 20 Dec 2014 12:45:56 +0000 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2014 07:42:49 -0000 Hi there, it was suggested to me (PR/195903, thanks Dmitri!) that I add USES=desktop-file-utils.mk to the emulators/wine ports, and I'll do that later today. That said, I read Mk/Uses/desktop-file-utils.mk itself as well as https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/uses.html and while I may have an intuition, neither really helped me understand why -- and especially _when_ -- one should use this. Can you please advise? (And ideally update the documentation along the way?) Thanks, Gerald