K 10 svn:author V 5 eugen K 8 svn:date V 27 2018-09-22T23:19:40.721764Z K 7 svn:log V 424 net/mpd5: mark broken with openssl111 for a moment mpd5 successfully compiles with openssl-devel or openssl111 but cannot be linked because it links with base system libfetch(3) that currently links with /usr/lib/libssl.so.8 (openssl 1.0.2p-freebsd). So, one should not attempt to build mpd5 with newer openssl version until it's imported to base system so mpd5 won't link with two distinct openssl versions. PR: 231599 END