Summary: | net/xmlrpc-c: fix linking from OpenSSL from ports | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ivan Rozhuk <rozhuk.im> | ||||
Component: | Individual Port(s) | Assignee: | Renato Botelho <garga> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | rozhuk.im | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(garga) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d460a655e8b70d632fddce72e6850495a24a6984 commit d460a655e8b70d632fddce72e6850495a24a6984 Author: Rozhuk Ivan <rozhuk.im@gmail.com> AuthorDate: 2023-11-02 12:03:10 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2023-11-02 12:04:36 +0000 net/xmlrpc-c: Fix build with openssl from ports Make the port to always depend of openssl since it's always used when detected. PR: 273969 net/xmlrpc-c/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) |
Created attachment 245059 [details] patch As far I understand OpenSSL required for abyss, that auto enabled after OpenSSL found. libwww - is external dep, ports configure does not check OpenSSL for it.