From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 16:35:29 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 6C4CEDA2 for ; Fri, 7 Nov 2014 16:35:29 +0000 (UTC) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 43926CEF for ; Fri, 7 Nov 2014 16:35:29 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 14BEC33C1D; Fri, 7 Nov 2014 11:35:23 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 269343980E; Fri, 7 Nov 2014 11:35:21 -0500 (EST) From: Lowell Gilbert To: RW Subject: Re: new dependency for emacs-nox11 References: <444mub6nf8.fsf@lowell-desk.lan> <20141107155616.248185ec@gumby.homeunix.com> Date: Fri, 07 Nov 2014 11:35:21 -0500 In-Reply-To: <20141107155616.248185ec@gumby.homeunix.com> (RW's message of "Fri, 7 Nov 2014 15:56:16 +0000") Message-ID: <44wq7755py.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: ports@freebsd.org 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 16:35:29 -0000 RW writes: > 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. I stand corrected. The makefile isn't even confusing on that; I have no idea what I was thinking.