advice for implementing an atomics wrapper

2024-07-23 Thread Ronald Klop
Hi, For mongodb 8.0 I need to give a FreeBSD implementation of this file. https://github.com/mongodb/mongo/blob/master/src/mongo/platform/waitable_atomic.cpp Using the __Apple__ definition gives: ld.lld: error: undefined symbol: __ulock_wake ld.lld: error: undefined symbol: __ulock_wait And th

Re: advice for implementing an atomics wrapper

2024-07-23 Thread Ronald Klop
Sorry, Something broke the pasted URL. https://github.com/mongodb/mongo/blob/master/src/mongo/platform/waitable_atomic.cpp Another attempt. Ronald. Van: Ronald Klop Datum: dinsdag, 23 juli 2024 16:14 Aan: freebsd-po...@freebsd.org Onderwerp: advice for implementing an atomics wrapper Hi, F

Re: advice for implementing an atomics wrapper

2024-07-23 Thread Ronald Klop
Hi, The __APPLE__ implementation also pointed to the implementation in that file and I used it to come up with a patch. #elif defined(__FreeBSD__) void notifyOne(const void* uaddr) { _umtx_op(const_cast(uaddr), UMTX_OP_WAKE, 1, NULL, NULL); } void notifyMany(const void* uaddr, int nToWake)

Re: Porting a new Golang app: go mod replace relative path

2024-07-23 Thread Zach Leslie
Excellent thank you. There has been a new version and I'd like to update soon. I'll pr and send an email next time. Btw, there is a bug for this new port. El mar, 23 de jul de 2024, 05:34, Matthias Fechner escribió: > Am 24.04.2024 um 18:26 schrieb Zach Leslie: > >> maybe by an additional man

Re: Porting a new Golang app: go mod replace relative path

2024-07-23 Thread Zach Leslie
I'm on mobile, but #279042 was filed. El mar, 23 de jul de 2024, 17:35, Zach Leslie escribió: > Excellent thank you. There has been a new version and I'd like to update > soon. I'll pr and send an email next time. Btw, there is a bug for this > new port. > > El mar, 23 de jul de 2024, 05:34,

Re: Porting a new Golang app: go mod replace relative path

2024-07-23 Thread Zach Leslie
I have made some updates to the PR. Please advise if I should open a new PR to address the feedback. El mar, 23 de jul de 2024, 17:36, Zach Leslie escribió: > I'm on mobile, but #279042 was filed. > > El mar, 23 de jul de 2024, 17:35, Zach Leslie > escribió: > >> Excellent thank you. There ha

Committer wanted for step-certificates and step-cli update to 0.27.2

2024-07-23 Thread Markus Wipp
Hi all, Could a committer please commit: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280419 and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280420 Both have been tested successfully in my local poudriere. Thanks in advance Markus

Unmaintained FreeBSD ports which are out of date

2024-07-23 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po