Latest updates made many of qt5-* ports need change.
But trying to
I can see that someone like total rebuilding everything every time like poudriere, synth etc. But I see it at least suboptimal.
So, I have to go to port's directory and manually
Why is that? Is it future behaviour with all the ports? May be some missed key?
But trying to
portupgrade
them stops on every other such port with the error similar to this:
Code:
---> Deinstalling 'qt5-widgets-5.11.2_1'
---> Preserving /usr/local/lib/qt5/libQt5Widgets.so.5 as /usr/local/lib/compat/pkg/libQt5Widgets.so.5
---> Preserving /usr/local/lib/qt5/libQt5Widgets.so.5.11 as /usr/local/lib/compat/pkg/libQt5Widgets.so.5.11
cp: symlink: libQt5Widgets.so.5.11.2: File exists
Copy failed!
[Reading data from pkg(8) ... - 896 packages found - done]
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! qt5-widgets-5.11.2_1 (copy failed)
So, I have to go to port's directory and manually
make deinstall install clean
and restart portupgrade process again and again (with unbuilt previously ports left).Why is that? Is it future behaviour with all the ports? May be some missed key?