From owner-cvs-ports@FreeBSD.ORG Wed Sep 21 09:58:23 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 656F61065679; Wed, 21 Sep 2011 09:58:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id ED8E98FC13; Wed, 21 Sep 2011 09:58:22 +0000 (UTC) Received: from beaver.home.critical.ch (84-72-7-76.dclient.hispeed.ch [84.72.7.76]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id p8L9wIQS095358; Wed, 21 Sep 2011 11:58:18 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Wed, 21 Sep 2011 11:58:18 +0200 From: Emanuel Haupt To: Peter Jeremy Message-Id: <20110921115818.2878356b.ehaupt@FreeBSD.org> In-Reply-To: <20110919234126.GA82010@server.vk2pj.dyndns.org> References: <201103100949.p2A9nOO8057627@repoman.freebsd.org> <20110919234126.GA82010@server.vk2pj.dyndns.org> X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/xterm Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 09:58:23 -0000 Peter Jeremy wrote: > On 2011-Mar-10 09:49:24 +0000, Emanuel Haupt > wrote: > >ehaupt 2011-03-10 09:49:24 UTC > > > > FreeBSD ports repository > > > > Modified files: > > x11/xterm Makefile pkg-plist > > Log: > > Install a desktop entry. > > > > PR: 155423 > > Submitted by: bsam > > This is a bit belated but why does xterm need a hard dependency > on gnome? Could you please look at making this optional so that > those of us who don't run bloatware can turn it off. Good point. I've just committed a patch that makes the installation of desktop entries conditional. Emanuel