Bug 275153

Summary: www/edbrowse: fix -lopenssl with 12.4
Product: Ports & Packages Reporter: Alfonso S. Siciliano <asiciliano>
Component: Individual Port(s)Assignee: Alfonso S. Siciliano <asiciliano>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git diff none

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.