| Summary: | [new port]: databases/tarantool Tarantool, is a high performance key/value storage server | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Veniamin <g.veniamin> | ||||
| Component: | Individual Port(s) | Assignee: | Eitan Adler <eadler> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Veniamin
2011-12-12 22:50:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it. The port fails to compile: -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for __libc_stack_end in -- Looking for __libc_stack_end in - not found CMake Error at CMakeLists.txt:83 (set_target_properties): set_target_properties Can not find target to add properties to: coro -- Looking for __gcov_flush in gcov -- Looking for __gcov_flush in gcov - found CMake Error at CMakeLists.txt:175 (message): ENABLE_BACKTRACE option is set but the system is not x86 based (amd64) or the compiler is not GNU GCC (/usr/bin/cc). On Sun, Dec 25, 2011 at 1:30 PM, <eadler@freebsd.org> wrote: > Synopsis: [new port]: databases/tarantool Tarantool, is a high performance key/value storage server > > Responsible-Changed-From-To: freebsd-ports-bugs->eadler > Responsible-Changed-By: eadler > Responsible-Changed-When: Sun Dec 25 18:30:49 UTC 2011 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=163213 > -- Eitan Adler Ports committer X11, Bugbusting teams State Changed From-To: open->feedback per followup - port fails to compile eadler 2012-01-02 15:41:28 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/tarantool Makefile distinfo pkg-descr pkg-plist
databases/tarantool/files patch-CMakeLists.txt
patch-test_CMakeLists.txt
patch-test_box_tarantool.cfg
patch-test_lib_sql.g
patch-test_lib_sql.py
patch-test_lib_sql_ast.py
patch-test_lib_tarantool_connection.py
patch-test_lib_tarantool_silverbox_server.py
patch-test_lib_test_suite.py
patch-test_tarantool pkg-message.in
tarantool.in
Log:
Tarantool/Box, or simply Tarantool, is a high performance key/value
storage server. The code is available for free under the terms of
BSD license. Supported platforms are GNU/Linux and FreeBSD.
WWW: http://tarantool.org/
PR: ports/163213
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Revision Changes Path
1.1067 +1 -0 ports/databases/Makefile
1.1 +43 -0 ports/databases/tarantool/Makefile (new)
1.1 +2 -0 ports/databases/tarantool/distinfo (new)
1.1 +11 -0 ports/databases/tarantool/files/patch-CMakeLists.txt (new)
1.1 +9 -0 ports/databases/tarantool/files/patch-test_CMakeLists.txt (new)
1.1 +17 -0 ports/databases/tarantool/files/patch-test_box_tarantool.cfg (new)
1.1 +57 -0 ports/databases/tarantool/files/patch-test_lib_sql.g (new)
1.1 +92 -0 ports/databases/tarantool/files/patch-test_lib_sql.py (new)
1.1 +45 -0 ports/databases/tarantool/files/patch-test_lib_sql_ast.py (new)
1.1 +158 -0 ports/databases/tarantool/files/patch-test_lib_tarantool_connection.py (new)
1.1 +266 -0 ports/databases/tarantool/files/patch-test_lib_tarantool_silverbox_server.py (new)
1.1 +210 -0 ports/databases/tarantool/files/patch-test_lib_test_suite.py (new)
1.1 +30 -0 ports/databases/tarantool/files/patch-test_tarantool (new)
1.1 +10 -0 ports/databases/tarantool/files/pkg-message.in (new)
1.1 +29 -0 ports/databases/tarantool/files/tarantool.in (new)
1.1 +5 -0 ports/databases/tarantool/pkg-descr (new)
1.1 +21 -0 ports/databases/tarantool/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed committed and changed per discussion |