On 2016/01/03 17:40, Stuart Henderson wrote: > On 2015/12/30 23:03, Frank Groeneveld wrote: > > On 12/27/15 14:21, Frank Groeneveld wrote: > > >I fixed the final problem, attached a complete diff to -current. The > > >build takes quite a while (due to the custom qt4). On my system 125 > > >minutes. If nobody has any objections, could somebody then commit it for > > >me? > > > > Would somebody be able to test this? It would be great to have it applied in > > time for the next release. > > Here's a diff that's updated for -current. It also provides a meaningful > distfile name for the patched Qt, and adds DPB markers to build on multiple > CPUs and avoid junking during the build which is also likely to be needed > (at least it's needed for the other Qt builds in tree).
hmm. now it's finished building I see it needs further patching with things from x11/qt4/patches and/or www/phantomjs.. - SSLv3_* functions need to be made conditional - dlopen handling needs adjusting for OpenBSD, otherwise you get Unable to load library icui18n "Cannot load library icui18n: (File not found)" as it tries to open libicui18n.so.56 - may need to pick up other patches..