aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl/CMakeLists.txt
AgeCommit message (Collapse)Author
2018-07-17[openssl] Split openssl into multiple ports per platformRobert Schumacher
2018-03-13[openssl] Add BSD-generic64Robert Schumacher
2018-03-11[many ports] Improve behavior on Linux and general cleanupRobert Schumacher
2017-03-20Remove helper CMake script; do everything in the portfileAlexander Karatarakis
2017-03-20[openssl] Refactor portfile-CMakeLists.txt interaction to allow proper ↵Alexander Karatarakis
application of patches
2017-03-08[openssl] Consistently use OPENSSL_VERSION instead of just VERSIONJiri Hruska
The inner CMakeLists.txt used to reference ${VERSION} everywhere except as the working directory for patching, where ${OPENSSL_VERSION} was used and the patches did not get applied because of that. This changes it to use ${OPENSSL_VERSION} everywhere instead, consistent with the name of this variable in the parent portfile.cmake.
2017-01-28[openssl] Update to 1.0.2kChristian Ullrich
2016-11-04[openssl] Update to 1.0.2jAlexander Karatarakis
2016-10-25[openssl] Enable building statically. Also remove zlib dependencyAlexander Karatarakis
2016-10-18[openssl] Patches to allow building when path includes spacesAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis