After upgrading system to release 11.2, I found a couple of ports fail to build now:
Then, when the new branches/2018Q3 appeared, the issue on icewm had been fixed, but not the other two.
So I copied the fix from icewm to the other two, and it did help for graphics/povray37, but not for sysutils/qpxtool - that seems to need a closer look.
Now, I am wondering: wouldn't it be a good idea, before announcing a new production release, to run a test-build on the current ports tree and check if at least everything builds?
Furthermore, I seem to remember that once there was something like a automated periodic test build over the ports tree, which would issue an alert in such a case. Not sure what has become of that, but it seems not to work well...
Code:
Failed: povray37^graphics/povray37
No rule to make target '../vfe/libvfe.a'
Failed: qpxtool^sysutils/qpxtool
invalid suffix on literal; C++11 requires a space
Failed: icewm^x11-wm/icewm
invalid suffix on literal; C++11 requires a space
Then, when the new branches/2018Q3 appeared, the issue on icewm had been fixed, but not the other two.
So I copied the fix from icewm to the other two, and it did help for graphics/povray37, but not for sysutils/qpxtool - that seems to need a closer look.
Now, I am wondering: wouldn't it be a good idea, before announcing a new production release, to run a test-build on the current ports tree and check if at least everything builds?
Furthermore, I seem to remember that once there was something like a automated periodic test build over the ports tree, which would issue an alert in such a case. Not sure what has become of that, but it seems not to work well...