Bug 277720 - www/elinks: Fails to build with libressl
Summary: www/elinks: Fails to build with libressl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-15 14:04 UTC by Felix Palmen
Modified: 2024-03-15 18:37 UTC (History)
1 user (show)

See Also:
jailbird: maintainer-feedback+


Attachments
0001-www-elinks-Fix-build-with-libressl (1.41 KB, patch)
2024-03-15 14:04 UTC, Felix Palmen
jailbird: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Palmen freebsd_committer freebsd_triage 2024-03-15 14:04:45 UTC
Created attachment 249186 [details]
0001-www-elinks-Fix-build-with-libressl

Issue is simply constness of an argument in a function pointer, trivial fix attached.
Comment 1 Dustin Marquess 2024-03-15 18:13:36 UTC
LGTM! Thanks for the fix, as my build system is currently being moved!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-15 18:36:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87d80d5ee36f4780d6cf5bce4147f3df891f7b09

commit 87d80d5ee36f4780d6cf5bce4147f3df891f7b09
Author:     Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2024-03-15 07:10:11 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2024-03-15 18:35:03 +0000

    www/elinks: Fix build with libressl

    PR:             277720
    Approved by:    jailbird@fdf.net (maintainer)

 www/elinks/files/patch-src_network_ssl_ssl.c (new) | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
Comment 3 Felix Palmen freebsd_committer freebsd_triage 2024-03-15 18:37:39 UTC
(In reply to Dustin Marquess from comment #1)
Well, thanks for the quick approval! :)