Bug 275153 - www/edbrowse: fix -lopenssl with 12.4
Summary: www/edbrowse: fix -lopenssl with 12.4
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: Alfonso S. Siciliano
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-17 18:38 UTC by Alfonso S. Siciliano
Modified: 2023-11-23 21:55 UTC (History)
1 user (show)

See Also:


Attachments
git diff (1.38 KB, patch)
2023-11-17 18:38 UTC, Alfonso S. Siciliano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2023-11-17 18:38:36 UTC
Created attachment 246376 [details]
git diff

Fix CI: https://pkg-status.freebsd.org/package19/data/124amd64-default-build-as-user/ea297437c894/logs/edbrowse-3.8.7_1.log

It is a known problem already fixed in other ports. I chose to fix like devel/grpc.

Testing:
# portlint
# port test
# portfmt -i ./Makefile
# poudriere testport -j 124Ramd64 -p default -i -o www/edbrowse
# poudriere testport -j 150Camd64 -p default -i -o www/edbrowse
# poudriere testport -j 140Ramd64 -p default -i -o www/edbrowse
# poudriere testport -j 132Ramd64 -p default -i -o www/edbrowse
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2023-11-17 18:38:36 UTC
Maintainer informed via mail
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-11-20 08:40:01 UTC
^Triage: reporter is committer, assign accordingly.

Build testing...
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-11-22 07:53:50 UTC
LGTM!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-11-23 21:51:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ce5d605bd50f0f2e81f7a1ad9bf74bb1fb24c5e

commit 2ce5d605bd50f0f2e81f7a1ad9bf74bb1fb24c5e
Author:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
AuthorDate: 2023-11-23 21:46:19 +0000
Commit:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
CommitDate: 2023-11-23 21:50:10 +0000

    www/edbrowse: fix -lopenssl for 12.4

    Fix CI https://pkg-status.freebsd.org/package19/data/124amd64-default-build-as-user/ea297437c894/logs/edbrowse-3.8.7_1.log

    PR:             275153
    Approved by:    fernape

 www/edbrowse/Makefile                        |  7 +++++++
 www/edbrowse/files/extra-patch-openssl (new) | 11 +++++++++++
 2 files changed, 18 insertions(+)
Comment 5 Alfonso S. Siciliano freebsd_committer freebsd_triage 2023-11-23 21:55:05 UTC
Committed.