Bug 293570 - cad/openfpgaloader: Fix build
Summary: cad/openfpgaloader: Fix build
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-03 22:50 UTC by Joel Bodenmann
Modified: 2026-03-03 22:51 UTC (History)
0 users

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


Attachments
patch (955 bytes, patch)
2026-03-03 22:51 UTC, Joel Bodenmann
jbo: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Bodenmann freebsd_committer freebsd_triage 2026-03-03 22:50:26 UTC
The cad/openfpgaloader port is no longer building on any supported FreeBSD version since the update to 1.1.0. This is due to a missing inclusion of <sys/socket.h>

This patch fixes the problem. I'll upstream the changes once this patch lands.

It seems like the port update to 1.1.0 was not tested properly.
I'd be happy to adopt maintainership of this port to ease your workload :)
Comment 1 Joel Bodenmann freebsd_committer freebsd_triage 2026-03-03 22:51:03 UTC
Created attachment 268517 [details]
patch