グレェ

Results 23 comments of グレェ

Sure! On Wed, Mar 22, 2023, 11:55 Georgi Gerganov ***@***.***> wrote: > Does whisper-cpp work for executable name? > > — > Reply to this email directly, view it on...

Just chiming in here as someone brought this to my attention (I have the somewhat dubious honor of now being listed as a co-maintainer for libressl and libressl-devel within MacPorts)...

> Hi, thanks for the question. Once there's a stable release for a given branch, every subsequent release from that branch is also the latest stable release from that branch....

It looks as if the GitHub CI checks went OK. It would be prudent to wait to merge until we get confirmation from iAmGavinJ if I utilized the correct patch...

I hadn't noticed that the branch had conflicts which must be resolved before, but then I guess I opened this PR a while ago, so maybe something changed since then?...

So, OpenSSH 10.1p1 was released. Unfortunately, the agent.patch doesn't apply cleanly to the updated source. Within the release notes for OpenSSH 10.1p1 got reworked a bit: ''' [ssh-agent(1)](https://man.openbsd.org/ssh-agent.1), [sshd(8)](https://man.openbsd.org/sshd.8): move...

I am not sure if the warnings generated by %port test are concerning, but I thought it best to include them here just in case others might have some salient...

> MANDIR=${prefix}/share/man > > build.pre_args MANDIR=${prefix}/share/man Groovy! Adding: ` MANDIR=${prefix}/share/man build.pre_args MANDIR=${prefix}/share/man` At least got rid of the man page warning during %port test. I still see these warnings: `Warning:...

> _resources/port1.0/checks/implicit_function_declaration So, if I understood you correctly, basically to every file in: https://github.com/macports/macports-ports/tree/master/_resources/port1.0/checks/implicit_function_declaration append something like: `crypt_newhash crypt_checkpass explicit_bzero getexecname memrchr pledge reallocarray recallocarray scan_scaled setresgid setresuid timingsafe_memcmp unveil`...

> I'm quite curious to know when the Apple team will post the source code of their fork and how they solved the problem with these implicit declarations (or broke...