From owner-freebsd-gnome@freebsd.org Sun Oct 11 21:09:42 2020 Return-Path: Delivered-To: freebsd-gnome@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC0BB3FDD22 for ; Sun, 11 Oct 2020 21:09:42 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8ZFL42JTz4b1k for ; Sun, 11 Oct 2020 21:09:42 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: by mailman.nyi.freebsd.org (Postfix) id 889F13FDB70; Sun, 11 Oct 2020 21:09:42 +0000 (UTC) Delivered-To: gnome@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8864D3FDC60 for ; Sun, 11 Oct 2020 21:09:42 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C8ZFK5F7xz4bHp; Sun, 11 Oct 2020 21:09:41 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id 10186C00313; Sun, 11 Oct 2020 23:09:40 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id B404E13987A; Sun, 11 Oct 2020 23:09:39 +0200 (CEST) Date: Sun, 11 Oct 2020 23:09:39 +0200 From: Christoph Moench-Tegeder To: Matthias Andree Cc: ports-committers@freebsd.org, gnome Subject: Re: svn commit: r552054 - head/x11/gnome-shell Message-ID: <20201011210939.GB55792@elch.exwg.net> References: <202010111146.09BBkHW0018750@repo.freebsd.org> <20201011203426.GA55792@elch.exwg.net> <8359bb8b-6276-749b-9807-58488f1b65cb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8359bb8b-6276-749b-9807-58488f1b65cb@FreeBSD.org> User-Agent: Mutt/1.14.7 (2020-08-29) X-Rspamd-Queue-Id: 4C8ZFK5F7xz4bHp X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cmt@burggraben.net designates 88.198.69.140 as permitted sender) smtp.mailfrom=cmt@burggraben.net X-Spamd-Result: default: False [-1.62 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[cmt]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:88.198.69.140]; DMARC_NA(0.00)[burggraben.net]; NEURAL_SPAM_SHORT(0.62)[0.624]; NEURAL_HAM_LONG(-0.96)[-0.957]; NEURAL_HAM_MEDIUM(-0.99)[-0.989]; RCVD_IN_DNSWL_NONE(0.00)[88.198.69.140:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[gnome] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2020 21:09:42 -0000 Hi, ## Matthias Andree (mandree@FreeBSD.org): > So let's take a spade and dig. There is > work/gnome-shell-3.36.6/subprojects/extensions-tool/meson.build > > which has > > > bash_completion = dependency('bash-completion', required: get_option('bash_completion')) So it's gnome-shell which needs a dependency on bash-completion. We shouldn't (must not?) rely on other ports to pull in our dependencies. > So unless you are building p11-kit or gnome-control-center with > non-default options, p11-kit it is (looks like the BASH option there caused me some trouble some time ago - don't know what, but it was late and I was angry, according to git). > Can it hurt to always include the configuration file? We're talking less > than 2 kB out of 9 MB flat size. When installing gnome, that one file doesn't matter. But we should get the dependencies right. Regards, Christoph -- Spare Space