[Bug 278406] Possible values for "ssl" are inconsistent
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278406] Possible values for "ssl" are inconsistent"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278406] Possible values for "ssl" are inconsistent"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278406] Possible values for "ssl" are inconsistent"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278406] Possible values for "ssl" are inconsistent"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278406] Possible values for "ssl" are inconsistent"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 10:56:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278406
Bug ID: 278406
Summary: Possible values for "ssl" are inconsistent
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Ports Framework
Assignee: portmgr@FreeBSD.org
Reporter: michaelo@FreeBSD.org
CC: ports-bugs@FreeBSD.org
bsd.default-versions.mk says:
# Possible values: base, openssl, openssl111, openssl31, openssl32, libressl,
libressl-devel
Scripts/qa.sh says:
# ssl
elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl111" \
-o ${pkg} = "security/libressl" -o ${pkg} = "security/libressl-devel" \
]; then
warn "you need USES=ssl"
Uses/ssl.mk says:
# Variants being base, openssl, openssl30, openssl31, openssl32,
# openssl-quictls, libressl, and libressl-devel.
Those look inconsistent. I guess they haven't been synchronized as more OpenSSL
flavors/versions have been added.
--
You are receiving this mail because:
You are on the CC list for the bug.