Created attachment 226711 [details] Patch for talloc Update talloc to 2.3.3 PORTVERSION --> DISTVERSION PORTREVISION only needs to be set if it's 1 or higher Remove tests for multiprocessing python pacakge/module, all versions in tree ships it Remove very old CONFLITCS entries Utilize ports framework to remove several if statements Drop color output settings Compile and tested on FreeBSD 13.0-STABLE #0 stable/13-n246086-a20c597c6d7 (amd64) (make, make check-plist, make test) Poudriere testport OK 12.2-RELEASE (amd64) Poudriere testport OK 11.4-RELEASE (amd64)
Timur, upstream seems interested in your patch(es) so can you please submit those? Ref: https://www.spinics.net/lists/samba/msg165532.html Tests also fail without Python support enabled (hard depend on Python bindings)
Created attachment 226837 [details] Patch for talloc v2 Add missing dependency for Python variant Strip all libraries Only include bsd.port.mk
Friendly ping
Created attachment 234571 [details] talloc v3 Refresh patch
Created attachment 234572 [details] Patch for talloc v4 Last patch was missing pkg-plist
Created attachment 234593 [details] Patch for talloc v5 Update talloc to 2.34 make test passes on FreeBSD 13.1 (amd64)
Unfortunately upstream doesn't seem to provide release/change notes https://github.com/samba-team/samba/commits/master/lib/talloc
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dca556afe4ffac103bd8f9b0b451372dcf49b4c8 commit dca556afe4ffac103bd8f9b0b451372dcf49b4c8 Author: Timur I. Bakeyev <timur@FreeBSD.org> AuthorDate: 2022-07-29 08:37:06 +0000 Commit: Timur I. Bakeyev <timur@FreeBSD.org> CommitDate: 2022-07-30 00:07:41 +0000 devel/talloc: Update to 2.3.4 PR: 257432 devel/talloc/Makefile | 155 ++++++++++++++++--------------------------- devel/talloc/distinfo | 6 +- devel/talloc/pkg-plist (new) | 10 +++ 3 files changed, 72 insertions(+), 99 deletions(-)
Hi, Daniel! Same changes to your patch here. Committed, thank you! Timur