diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 8ae6f863337b..a7024d3ddf2b 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -1,73 +1,74 @@ # Created by: Veniamin Gvozdikov PORTNAME= tarantool PORTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org COMMENT= NoSQL database running in a Lua application server LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz BROKEN_riscv64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz NOT_FOR_ARCHS= armv6 powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture BUILD_DEPENDS= gsed:textproc/gsed LIB_DEPENDS= libcurl.so:ftp/curl \ libicui18n.so:devel/icu \ libmsgpuck.so:devel/msgpuck \ libyaml.so:textproc/libyaml \ libzstd.so:archivers/zstd USES= cmake:noninja compiler:c++11-lang cpe gettext-runtime gmake iconv perl5 readline ssl USE_PERL5= build BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed CMAKE_ARGS= -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \ -DCMAKE_INSTALL_LOCALSTATEDIR=/var \ - -DCMAKE_INSTALL_MANDIR=${PREFIX}/man + -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man CMAKE_OFF= ENABLE_BUNDLED_LIBCURL \ ENABLE_BUNDLED_LIBYAML \ ENABLE_BUNDLED_MSGPUCK \ ENABLE_BUNDLED_ZSTD CMAKE_ON= ENABLE_DIST MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_RC_SUBR= tarantool USERS= tarantool GROUPS= tarantool PLIST_SUB= TT_DATADIR=${TT_DATADIR} \ TT_LOGDIR=${TT_LOGDIR} SUB_FILES= pkg-message GH_TUPLE= luafun:luafun:f126f9c:luafun_luafun/third_party/luafun \ tarantool:decNumber:5ddfde1:tarantool_decNumber/third_party/decNumber \ tarantool:luajit:8304ca9:tarantool_luajit/third_party/luajit \ tarantool:luarocks:954c2f5:tarantool_luarocks/third_party/luarocks \ tarantool:small:781fd38:tarantool_small/src/lib/small \ tarantool:test-run:d16cbdc:tarantool_test_run/test-run USE_GITHUB= yes TT_DATADIR?= /var/db/tarantool TT_LOGDIR?= /var/log/tarantool TT_RUNDIR?= /var/run/tarantool OPTIONS_DEFINE= DEBUG DEBUG_CMAKE_BOOL= ENABLE_BACKTRACE post-patch: @${ECHO_CMD} ${PORTVERSION}-0 > ${WRKSRC}/VERSION @${GREP} -lr 'msgpuck/msgpuck.h' ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|msgpuck/msgpuck.h|msgpuck.h|' @${REINPLACE_CMD} -e 's|libmsgpuck.a|libmsgpuck.so|' ${WRKSRC}/cmake/FindMsgPuck.cmake @${REINPLACE_CMD} -e 's|lib/msgpuck.h|msgpuck.h|' ${WRKSRC}/src/lib/core/decimal.c post-install: @${RMDIR} ${STAGEDIR}${PREFIX}/lib/tarantool/ .include diff --git a/databases/tarantool/pkg-plist b/databases/tarantool/pkg-plist index f755795bf7ba..5313e8f612c7 100644 --- a/databases/tarantool/pkg-plist +++ b/databases/tarantool/pkg-plist @@ -1,109 +1,109 @@ bin/tarantool bin/tarantoolctl etc/tarantool/default/tarantool etc/tarantool/instances.available/example.lua include/tarantool/lauxlib.h include/tarantool/lmisclib.h include/tarantool/lua.h include/tarantool/lua.hpp include/tarantool/luaconf.h include/tarantool/luajit.h include/tarantool/lualib.h include/tarantool/module.h -man/man1/tarantool.1.gz -man/man1/tarantoolctl.1.gz +share/man/man1/tarantool.1.gz +share/man/man1/tarantoolctl.1.gz %%DATADIR%%/luarocks/admin/cache.lua %%DATADIR%%/luarocks/admin/cmd/add.lua %%DATADIR%%/luarocks/admin/cmd/make_manifest.lua %%DATADIR%%/luarocks/admin/cmd/refresh_cache.lua %%DATADIR%%/luarocks/admin/cmd/remove.lua %%DATADIR%%/luarocks/admin/index.lua %%DATADIR%%/luarocks/build.lua %%DATADIR%%/luarocks/build/builtin.lua %%DATADIR%%/luarocks/build/cmake.lua %%DATADIR%%/luarocks/build/command.lua %%DATADIR%%/luarocks/build/make.lua %%DATADIR%%/luarocks/cmd.lua %%DATADIR%%/luarocks/cmd/build.lua %%DATADIR%%/luarocks/cmd/config.lua %%DATADIR%%/luarocks/cmd/doc.lua %%DATADIR%%/luarocks/cmd/download.lua %%DATADIR%%/luarocks/cmd/help.lua %%DATADIR%%/luarocks/cmd/init.lua %%DATADIR%%/luarocks/cmd/install.lua %%DATADIR%%/luarocks/cmd/lint.lua %%DATADIR%%/luarocks/cmd/list.lua %%DATADIR%%/luarocks/cmd/make.lua %%DATADIR%%/luarocks/cmd/new_version.lua %%DATADIR%%/luarocks/cmd/pack.lua %%DATADIR%%/luarocks/cmd/path.lua %%DATADIR%%/luarocks/cmd/purge.lua %%DATADIR%%/luarocks/cmd/remove.lua %%DATADIR%%/luarocks/cmd/search.lua %%DATADIR%%/luarocks/cmd/show.lua %%DATADIR%%/luarocks/cmd/test.lua %%DATADIR%%/luarocks/cmd/unpack.lua %%DATADIR%%/luarocks/cmd/upload.lua %%DATADIR%%/luarocks/cmd/which.lua %%DATADIR%%/luarocks/cmd/write_rockspec.lua %%DATADIR%%/luarocks/core/cfg.lua %%DATADIR%%/luarocks/core/dir.lua %%DATADIR%%/luarocks/core/hardcoded.lua %%DATADIR%%/luarocks/core/manif.lua %%DATADIR%%/luarocks/core/path.lua %%DATADIR%%/luarocks/core/persist.lua %%DATADIR%%/luarocks/core/sysdetect.lua %%DATADIR%%/luarocks/core/util.lua %%DATADIR%%/luarocks/core/vers.lua %%DATADIR%%/luarocks/deps.lua %%DATADIR%%/luarocks/dir.lua %%DATADIR%%/luarocks/download.lua %%DATADIR%%/luarocks/fetch.lua %%DATADIR%%/luarocks/fetch/cvs.lua %%DATADIR%%/luarocks/fetch/git.lua %%DATADIR%%/luarocks/fetch/git_file.lua %%DATADIR%%/luarocks/fetch/git_http.lua %%DATADIR%%/luarocks/fetch/git_https.lua %%DATADIR%%/luarocks/fetch/git_ssh.lua %%DATADIR%%/luarocks/fetch/hg.lua %%DATADIR%%/luarocks/fetch/hg_http.lua %%DATADIR%%/luarocks/fetch/hg_https.lua %%DATADIR%%/luarocks/fetch/hg_ssh.lua %%DATADIR%%/luarocks/fetch/sscm.lua %%DATADIR%%/luarocks/fetch/svn.lua %%DATADIR%%/luarocks/fs.lua %%DATADIR%%/luarocks/fs/lua.lua %%DATADIR%%/luarocks/fs/tools.lua %%DATADIR%%/luarocks/fs/unix.lua %%DATADIR%%/luarocks/fs/unix/tools.lua %%DATADIR%%/luarocks/fs/win32.lua %%DATADIR%%/luarocks/fs/win32/tools.lua %%DATADIR%%/luarocks/fun.lua %%DATADIR%%/luarocks/loader.lua %%DATADIR%%/luarocks/manif.lua %%DATADIR%%/luarocks/manif/writer.lua %%DATADIR%%/luarocks/pack.lua %%DATADIR%%/luarocks/path.lua %%DATADIR%%/luarocks/persist.lua %%DATADIR%%/luarocks/queries.lua %%DATADIR%%/luarocks/remove.lua %%DATADIR%%/luarocks/repos.lua %%DATADIR%%/luarocks/require.lua %%DATADIR%%/luarocks/results.lua %%DATADIR%%/luarocks/rockspecs.lua %%DATADIR%%/luarocks/search.lua %%DATADIR%%/luarocks/signing.lua %%DATADIR%%/luarocks/test.lua %%DATADIR%%/luarocks/test/busted.lua %%DATADIR%%/luarocks/test/command.lua %%DATADIR%%/luarocks/tools/patch.lua %%DATADIR%%/luarocks/tools/tar.lua %%DATADIR%%/luarocks/tools/zip.lua %%DATADIR%%/luarocks/type/manifest.lua %%DATADIR%%/luarocks/type/rockspec.lua %%DATADIR%%/luarocks/type_check.lua %%DATADIR%%/luarocks/upload/api.lua %%DATADIR%%/luarocks/upload/multipart.lua %%DATADIR%%/luarocks/util.lua @dir(tarantool,tarantool,) %%TT_DATADIR%% @dir(tarantool,tarantool,) %%TT_LOGDIR%%