From owner-freebsd-questions@freebsd.org Tue Feb 2 09:44:14 2021 Return-Path: Delivered-To: freebsd-questions@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 89A4F52BA5B for ; Tue, 2 Feb 2021 09:44:14 +0000 (UTC) (envelope-from mail@osfux.nl) Received: from vm1982.osfux.nl (vm1982.osfux.nl [IPv6:2a03:5500:1724:55:79:99:187:212]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DVKdn4X9Gz4kd8 for ; Tue, 2 Feb 2021 09:44:13 +0000 (UTC) (envelope-from mail@osfux.nl) Received: from vm1982.osfux.nl (localhost [127.0.0.1]) by vm1982.osfux.nl (Postfix) with ESMTP id 3CCF121A for ; Tue, 2 Feb 2021 10:44:05 +0100 (CET) X-Spam-Status: No, score=0.0 required=5.0 tests=none shortcircuit=no X-Spam-Checker-Version: SpamAssassin 3.4.4 Received: from [192.168.9.195] (unknown [185.59.222.117]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by vm1982.osfux.nl (Postfix) with ESMTPSA for ; Tue, 2 Feb 2021 10:44:05 +0100 (CET) Subject: Re: Installing git draws a lot of dependencies To: freebsd-questions@freebsd.org References: <77e28e72-57e7-f03e-b352-96dc066932f9@casidy.com> From: Ruben Message-ID: Date: Tue, 2 Feb 2021 10:44:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <77e28e72-57e7-f03e-b352-96dc066932f9@casidy.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4DVKdn4X9Gz4kd8 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a03:5500:1724:55:79:99:187:212:from]; R_DKIM_ALLOW(-0.20)[osfux.nl:s=default]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2a03:5500:1724:55:79:99:187:212:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[osfux.nl:+]; DMARC_POLICY_ALLOW(-0.50)[osfux.nl,reject]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:8315, ipnet:2a03:5500::/31, country:NL]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2021 09:44:14 -0000 Hi Philippe, Have you looked at the dependencies involved with installing git-lite ? Looks like a better fit for your sd-card. Regards, Ruben On 2/2/21 10:22 AM, freebsd@casidy.com wrote: > Hi guys, > > Can you point me to a discussion explaining why we have to keep up with > sooo many dependencies? > > I assume this matter was address many times and I don't want to directly > bring up the topic... again. > > > I have just installed FreeBSD12 on a new system. First thing I want to > reinstall is git. > > But I can't believe what I am reading, when I do 'pkg install git' I can > see a lot of dependencies where I can't see the relationship with git. > > Installing git will have, amongst others... > >  * bash    I don't need that >  * perl5  Come on! I just want git! >  * python What? Why do you need Perl5 in the first place? >  * subversion  Git is using subversion??? >  * tpm-emulator  Emulator of what? > > Installing git will consume up to 367 MiB of my SDCard on my Pi... > > Yeah, I know it's not new. Just want to know what is the very good > reason behind that. > > Thanks for enlighting me. > > Philippe > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"