unrelated changes:
- X11BASE is hooked up explicitly, so that several tests in waf don't fail
- WRKBUILD is set to subdirectory of WRKSRC, so that mpv does not get relinked
during "make install"
czarkoff@ reports format conversion problems both with 1.10.0 (in tree) and
1.10.1 in combination with his camera. "It may be a good idea to update first
and then fix it." I agree.
MODGCC4_CPPWANTLIB cant be defined/used there..
Manually add estdc++ to WANTLIB only on amd64 & i386, with a big comment
explaining why. sigh.
Discussed with sthen@
estdc++.
Those two ports have multimedia/libvpx in their dependency chain, and
the latter uses lang/clang MODULE but only on i386 & amd64 only, which
in turns adds gcc4 to MODULES and thus adds lang/gcc/4.9,-libs to
LIB_DEPENDS.. but only for i386 & amd64 - thus breaking other archs with
'Missing library for estdc++'.
Using MODGCC4_CPPWANTLIB fixes this, because it is set on archs using
lang/clang, and unset on the others.
ok ajacoutot@
someone runs into real issues.
We produce two similar 100% interchangeable packages for now:
phonon-gstreamer-icons-4.8.2p0 and phonon-gstreamer-icons-4.8.2p0-qt5.
Not sure how to deal with it, but at least it builds and updates fine now.
superseded by KDE4+ apps or simply too much outdated.
We stop providing fully-featured KDE3 desktop as of now, but still
provide some applications (and games!) that were not ported to KDE4+.
Prodded by bulk builders who suffer from kde3 vs. kde4 dpb tags.
Input from (to name a few) czarkoff@, espie@ and Marcus Lude.
P.S.: BTW, if you want to have KDE5 thingies in, please, test devel/kf5
in openbsd-wip directory - at least, that it builds fine.