Bug 273969 - net/xmlrpc-c: fix linking from OpenSSL from ports
Summary: net/xmlrpc-c: fix linking from OpenSSL from ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-20 14:05 UTC by Ivan Rozhuk
Modified: 2023-11-08 17:40 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (garga)


Attachments
patch (1.15 KB, patch)
2023-09-20 14:05 UTC, Ivan Rozhuk
rozhuk.im: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2023-09-20 14:05:16 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-11-02 12:04:44 UTC
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(-)