From owner-freebsd-ports@FreeBSD.ORG Fri Jul 15 23:56:41 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 714F91065676; Fri, 15 Jul 2011 23:56:41 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 210C98FC1E; Fri, 15 Jul 2011 23:56:40 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p6FNucnj054198; Fri, 15 Jul 2011 17:56:38 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p6FNucEY054195; Fri, 15 Jul 2011 17:56:38 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 15 Jul 2011 17:56:38 -0600 (MDT) From: Warren Block To: Stephen Montgomery-Smith In-Reply-To: <4E20CBC1.6080401@missouri.edu> Message-ID: References: <201107121826.00020.jkim@FreeBSD.org> <201107131857.36772.jkim@FreeBSD.org> <4E1E9C79.6080105@FreeBSD.org> <4E1F200D.1080002@missouri.edu> <1310666060.23182.1.camel@hood.oook.cz> <1310756731.23182.17.camel@hood.oook.cz> <4E20CBC1.6080401@missouri.edu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 15 Jul 2011 17:56:39 -0600 (MDT) Cc: Scot Hetzel , Stephen Montgomery-Smith , "lioux@FreeBSD.org" , Pav Lucistnik , "freebsd-ports@FreeBSD.org" , "demon@FreeBSD.org" , Jung-uk Kim Subject: Re: [RFC] A trivial change for DESKTOP_ENTRIES (take 2) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2011 23:56:41 -0000 On Fri, 15 Jul 2011, Stephen Montgomery-Smith wrote: > On 07/15/2011 04:57 PM, Warren Block wrote: > >> FWIW, I think the original code with a better regex like Jung-uk Kim has >> in http://lists.freebsd.org/pipermail/freebsd-ports/2011-July/068737.html >> is still the way to go. If the port requires a special desktop entry >> filename, that seems beyond the scope of the DESKTOP_ENTRIES variable. > > I agree. DESKTOP_ENTRIESv2 seems like a lot of work for just three ports. It's not even three ports. AFAIR, the only current port where it matters is x11-wm/compiz, the port that exposed the problem. Allowing dashes fixes that.