git: 2cff3b28e54e - main - databases/tarantool: Use LIB_DEPENDS instead of RUN_DEPENDS for msgpuck dep.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 13:09:28 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cff3b28e54e1693d94fe7823d344c3f0e4ac3fd commit 2cff3b28e54e1693d94fe7823d344c3f0e4ac3fd Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-06-10 13:08:23 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-06-10 13:08:23 +0000 databases/tarantool: Use LIB_DEPENDS instead of RUN_DEPENDS for msgpuck dep. Reported by: sunpoet Fixes: 53aec4c8cab1306efeabf80d6841953515d3be57 --- databases/tarantool/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index d2263ad82338..84a119e5393d 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -2,7 +2,7 @@ PORTNAME= tarantool PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://download.tarantool.org/tarantool/src/ @@ -18,12 +18,12 @@ NOT_FOR_ARCHS= armv6 powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture BUILD_DEPENDS= gsed:textproc/gsed \ - ${RUN_DEPENDS} + msgpuck>=2.0_4:devel/msgpuck LIB_DEPENDS= libcurl.so:ftp/curl \ libicui18n.so:devel/icu \ + libmsgpuck.so:devel/msgpuck \ libyaml.so:textproc/libyaml \ libzstd.so:archivers/zstd -RUN_DEPENDS= msgpuck>=2.0_4:devel/msgpuck USES= cmake:noninja compiler:c++11-lang cpe gettext-runtime gmake iconv perl5 readline ssl USE_PERL5= build