Ricky Cintron <boro...@protonmail.com> writes: > While troubleshooting some error messages I was seeing while running > telephony/baresip, I was asked to test the latest development version. > I was hoping to do that within the ports infrastructure, but after > looking at the Porter's Handbook and the bsd.port.mk(5) man page, > it doesn't appear to be supported. Is that correct, or is there a > way to make it work? Otherwise, I'll just need to build/patch it > manually. > > If interested, you can read about the issue at: > https://github.com/baresip/re/issues/187
I'm not familiar with the baresip suite, but a simple way is to just comment GH_TAGNAME and set GH_COMMIT to the latest commit on the master branch. Then you can run `make makesum' to fetch the sources and do the usual `make build', `make fake' ... etc as needed. HTH