Created attachment 240052 [details] v1 (apply via "git am") Did it leak via USE_XORG=xcb before ports d875ceace2bf? If so see also bug 269462.
I do not know where does this dependency comes from: the dependency on libpthread-stubs has been added about ten years ago in https://cgit.freebsd.org/ports/commit/science/massxpert/Makefile?id=e52c4d8479bfa46f721f84be652d38805dc0f217 , but I was not the maintainer yet. All I can tell is that the same commit also added a dependency on x11/libxcb. I am going to test that the port still builds fine and if it does I will commit your patch. Thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b81c04be81865880e3609e7c9cc24e871c9c785 commit 9b81c04be81865880e3609e7c9cc24e871c9c785 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-10 15:59:09 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-02-11 15:41:00 +0000 science/massxpert: drop unused libpthread-stubs PR: 269468 Approved by: salvadore (maintainer) science/massxpert/Makefile | 1 - 1 file changed, 1 deletion(-)
Committed, thanks for your patch.