mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
- Added plugins support - Removed static build, doesn't work more details: https://github.com/tarantool/tarantool/issues/19 - Added patch from devel/libev Approved by: eadler (mentor)
11 lines
519 B
Text
11 lines
519 B
Text
--- test/CMakeLists.txt.orig 2013-09-08 19:12:21.819118224 +0000
|
|
+++ test/CMakeLists.txt 2013-09-08 19:13:09.021114858 +0000
|
|
@@ -22,7 +22,5 @@ if (ENABLE_RPM)
|
|
else()
|
|
install (FILES ${CMAKE_SOURCE_DIR}/test/share/tarantool_tgz.cfg
|
|
DESTINATION "${CMAKE_SYSCONF_DIR}"
|
|
- RENAME "tarantool.cfg")
|
|
- install (FILES ${CMAKE_SOURCE_DIR}/test/box/00000000000000000001.snap
|
|
- DESTINATION "${CMAKE_LOCALSTATE_DIR}/lib/tarantool")
|
|
+ RENAME "tarantool.cfg.sample")
|
|
endif()
|