diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-10-13 16:02:00 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-10-13 16:02:00 +0000 |
commit | 2018f7d460b0fdc8991570766e2c6fe7533317e7 (patch) | |
tree | d8700c4c92b8505a8b0970f3ce3b3fb49eb218c4 /security/libscep/files/patch-cmake_FindCheck.cmake | |
parent | dns/dnsmasq: Fix TFTP regression on recent FreeBSD versions. (diff) |
New ports security/libscep and security/p5-Crypt-LibSCEP
libscep is a client side implementation of the Simple Certificate
Enrollment Protocol (SCEP) library.
p5-Crypt-LibSCEP is a perl module using the libscep library
to generate and read messages for the Simple Certificate Enrollment
Protocol (SCEP) in perl applications.
PR: 241195
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Notes
Notes:
svn path=/head/; revision=514406
Diffstat (limited to 'security/libscep/files/patch-cmake_FindCheck.cmake')
-rw-r--r-- | security/libscep/files/patch-cmake_FindCheck.cmake | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/libscep/files/patch-cmake_FindCheck.cmake b/security/libscep/files/patch-cmake_FindCheck.cmake new file mode 100644 index 000000000000..1f50dad747b3 --- /dev/null +++ b/security/libscep/files/patch-cmake_FindCheck.cmake @@ -0,0 +1,20 @@ +--- cmake/FindCheck.cmake.orig 2019-05-31 11:07:23 UTC ++++ cmake/FindCheck.cmake +@@ -23,7 +23,7 @@ INCLUDE( FindPkgConfig ) + PKG_SEARCH_MODULE( CHECK check ) + + # Look for CHECK include dir and libraries +-IF( NOT CHECK_FOUND ) ++#IF( NOT CHECK_FOUND ) + IF ( CHECK_INSTALL_DIR ) + MESSAGE ( STATUS "Using override CHECK_INSTALL_DIR to find check" ) + SET ( CHECK_INCLUDE_DIR "${CHECK_INSTALL_DIR}/include" ) +@@ -50,7 +50,7 @@ IF( NOT CHECK_FOUND ) + ENDIF ( NOT Check_FIND_QUIETLY ) + ENDIF ( Check_FIND_REQUIRED ) + ENDIF ( CHECK_INCLUDE_DIR AND CHECK_LIBRARIES ) +-ENDIF( NOT CHECK_FOUND ) ++#ENDIF( NOT CHECK_FOUND ) + + # Hide advanced variables from CMake GUIs + MARK_AS_ADVANCED( CHECK_INCLUDE_DIR CHECK_LIBRARIES ) |