qtt4-designer fails to build with libressl: usr/local/lib/qt4/libQtNetwork.so: undefined reference to `X509_getm_notAfter' /usr/local/lib/qt4/libQtNetwork.so: undefined reference to `X509_getm_notBefore' clang++: error: linker command failed with exit code 1 (use -v to see invocation) *** [../../../../bin/designer] Error code 1 make[5]: stopped in /ram/usr/ports/devel/qt4-designer/work/qt-everywhere-opensource-src-4.8.7/tools/designer/src/designer 1 error '
Created attachment 198953 [details] PAtch Try this one, came from: https://sources.debian.org/patches/qt4-x11/4:4.8.7+dfsg-17/?page=2
patch does not apply.
Created attachment 199173 [details] patch for net/qt4-network The patch linked above actually worked for me after properly resolving the rejects, removing some unrelated parts and rebuilding net/qt4-network with it -- here's a patch against the qt4-network port for review/test.
Created attachment 199174 [details] patch for net/qt4-network v2 Accidentally deleted too much, this version should be fine
Created attachment 199176 [details] patch for net/qt4-network v3 Ok, I have to learn how svn diff works. Sorry for the noise, this finally contains all the files.
Ok, confirmed this patch is working now.
So this was actually a qt4-network patch, not designer. Pity, it might have saved some time in PR 214691. That one has been fixed, though, so I imagine this one is too. .. yes, designer builds against libressl now. As noted in the other PR, I'm not sure that it *works*, though.