Date: Fri, 15 Jun 2018 03:10:37 -0500 From: Mahmoud Al-Qudsi <mqudsi@neosmart.net> To: Michael Gmelin <freebsd@grem.de> Cc: Adam Weinberger <adamw@adamw.org>, freebsd-ports@freebsd.org Subject: Re: Removing git dependencies on perl5 and python27 Message-ID: <CACcTrKezGY6bAKdz%2BJihksD_Lh=0W1w9--DAenuYtQL0Y7fcaQ@mail.gmail.com> In-Reply-To: <0DF706C2-DD9D-45DB-968F-8599D88D7622@grem.de> References: <CACcTrKebiP4BCK6F6FaCV8wJggstcSxmSGv9d=iFzYdtaLn-sw@mail.gmail.com> <CAP7rwciw%2BhzTcH1qrdTix1HJKci9-PVmzXfyeVk6OYbg7DgGDg@mail.gmail.com> <0DF706C2-DD9D-45DB-968F-8599D88D7622@grem.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 15, 2018 at 2:57 AM, Michael Gmelin <freebsd@grem.de> wrote: > Last time I checked, building git without Perl broke submodules (which is a core feature that should work with a default installation). I fully agree. Fortunately, (at least at a first glance) that does not seem to be the case. I just built and installed git from source on a clean FreeBSD 12 install: ``` mqudsi@freebsd12:/easyre % mkdir test mqudsi@freebsd12:/easyre % cd test mqudsi@freebsd12:/easyre/test % git init . Initialized empty Git repository in /easyre/test/.git/ mqudsi@freebsd12:/easyre/test % git submodule add https://github.com/neosmart/pkg-graph Cloning into '/easyre/test/pkg-graph'... remote: Counting objects: 41, done. remote: Compressing objects: 100% (27/27), done. remote: Total 41 (delta 16), reused 38 (delta 13), pack-reused 0 Unpacking objects: 100% (41/41), done. mqudsi@freebsd12:/easyre/test % perl perl: Command not found. mqudsi@freebsd12:/easyre/test % perl5 perl5: Command not found. mqudsi@freebsd12:/easyre/test % fd '^perl$' / /easyre/git/perl /easyre/git/t/t4034/perl mqudsi@freebsd12:/easyre/test % git --version git version 2.18.0.rc2.dirty mqudsi@freebsd12:/easyre/test % ``` Mahmoud Al-Qudsi NeoSmart Technologies
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACcTrKezGY6bAKdz%2BJihksD_Lh=0W1w9--DAenuYtQL0Y7fcaQ>