diff options
author | Pavel Balaev <mail@void.so> | 2023-12-29 14:38:02 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-12-29 23:10:53 +0300 |
commit | 1251766a70bf28970936cf4dcf7c32b5e519339a (patch) | |
tree | b0f02f3f55318e628ce7f14f8089eb8569587a24 /databases/tarantool2/files/patch-third_party-luajit-cmake-SetVersion.cmake | |
parent | graphics/nvidia-drm-515-kmod: Fix build on CURRENT with iosys-map.h (diff) |
databases/tarantool: Renamed to tarantool2
A new major version of the tarantool has been released.
databases/tarantool renamed to databases/tarantool2.
2.11 is an LTS version and it is advisable to leave the
option to install it.
Signed-off-by: Pavel Balaev <mail@void.so>
Diffstat (limited to 'databases/tarantool2/files/patch-third_party-luajit-cmake-SetVersion.cmake')
-rw-r--r-- | databases/tarantool2/files/patch-third_party-luajit-cmake-SetVersion.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/tarantool2/files/patch-third_party-luajit-cmake-SetVersion.cmake b/databases/tarantool2/files/patch-third_party-luajit-cmake-SetVersion.cmake new file mode 100644 index 000000000000..0b0c0b39bbd3 --- /dev/null +++ b/databases/tarantool2/files/patch-third_party-luajit-cmake-SetVersion.cmake @@ -0,0 +1,11 @@ +--- third_party/luajit/cmake/SetVersion.cmake.orig 2021-04-19 14:24:28 UTC ++++ third_party/luajit/cmake/SetVersion.cmake +@@ -4,7 +4,7 @@ + # Copyright (C) 2015-2020 IPONWEB Ltd. + + function(SetVersion version majver minver patchver tweakver prerel) +- find_package(Git QUIET REQUIRED) ++ find_package(Git QUIET) + if(EXISTS ${CMAKE_SOURCE_DIR}/.git AND Git_FOUND) + # Read version from the project's VCS and store the result + # into version. |