tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. Talloc is used for memory management, both internally and for private data provided by users of the library. This port is needed for Samba 4.20 Sponsored by: Klara, Inc. Approved by: 0mp (mentor)
Details
Details
This port is needed for samba 4.20. Tested with poudriere and build of samba4.20
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
It would be good if we committed this patch in two steps.
- First, commit an unmodified copy of devel/tevent as devel/tevent016.
- Second, update devel/tevent016 to 0.1.6.
This way it is easier to see in the commit log what really changed with the 0.1.6 upgrade.
Also, please add PR: xxx to your commit message referencing the Bugzilla issue for Samba 4.20.
devel/tevent016/Makefile | ||
---|---|---|
12 | Shouldn't that be talloc>=2.4.2? | |
60 | We'll need to add a similar variable to devel/tevent. As a separate commit. | |
devel/tevent016/files/patch-buildtools_wafsamba_wscript | ||
12 | This change could be dropped. | |
devel/tevent016/pkg-descr | ||
5 | Isn't talloc a separate port? This part is probably a copy-paste mistake. |