On Fri, Jun 15, 2018 at 2:57 AM, Michael Gmelin <free...@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
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to