K 10 svn:author V 6 marino K 8 svn:date V 27 2016-09-13T18:40:21.242563Z K 7 svn:log V 475 www/tomcat-native: remove USE_OPENSSL_PORT and IGNORE LibreSSL Even with LibreSSL using the OpenSSL 1.0.2 compatibility definitions, there are numerous unreferenced symbols during linking. It doesn't seem trivial to fix so IGNORE when SSL_DEFAULT=libressl* This version of Tomcat also requires OpenSSL version 1.0.2 which is not available in FreeBSD 9 base nor FreeBSD 10 base. Set IGNORE when base SSL libraries are used for those 2 platforms. Approved by: SSL blanket END