On 2026/03/11 12:11, Stuart Henderson wrote:
> On 2026/03/11 05:01, Keith Henderson Jr wrote:
> > Just realized I modified the Makefile in a goofy way. Fixed with this diff. 
> > Please disregarded last email!
> 
> This doesn't build, the modules list needs updating (and REVISION should
> normally be removed for updates).

btw, usual update procedure for ports using go modules starts with:

update MODGO_VERSION
make modgo-gen-modules > modules.new
mv modules.new modules.inc
make makesum

Reply via email to