Bug 278391

Summary: net/libzmq4: Add option enabling draft APIs (DRAFT_API)
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (bofh)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2024-04-16 16:45:20 UTC
Created attachment 250008 [details]
patch

Some draft APIs are necessary in certain usage contexts.
For example, the poller API is draft, but is necessary in order for ZMQ applications to implement timeouts.

This is why the patch has this option enabled by default.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-04-23 10:48:31 UTC
A commit in branch main references this bug:

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

commit e8d87b63b183efb3f70138e384875743375f6f66
Author:     Yuri Victorovich <yuri@freebsd.org>
AuthorDate: 2024-04-23 08:44:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-04-23 10:47:13 +0000

    net/libzmq4: Add option enabling draft APIs

    Some draft APIs are necessary in certain usage contexts.
    For example, the poller API is draft, but is necessary in order for ZMQ
    applications to implement timeouts.

    This is why this option enabled by default.

    PR:             278391

 net/libzmq4/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)