Update to 1.10.2
Changes: https://github.com/tarantool/tarantool/releases
This commit is contained in:
parent
92ed567f3d
commit
73ecf0cde0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482052
4 changed files with 18 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tarantool
|
||||
PORTVERSION= 1.9.2
|
||||
PORTVERSION= 1.10.2
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1536249044
|
||||
SHA256 (tarantool-tarantool-1.9.2_GH0.tar.gz) = a263518ae3198b7d30d55f1f75dd1d24e2b943fc846f12f2a1ecbf210d9cbf63
|
||||
SIZE (tarantool-tarantool-1.9.2_GH0.tar.gz) = 2383272
|
||||
TIMESTAMP = 1539426850
|
||||
SHA256 (tarantool-tarantool-1.10.2_GH0.tar.gz) = 786343d3e63644165afb74917f6129491d54e3c9bd8b28dd0e36028755f1ba3f
|
||||
SIZE (tarantool-tarantool-1.10.2_GH0.tar.gz) = 2508475
|
||||
SHA256 (rtsisyk-luafun-04c99f9_GH0.tar.gz) = 4f135f25a2d31116723162ec8ad54f7d4e0e1258557bb1665557532ac64dc625
|
||||
SIZE (rtsisyk-luafun-04c99f9_GH0.tar.gz) = 67326
|
||||
SHA256 (tarantool-luajit-b8587fa_GH0.tar.gz) = 620a023a5ee6a52fc5f9fb3ece568b5ff58246a807c9ba4e31a8157451e9cff2
|
||||
|
|
|
@ -1,18 +1,11 @@
|
|||
--- cmake/FindICONV.cmake.orig 2018-09-06 16:31:05 UTC
|
||||
--- cmake/FindICONV.cmake.orig 2018-10-12 19:53:35 UTC
|
||||
+++ cmake/FindICONV.cmake
|
||||
@@ -4,14 +4,8 @@
|
||||
@@ -4,7 +4,7 @@
|
||||
# ICONV_LIBRARIES
|
||||
#
|
||||
|
||||
-if (TARGET_OS_LINUX)
|
||||
+if (TARGET_OS_FREEBSD OR TARGET_OS_LINUX)
|
||||
set(ICONV_LIBRARY "")
|
||||
-else()
|
||||
- find_library(ICONV_LIBRARY iconv)
|
||||
- if(NOT ICONV_LIBRARY)
|
||||
- message(WARNING "iconv library not found")
|
||||
- set(ICONV_LIBRARY "")
|
||||
- endif()
|
||||
endif()
|
||||
find_path(ICONV_INCLUDE_DIR iconv.h)
|
||||
if(NOT ICONV_INCLUDE_DIR)
|
||||
else()
|
||||
find_library(ICONV_LIBRARY iconv)
|
||||
|
|
10
databases/tarantool/files/patch-src-say.c
Normal file
10
databases/tarantool/files/patch-src-say.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/say.c.orig 2018-10-12 19:53:35 UTC
|
||||
+++ src/say.c
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <netdb.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
Loading…
Reference in a new issue