Bug 278391 - net/libzmq4: Add option enabling draft APIs (DRAFT_API)
Summary: net/libzmq4: Add option enabling draft APIs (DRAFT_API)
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: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-16 16:45 UTC by Yuri Victorovich
Modified: 2024-04-23 10:49 UTC (History)
0 users

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


Attachments
patch (1.38 KB, patch)
2024-04-16 16:45 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)