Will the master branch of Git always build on Freebsd? There are some
patches in the port, though they seem to mainly deal with install paths
and the like. This one for configure.ac makes me wonder:
# Define PERL_PATH to provide path to Perl.
-GIT_ARG_SET_PATH(perl)
+GIT_ARG_SET_PATH(perl, allow-
On Sun, Apr 9, 2023 at 5:43 AM Jonathan Reynolds
wrote:
> I created a program that downloads the required files from
> https://cgit.freebsd.org/ports/plain/ to build and install
> devel/git. It then uses the newly installed git to clone
> the ports tree from https://git.freebsd.org/ports.git
>
>