Bug 282072 - ftp/curl: options: SSL radio buttons: GNUTLS or WOLFSSL results in an invalid configuration
Summary: ftp/curl: options: SSL radio buttons: GNUTLS or WOLFSSL results in an invalid...
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-14 05:52 UTC by Graham Perrin
Modified: 2024-10-14 06:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Perrin 2024-10-14 05:52:58 UTC
root@mowa219-gjp4-zbook-freebsd:~ # poudriere options -nr ftp/curl
[00:00:00] Working on options directory: /usr/local/etc/poudriere.d/options
[00:00:00] Using ports from: /usr/local/poudriere/ports/default
[00:00:00] Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
[00:00:00] Ports supports: FLAVORS SUBPACKAGES SELECTED_OPTIONS
===> No user-specified options configured for curl-8.10.1
root@mowa219-gjp4-zbook-freebsd:~ # poudriere options -ns ftp/curl | grep -e GNUTLS= -e OPENSSL= -e WOLFSSL=
     GNUTLS=off: SSL/TLS support via GnuTLS
     OPENSSL=on: SSL/TLS support via OpenSSL
     WOLFSSL=off: SSL/TLS support via wolfSSL
root@mowa219-gjp4-zbook-freebsd:~ # poudriere options -cn ftp/curl
[00:00:00] Working on options directory: /usr/local/etc/poudriere.d/options
[00:00:00] Using ports from: /usr/local/poudriere/ports/default
[00:00:00] Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
[00:00:00] Ports supports: FLAVORS SUBPACKAGES SELECTED_OPTIONS

====> You cannot select multiple options from the SSL radio
=====> Only one of these must be defined: GNUTLS OPENSSL
Config is invalid. Re-edit? [Y/n] y

====> You cannot select multiple options from the SSL radio
=====> Only one of these must be defined: OPENSSL WOLFSSL
Config is invalid. Re-edit? [Y/n] n
root@mowa219-gjp4-zbook-freebsd:~ # 


Environment: 

root@mowa219-gjp4-zbook-freebsd:~ # uname -mvKU
FreeBSD 15.0-CURRENT main-n272859-63e282288ed8 GENERIC-NODEBUG amd64 1500025 1500025
root@mowa219-gjp4-zbook-freebsd:~ #
Comment 1 Graham Perrin 2024-10-14 06:35:12 UTC
I overlooked a default: 

new [X] LIBSSH2           SCP/SFTP support via libssh2 (requires OPENSSL)

Apologies for the noise.