CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/03/10 10:45:11
Modified files:
x11/qt4 : qt4.port.mk
x11/qt5 : qt5.port.mk
Added files:
devel/qmake : qmake.port.mk
Log message:
Switch to a separate qmake.port.mk. Simplifies logic a lot.
This removes support of separate qmake versions in one port: as we
discovered, there are no ports actually needing this; strangers like
print/poppler don't use qmake in build.
This should be transparent to current ports. But expect more tweaks there:
for now, qt?.port.mk forces qmake.port.mk inclusion, but that will be
reworked to a more common scheme.
Same idea from (at least) espie@ and me; also, espie@ agrees on the plan.