From owner-svn-ports-head@FreeBSD.ORG Tue Apr 23 09:37:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F2F20F79; Tue, 23 Apr 2013 09:37:28 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-x22b.google.com (mail-ea0-x22b.google.com [IPv6:2a00:1450:4013:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 9E05212A8; Tue, 23 Apr 2013 09:37:27 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id b15so157730eae.16 for ; Tue, 23 Apr 2013 02:37:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=MqWMnrVzLO/HVIrHTu78RVzTvU34JuAijm21Jwbq3BQ=; b=cmwx4Mv3hydBX8+KEbeQ0UzIBgpbhNX74ATSv1Y0AnmgzkaGP2XwMTxI+6q3fNb3mB x5ZUwW28f6pMGb66in88k3+E42rDp6ZNaJ2C9gVUT6fg0oLisXK0umUIcWjv3rG/j+0Z pTYvztLcoiTChnZxY5lzaz9V2nBENcZs7TH42n5/2DZ5uTw5uwd8T7VxmmZE1ZqJeH3Z slQxbIKjY2oDy+au7rfwskaNbQIASEIQt12eYwCL3a8+adTBR7DldPBi5JW+1vweI/jj A4+F49usV6+Lm7s2zbLfQvgRFZhxS2w4/9biF+v0D/W74g7j4G1B3OV0WoMd6C83Dq8o VVdw== X-Received: by 10.15.22.199 with SMTP id f47mr49590043eeu.11.1366709846766; Tue, 23 Apr 2013 02:37:26 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id n48sm45680810eeg.12.2013.04.23.02.37.24 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 23 Apr 2013 02:37:25 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 23 Apr 2013 11:37:22 +0200 From: Baptiste Daroussin To: Koop Mast Subject: Re: svn commit: r315907 - head/Mk/Uses Message-ID: <20130423093722.GB70653@ithaqua.etoilebsd.net> References: <201304162121.r3GLLPjp013493@svn.freebsd.org> <516E4A54.2020501@coosemans.org> <516E5A08.2010202@rainbow-runner.nl> <5176404F.1030403@passap.ru> <51764546.8010600@passap.ru> <517646B2.8050600@rainbow-runner.nl> <51764AE4.1070903@coosemans.org> <51764BB0.60807@passap.ru> <51765110.2000608@rainbow-runner.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="St7VIuEGZ6dlpu13" Content-Disposition: inline In-Reply-To: <51765110.2000608@rainbow-runner.nl> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Tijl Coosemans , Boris Samorodov , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 09:37:29 -0000 --St7VIuEGZ6dlpu13 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 23, 2013 at 11:14:56AM +0200, Koop Mast wrote: > On 23-4-2013 10:52, Boris Samorodov wrote: > > 23.04.2013 12:48, Tijl Coosemans =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> On 2013-04-23 10:30, Koop Mast wrote: > >>> On 23-4-2013 10:24, Boris Samorodov wrote: > >>>> 23.04.2013 12:03, Boris Samorodov =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >>>>> Hence: the example and use case is fixed to use desktop-file-utils > >>>>> (s:info:utils:g). > >>>> O-ops! Wrong subject to answer! :-( > >>>> Sorry, the file in question is obviously desktop-file-utils.mk! > >>> Still you pointed out that I didn't use the correct name.. the info > >>> bit somes from shared-mime-info where I copied this file from but > >>> neglected fixing it properly. Since it not used widely, I will fix > >>> this soon. I really should stop taking other files as templates and > >>> than not fixing all the things that need to change.. > >> Maybe take the opportunity to use shorter names like desktopcache and > >> mimecache maybe? > > Or even Uses=3Dcache:desktop cache:mime? > > >=20 > Both have merrid, and I agree that the names are a bit long. However I'm= =20 > a bit worried that the obvious connection with shared-mime-info and=20 > desktop-file-utils is lost. I like it and imho the connection won't be lost of documented. Probably por= tlint could also look over the ports and recommand it. technical part is not that obvious cache:desktop and cache:mime will mean cache.mk has to be read twice which is now allowed with the crurrent way th= ay are written. imho a simple way could be: USES=3D cache CACHE_WHATEVER=3D desktop mime if a port only need one of the cache thing then USES=3D cache:desktop Other propositions welcomed :) regards, Bapt --St7VIuEGZ6dlpu13 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEUEARECAAYFAlF2VlIACgkQ8kTtMUmk6EyadACYui3RYP4g9gp4zW6/XsQkTTcd tgCgspLJEJt6tuP3nZVv5dg9AbagPDU= =zKfd -----END PGP SIGNATURE----- --St7VIuEGZ6dlpu13--