diff options
author | Renato Botelho <garga@FreeBSD.org> | 2019-12-30 14:53:46 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2019-12-30 14:53:46 +0000 |
commit | 665f09b6f79e4490c7365af91d51fdeca30faccd (patch) | |
tree | ae8da3c9ad823507a614ed4b3df318ec5f2510a9 | |
parent | security/strongswan: Update to 5.8.2 (diff) |
devel/git: helpful description for CURL option
Turning off CURL OPTIONS knob has somewhat unexpected consequences, ie.
disables HTTPS transport, thus no Github access.
This is not evident from the default option description. The tiny patch
adds non standard knob description specifically mentioning HTTPS
unavailability, when it gets turned off.
While here, sort *_DESC variables alphabetically.
PR: 242682
Submitted by: Piotr Smyrak <ps.ports@smyrak.com>
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes
Notes:
svn path=/head/; revision=521494
-rw-r--r-- | devel/git/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index a887fd86fe10..8dbf89b4e49f 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -58,12 +58,13 @@ OPTIONS_DEFAULT= CONTRIB P4 CVS PERL GITWEB ICONV CURL SEND_EMAIL PCRE \ SUBTREE SVN OPTIONS_SUB= yes -GITWEB_DESC= Install gitweb CONTRIB_DESC= Install contributed scripts -P4_DESC= Enable Perforce support -PCRE2_DESC= Use Perl Compatible Regular Expressions (v2) +CURL_DESC= Install curl support (provides HTTPS transport) CVS_DESC= Enable CVS support +GITWEB_DESC= Install gitweb HTMLDOCS_DESC= Install additional documentation +P4_DESC= Enable Perforce support +PCRE2_DESC= Use Perl Compatible Regular Expressions (v2) SEND_EMAIL_DESC=Enable the git-send-email(1) script SUBTREE_DESC= Install git-subtree |