On 2022/02/12 13:43, bw-open...@gmx.de wrote: > Hi everyone, > > I am totally new to editing ports and tried to update gprolog to version > 1.5.0. I currently only have a single OpenBSD system for tests which > runs a 7.0-CURRENT snapshot on amd64, so I don't know if the port is > still broken on i386. I also don't know if the port still builds on sparc.
It is still broken on i386 but the error changed: Fatal Error: if_no_fd.c: FD Solver not linked I've tried a few other things and nothing works, have updated the comment in the Makefile about this. > I have removed powerpc because upstream removed support for that > architecture. > > I also removed the COMPILER line which (as far as I can tell) is not > needed anymore since clang is now supported as a compiler. COMPILER_LANGS goes with COMPILER so I've removed that as well. > I have shortly tested both the repl (gprolog) as well as the compiler > (gplc) and did not found any defects. > > Please feel free to point out any mistakes that I might have made; I am > interested in learning. Otherwise looks good to me, committed with those minor tweaks. I'll do a bit of tidying on top, but that's small things that were already there, nothing wrong with what you sent.