[Bug 263484] ftp/curl: Remove GnuTLS option

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 23 Apr 2022 06:55:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263484

            Bug ID: 263484
           Summary: ftp/curl: Remove GnuTLS option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: diizzy@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Created attachment 233413
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233413&action=edit
Patch for curl

This can cause multiple dependency loops as for instance devel/doxygen itself
depends on CMake and also has multiple dependencies that depends on CMake

Example:
Enable DNSTAP option in GnuTLS (depends on dns/unbound)
Enable DNSTAP in Unbound (depends on fstrm and protobuf-c)
Enable DOXYGEN option in either fstrm and protobuf-c (both provide this option)

Having a quick look at repology.org gives us the following:
Alpine Linux --> Only OpenSSL
Arch Linux --> Offers both OpenSSL and GnuTLS (GnuTLS port does however use
some workarounds)
CentOS Stream 9 --> Only OpenSSL
Debian --> Offers both OpenSSL and GnuTLS, defaults to OpenSSL
Fedora --> Same as CentOS Steam 9
Gentoo --> Provides multiple variants (nor verified but I think they defaults
to OpenSSL)
OpenSUSE --> Only OpenSSL

-- 
You are receiving this mail because:
You are the assignee for the bug.