arcanumbridge
arcanumbridge
@cweagans @danepowell can we get a maintainer to review and merge this? This fixes FreeBSD support.
@cweagans I've made a few comments regarding some consistency of using ->patchTool() and testing for gpatch, but I think it essentially captures what we want.
If the message could be updated to say use the builtin `pkg` / `ports` that would be helpful. I'll try to get this packaged up as a proper FreeBSD port...
I think I'm going to try a different path and see if I can get the existing ports system to statically build everything. Looking at the SPC code it appears...
Yeah, pretty much, with a few small tweaks. I've just done a couple ports skeleton Makefile modifications (iconv, libxml2, pkg-config), but so far it's just adding the STATIC knob to...
I'd recommend leaving the system libs as dynamically linked (for now). FreeBSB does a pretty good job with backwards compatibility when you upgrade the OS, and there are always the...
[php82-static.diff.gz](https://github.com/crazywhalecc/static-php-cli/files/15137046/php82-static.diff.gz) I've attached a diff for the php82 port skeleton. This will just get you a basic static PHP binary and embed lib with the default modules (for the FreeBSD...
Just an update. I'm currently working with the FreeBSD php ports maintainer to develop a skeleton similar to the above attachment for official inclusion in the tree. We're hoping to...
@crazywhalecc Does github support hosted third-party runners? We use gitea internally via *act-runner* for GitHub/Gitea Actions support with our internal gitea instance. I'm good to have it connect directly to...
Understood. That's what I'm trying to do. If you have any pointers on where to start looking regarding this error that would be helpful.