On 2014-12-19, Vadim Zhukov <[email protected]> wrote: > 2. Now that Qt5 is coming in, and given that some ports already (and > many more will) support both Qt4 and Qt5, it may result in > maintaince burden, to tweak each such port in the way: > > .if ${FLAVOR:Mqt5} > ... > .else > ... > .endif
Why even do this? > The only real change is that MODQT*_WANTLIB becomes a trick itself: > you can set up both MODQT4_WANLTIB and MODQT5_WANTLIB in a port, BTW, there is no MODQT5_WANTLIB at the moment. > An alternative approach could be switching all Qt4 users to Qt5, > or, at least, making sure that Qt4 won't mix in otherwise Qt5-ready > software. Yes! -- Christian "naddy" Weisgerber [email protected]
