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.
This commit is contained in:
sthen 2015-09-04 22:08:25 +00:00
parent 99595757f3
commit 06e407b972

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2015/05/29 07:14:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.42 2015/09/04 22:08:25 sthen Exp $
SHARED_ONLY = Yes
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
@ -6,6 +6,7 @@ ONLY_FOR_ARCHS = ${GCC4_ARCHS}
VERSION = 5.4.1
ENGINIO_VERSION = 1.1.1
DISTNAME = qt-everywhere-opensource-src-${VERSION}
REVISION-main = 0
COMMENT-main = C++ general-purpose toolkit
COMMENT-examples = examples for Qt5