Created attachment 220371 [details] git-tiny Hi Renato! The attached patch adds a "tiny" flavor that depends only upon curl. It provides the smallest possible dependency list. The idea here is to provide a git flavor that is as trivial as possible to install for users wanting to connect to our new repos. Even better would be a statically-linked setup with *no* dependencies, but passing -static seems to choke off curl support.
If you already tested it on poudriere please go ahead and get it committed. If you won't do it, just let me know and I can take care of it in the next day. Thanks
A commit references this bug: Author: adamw Date: Tue Dec 8 22:14:23 UTC 2020 New revision: 557305 URL: https://svnweb.freebsd.org/changeset/ports/557305 Log: devel/git: Add a "tiny" flavor that depends only on curl This provides a minimal functioning git that depends only on curl (and expat, which comes along for the ride). PR: 251689 Approved by: maintainer (garga) Changes: head/devel/git/Makefile head/devel/git/pkg-descr-tiny
Thanks!