From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 15:56:24 2014 Return-Path: Delivered-To: ports@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 4074BD6D for ; Fri, 7 Nov 2014 15:56:24 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C439B8B0 for ; Fri, 7 Nov 2014 15:56:23 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id bs8so4965708wib.17 for ; Fri, 07 Nov 2014 07:56:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=N/P0dpz45g+A55uAFVGQZz54YSzr3Aef+ihs0nC0Q+0=; b=ECgkKtWzhD7io7R2+TtvwN96eOB2bgmT8IzzyrVqtxy+ftDVMxn7fb8yEOkGhDHHOq UOaqKsg4HSUChM92k5DJJXap+bSCyQVSBgH6HcHO9+IBbTH0x/W3f+9ExmXd62Zorzmc 3MjC0DPRTp4/JwLNl/+8Dd59BscxelSengucPCVXzCSnbxsJLOy+jbW2dsPV4sN0r6k+ DKXIY6yxkeQXXAMjREfYcHTyoFpulzRoGEc5av1+QbuKCOatXE0qyLw3lA0Si4JrLKsb h74R8zTxt3bZqQWBApR9624dMhCkrrj27HsTQp1CbOJ+mM5DUzxB4+1sFGv8hoMWaNqy OH6Q== X-Received: by 10.180.78.36 with SMTP id y4mr6300413wiw.52.1415375782325; Fri, 07 Nov 2014 07:56:22 -0800 (PST) Received: from gumby.homeunix.com (5ec1f671.skybroadband.com. [94.193.246.113]) by mx.google.com with ESMTPSA id lp14sm561484wic.20.2014.11.07.07.56.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Nov 2014 07:56:21 -0800 (PST) Date: Fri, 7 Nov 2014 15:56:16 +0000 From: RW To: ports@freebsd.org Subject: Re: new dependency for emacs-nox11 Message-ID: <20141107155616.248185ec@gumby.homeunix.com> In-Reply-To: <444mub6nf8.fsf@lowell-desk.lan> References: <444mub6nf8.fsf@lowell-desk.lan> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 15:56:24 -0000 On Fri, 07 Nov 2014 10:27:39 -0500 Lowell Gilbert wrote: > Vick Khera writes: > > > Emacs 24.4 update in ports pulls in a new dependency: > > desktop-file-utils. This in turn pulls in a big swath of additional > > packages including python, perl, pcre, glib. > > I don't think so. desktop-file-utils doesn't seem to pull in anything > that isn't already required for emacs (glib being the big one, and > libintl the only other, according to "pkg info"). Out of idle curiosity I removed the desktop-file-utils dependency and did a make all-depends-list in the nox slave port - glib wasn't there.