CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/09/04 16:08:25
Modified files:
x11/qt5 : Makefile
Log message:
Qt dlopen()s various libraries including libssl and does runtime
resolution of symbols. It does guard with #ifdefs but since it doesn't
record a hard dependency on the libssl version, an installed package
doesn't automatically get updated to a newer version that notices the
change, so bump qt5's REVISION-main to force an update.
It does fallback sensibly (no crash, just a Warning printf), but since
the change to headers results in a code change to Qt, we need to bump.
Noticed while testing the otter-browser udpate.