Opened 10 years ago

Last modified 3 years ago

#45502 closed enhancement

git: Create -perl variant for a Perl-free install — at Version 2

Reported by: verwymeren@… Owned by: ciserlohn@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: git

Description (last modified by larryv (Lawrence Velázquez))

git currently forces installation of the MacPorts perl port. Examining the git Makefile, it is possible to install git without Perl by defining NO_PERL (https://github.com/git/git/blob/v2.1.2/Makefile#L248).

Would it be possible to add a variant that eliminates the Perl dependency? The perl port pulls in a lot of additional dependencies, eliminating it would allow for a much shorter and smaller git installation.

Change History (2)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to ciserlohn@…
Type: defectenhancement
Version: 2.3.2

In the future, please Cc the port maintainers (port info --maintainers git).

comment:2 in reply to:  description Changed 10 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)

How would this even work? Isn’t half of Git written in Perl?

Note: See TracTickets for help on using tickets.