Index: head/security/yubico-piv-tool/files/patch-CMakeLists.txt =================================================================== --- head/security/yubico-piv-tool/files/patch-CMakeLists.txt (revision 543879) +++ head/security/yubico-piv-tool/files/patch-CMakeLists.txt (nonexistent) @@ -1,15 +0,0 @@ ---- CMakeLists.txt.orig 2020-07-10 13:45:10 UTC -+++ CMakeLists.txt -@@ -121,9 +121,9 @@ if(CMAKE_COMPILER_IS_GNUCC) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-result") - endif() - --include(${CMAKE_SOURCE_DIR}/cmake/openssl.cmake) --find_libcrypto() --include_directories(${LIBCRYPTO_INCLUDE_DIRS}) -+# include(${CMAKE_SOURCE_DIR}/cmake/openssl.cmake) -+# find_libcrypto() -+# include_directories(${LIBCRYPTO_INCLUDE_DIRS}) - - enable_testing() - find_package(codecov) Property changes on: head/security/yubico-piv-tool/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/yubico-piv-tool/files/patch-cmake_openssl.cmake =================================================================== --- head/security/yubico-piv-tool/files/patch-cmake_openssl.cmake (nonexistent) +++ head/security/yubico-piv-tool/files/patch-cmake_openssl.cmake (revision 543880) @@ -0,0 +1,36 @@ +--- cmake/openssl.cmake.orig 2020-07-14 19:27:32 UTC ++++ cmake/openssl.cmake +@@ -32,7 +32,7 @@ macro (find_libcrypto) + if(OPENSSL_STATIC_LINK) + set(OPENSSL_USE_STATIC_LIBS TRUE) #Need to be set so that find_package would find the static library + endif(OPENSSL_STATIC_LINK) +- find_package(OpenSSL REQUIRED) ++ find_package(OpenSSL) + + if(OpenSSL_FOUND) + set(LIBCRYPTO_LDFLAGS OpenSSL::Crypto) +@@ -60,7 +60,7 @@ macro (find_libcrypto) + if(NOT LIBCRYPTO_FOUND) + + set(ENV{PKG_CONFIG_PATH} "${OPENSSL_PKG_PATH}:$ENV{PKG_CONFIG_PATH}") +- pkg_check_modules(LIBCRYPTO REQUIRED libcrypto) ++ pkg_check_modules(LIBCRYPTO libcrypto) + if(LIBCRYPTO_FOUND) + if(VERBOSE_CMAKE) + message("LIBCRYPTO_FOUND: ${LIBCRYPTO_FOUND}") +@@ -76,7 +76,7 @@ macro (find_libcrypto) + message("LIBCRYPTO_LIBDIR: ${LIBCRYPTO_LIBDIR}") + endif(VERBOSE_CMAKE) + else(LIBCRYPTO_FOUND) +- message (FATAL_ERROR "libcrypto not found. Aborting...") ++ #message (FATAL_ERROR "libcrypto not found. Aborting...") + endif(LIBCRYPTO_FOUND) + set(OPENSSL_VERSION ${LIBCRYPTO_VERSION}) + +@@ -89,4 +89,4 @@ macro (find_libcrypto) + link_directories(${LIBCRYPTO_LIBRARY_DIRS}) + include_directories(${LIBCRYPTO_INCLUDE_DIRS}) + +-endmacro() +\ No newline at end of file ++endmacro() Property changes on: head/security/yubico-piv-tool/files/patch-cmake_openssl.cmake ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property