K 10 svn:author V 6 rakuco K 8 svn:date V 27 2014-03-09T18:42:16.198831Z K 7 svn:log V 639 MFH: r347674 Make the port build with security/openssl installed after r347541. Add a patch sent upstream that makes sure the bundled curl's include paths are passed to the compiler before any other ones, since they could include the system's curl include directory. One way to trigger this was to build the port with security/openssl installed: CMake would detect OpenSSL's include path (${LOCALBASE}/include) and pass it to the compiler. If ftp/curl is also installed, the compiler would end up picking its headers instead of the ones in cmcurl's own directory. Reported by: Terry Kennedy Approved by: portmgr (miwi) END