| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
New major release:
https://github.com/tarantool/tarantool/releases/tag/3.0.0
Signed-off-by: Pavel Balaev <mail@void.so>
|
|
|
|
|
|
|
|
|
| |
A new major version of the tarantool has been released.
databases/tarantool renamed to databases/tarantool2.
2.11 is an LTS version and it is advisable to leave the
option to install it.
Signed-off-by: Pavel Balaev <mail@void.so>
|
|
|
|
|
| |
The DEBUG option has been removed because backtraces do not work
correctly.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
These patches are no longer needed:
patch-src-lib-tzcode-CMakeLists.txt - fixed in 4eaff4e05b
(build: submodule third_party/tz instead of git)
patch-test-unit-CMakeLists.txt - fixed in 15b823f0ee
(build: fix error on FreeBSD 13.1)
Signed-off-by: Pavel Balaev <balaev@tarantool.org>
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES: use upstream release tarball
- Pass maintainership to upstream developer
Changes: https://github.com/tarantool/tarantool/releases
https://www.tarantool.io/en/doc/latest/release/notes/
PR: 264223
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool/releases
|
| |
|
|
|
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool/releases
Notes:
svn path=/head/; revision=543017
|
|
|
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool/releases
Notes:
svn path=/head/; revision=521729
|
|
|
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool/releases
Notes:
svn path=/head/; revision=517410
|
|
|
|
| |
Notes:
svn path=/head/; revision=508835
|
|
|
|
|
|
|
|
|
| |
- Fix linking: change from libmsgpuck.a to libmsgpuck.so
Changes: https://github.com/tarantool/tarantool/releases
Notes:
svn path=/head/; revision=504295
|
|
|
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool/releases
Notes:
svn path=/head/; revision=497999
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=497241
|
|
|
|
| |
Notes:
svn path=/head/; revision=483943
|
|
|
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool/releases
Notes:
svn path=/head/; revision=482052
|
|
|
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool/releases
Notes:
svn path=/head/; revision=479115
|
|
|
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool/releases
Notes:
svn path=/head/; revision=470544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Use CMAKE_BOOL and CMAKE_ON
- Clean up Makefile
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/tarantool/tarantool/releases
https://github.com/tarantool/tarantool/commits/1.9
Notes:
svn path=/head/; revision=463309
|
|
|
|
|
|
|
|
|
| |
PR: 221024
Submitted by: olgeni
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=449479
|
|
|
|
| |
Notes:
svn path=/head/; revision=432416
|
|
|
|
| |
Notes:
svn path=/head/; revision=409618
|
|
|
|
| |
Notes:
svn path=/head/; revision=406850
|
|
|
|
|
|
|
| |
- Copied patch from lang/luajit
Notes:
svn path=/head/; revision=395521
|
|
|
|
|
|
|
|
| |
- Fix build on FreeBSD 9.X
- Fix build on i386
Notes:
svn path=/head/; revision=395052
|
|
|
|
|
|
|
|
|
|
| |
- Updated description of port
- Added extra patches to change group
- Bump port revision
- Added gettext depend
Notes:
svn path=/head/; revision=391697
|
|
|
|
|
|
|
| |
- Added tarantool user and group
Notes:
svn path=/head/; revision=391515
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=386083
|
|
|
|
|
|
|
|
|
|
| |
* Added new plugins: sql, sophia (disk storage)
* Added broken on FreeBSD less than 9.0 (doesn't build)
Submitted by: myself
Notes:
svn path=/head/; revision=352829
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixed bugs at init script
- Added auto init storage at init script
- Added more information at pkg-message
- Groupped plugins
Submitted by: myself
Notes:
svn path=/head/; revision=334648
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=329243
|
|
|
|
|
|
|
|
| |
PR: ports/178737
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Notes:
svn path=/head/; revision=318521
|
|
|
|
|
|
|
|
| |
PR: 170348
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Notes:
svn path=/head/; revision=308708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
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>
Notes:
svn path=/head/; revision=288420
|