non port: databases/hamsterdb/Makefile |
Number of commits found: 47 |
Saturday, 4 Apr 2020
|
20:51 antoine
Deprecate ports broken for more than 6 months
|
Wednesday, 11 Dec 2019
|
17:53 jbeich
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
|
Wednesday, 6 Nov 2019
|
12:48 antoine
Mark a few ports BROKEN, unfetchable
|
Monday, 19 Aug 2019
|
15:35 jbeich
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
|
Friday, 12 Apr 2019
|
06:36 jbeich
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
|
Wednesday, 12 Dec 2018
|
00:15 jbeich
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
|
Saturday, 1 Sep 2018
|
13:12 jbeich
databases/hamsterdb: unbreak build with Clang 6 (C++14 by default)
In file included from 4env/env_local.cc:21:
In file included from ./2device/device_factory.h:31:
./2device/device_disk.h:72:7: error: no matching function for call to 'swap'
std::swap(m_state, state);
^~~~~~~~~
/usr/include/c++/v1/type_traits:4643:1: note: candidate template ignored:
requirement 'is_move_constructible<State>::value' was not satisfied [with _Tp =
hamsterdb::DiskDevice::State]
swap(_Tp& __x, _Tp& __y) _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value &&
^
/usr/include/c++/v1/utility:268:1: note: candidate template ignored: could not
match '_Tp [_Np]' against 'hamsterdb::DiskDevice::State'
swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np])
_NOEXCEPT_(__is_nothrow_swappable<_Tp>::value)
^
/usr/include/c++/v1/utility:609:1: note: candidate template ignored: could not
match 'pair<type-parameter-0-0, type-parameter-0-1>' against
'hamsterdb::DiskDevice::State'
swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y)
^
/usr/include/c++/v1/tuple:163:6: note: candidate template ignored: could not
match '__tuple_leaf<_Ip, type-parameter-0-1, >' against
'hamsterdb::DiskDevice::State'
void swap(__tuple_leaf<_Ip, _Hp, _Ep>& __x, __tuple_leaf<_Ip, _Hp, _Ep>& __y)
^
/usr/include/c++/v1/tuple:949:1: note: candidate template ignored: could not
match 'tuple<type-parameter-0-0...>' against 'hamsterdb::DiskDevice::State'
swap(tuple<_Tp...>& __t, tuple<_Tp...>& __u)
^
/usr/include/c++/v1/memory:2257:6: note: candidate template ignored: could not
match '__compressed_pair<type-parameter-0-0, type-parameter-0-1>' against
'hamsterdb::DiskDevice::State'
void swap(__compressed_pair<_T1, _T2>& __x, __compressed_pair<_T1, _T2>& __y)
^
/usr/include/c++/v1/memory:2905:1: note: candidate template ignored: could not
match 'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against
'hamsterdb::DiskDevice::State'
swap(unique_ptr<_Tp, _Dp>& __x, unique_ptr<_Tp, _Dp>& __y) _NOEXCEPT
{__x.swap(__y);}
^
/usr/include/c++/v1/memory:4887:1: note: candidate template ignored: could not
match 'shared_ptr<type-parameter-0-0>' against 'hamsterdb::DiskDevice::State'
swap(shared_ptr<_Tp>& __x, shared_ptr<_Tp>& __y) _NOEXCEPT
^
/usr/include/c++/v1/memory:5186:1: note: candidate template ignored: could not
match 'weak_ptr<type-parameter-0-0>' against 'hamsterdb::DiskDevice::State'
swap(weak_ptr<_Tp>& __x, weak_ptr<_Tp>& __y) _NOEXCEPT
^
/usr/include/c++/v1/string:3889:1: note: candidate template ignored: could not
match 'basic_string<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>'
against 'hamsterdb::DiskDevice::State'
swap(basic_string<_CharT, _Traits, _Allocator>& __lhs,
^
/usr/include/c++/v1/__mutex_base:277:1: note: candidate template ignored: could
not match 'unique_lock<type-parameter-0-0>' against
'hamsterdb::DiskDevice::State'
swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) _NOEXCEPT
^
/usr/include/c++/v1/functional:1975:1: note: candidate template ignored: could
not match 'function<type-parameter-0-0 (type-parameter-0-1...)>' against
'hamsterdb::DiskDevice::State'
swap(function<_Rp(_ArgTypes...)>& __x, function<_Rp(_ArgTypes...)>& __y)
_NOEXCEPT
^
/usr/include/c++/v1/__bit_reference:86:1: note: candidate template ignored:
could not match '__bit_reference<type-parameter-0-0,
__has_storage_type<type-parameter-0-0>::value>' against
'hamsterdb::DiskDevice::State'
swap(__bit_reference<_Cp> __x, __bit_reference<_Cp> __y) _NOEXCEPT
^
/usr/include/c++/v1/__bit_reference:96:1: note: candidate template ignored:
could not match '__bit_reference<type-parameter-0-0,
__has_storage_type<type-parameter-0-0>::value>' against
'hamsterdb::DiskDevice::State'
swap(__bit_reference<_Cp> __x, __bit_reference<_Dp> __y) _NOEXCEPT
^
/usr/include/c++/v1/__bit_reference:106:1: note: candidate template ignored:
could not match '__bit_reference<type-parameter-0-0,
__has_storage_type<type-parameter-0-0>::value>' against
'hamsterdb::DiskDevice::State'
swap(__bit_reference<_Cp> __x, bool& __y) _NOEXCEPT
^
/usr/include/c++/v1/__bit_reference:116:1: note: candidate template ignored:
could not match '__bit_reference<type-parameter-0-0,
__has_storage_type<type-parameter-0-0>::value>' against
'hamsterdb::DiskDevice::State'
swap(bool& __x, __bit_reference<_Cp> __y) _NOEXCEPT
^
/usr/include/c++/v1/__tree:2681:1: note: candidate template ignored: could not
match '__tree<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>'
against 'hamsterdb::DiskDevice::State'
swap(__tree<_Tp, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/map:553:1: note: candidate template ignored: could not match
'__map_value_compare<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2,
>' against 'hamsterdb::DiskDevice::State'
swap(__map_value_compare<_Key, _CP, _Compare, __b>& __x,
^
/usr/include/c++/v1/map:1452:1: note: candidate template ignored: could not
match 'map<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2,
type-parameter-0-3>' against 'hamsterdb::DiskDevice::State'
swap(map<_Key, _Tp, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/map:1917:1: note: candidate template ignored: could not
match 'multimap<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2,
type-parameter-0-3>' against 'hamsterdb::DiskDevice::State'
swap(multimap<_Key, _Tp, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/sstream:431:1: note: candidate template ignored: could not
match 'basic_stringbuf<type-parameter-0-0, type-parameter-0-1,
type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_stringbuf<_CharT, _Traits, _Allocator>& __x,
^
/usr/include/c++/v1/sstream:718:1: note: candidate template ignored: could not
match 'basic_istringstream<type-parameter-0-0, type-parameter-0-1,
type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_istringstream<_CharT, _Traits, _Allocator>& __x,
^
/usr/include/c++/v1/sstream:836:1: note: candidate template ignored: could not
match 'basic_ostringstream<type-parameter-0-0, type-parameter-0-1,
type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_ostringstream<_CharT, _Traits, _Allocator>& __x,
^
/usr/include/c++/v1/sstream:955:1: note: candidate template ignored: could not
match 'basic_stringstream<type-parameter-0-0, type-parameter-0-1,
type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_stringstream<_CharT, _Traits, _Allocator>& __x,
^
/usr/include/c++/v1/__split_buffer:627:1: note: candidate template ignored:
could not match '__split_buffer<type-parameter-0-0, type-parameter-0-1>' against
'hamsterdb::DiskDevice::State'
swap(__split_buffer<_Tp, _Allocator>& __x, __split_buffer<_Tp, _Allocator>& __y)
^
/usr/include/c++/v1/vector:3358:1: note: candidate template ignored: could not
match 'vector<type-parameter-0-0, type-parameter-0-1>' against
'hamsterdb::DiskDevice::State'
swap(vector<_Tp, _Allocator>& __x, vector<_Tp, _Allocator>& __y)
^
/usr/include/c++/v1/list:2411:1: note: candidate template ignored: could not
match 'list<type-parameter-0-0, type-parameter-0-1>' against
'hamsterdb::DiskDevice::State'
swap(list<_Tp, _Alloc>& __x, list<_Tp, _Alloc>& __y)
^
/usr/include/c++/v1/deque:2900:1: note: candidate template ignored: could not
match 'deque<type-parameter-0-0, type-parameter-0-1>' against
'hamsterdb::DiskDevice::State'
swap(deque<_Tp, _Allocator>& __x, deque<_Tp, _Allocator>& __y)
^
/usr/include/c++/v1/set:800:1: note: candidate template ignored: could not match
'set<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against
'hamsterdb::DiskDevice::State'
swap(set<_Key, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/set:1209:1: note: candidate template ignored: could not
match 'multiset<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>'
against 'hamsterdb::DiskDevice::State'
swap(multiset<_Key, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/array:286:1: note: candidate template ignored: could not
match 'array<type-parameter-0-0, _Size>' against 'hamsterdb::DiskDevice::State'
swap(array<_Tp, _Size>& __x, array<_Tp, _Size>& __y)
^
Reported by: pkg-fallout
|
Thursday, 9 Aug 2018
|
06:58 jbeich
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
|
Monday, 18 Jun 2018
|
03:49 linimon
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Wednesday, 18 Apr 2018
|
13:57 jbeich
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
Thursday, 18 Jan 2018
|
04:11 jbeich
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
Monday, 25 Sep 2017
|
00:08 jbeich
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
00:05 jbeich
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Tuesday, 2 May 2017
|
06:48 jbeich
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
Friday, 6 Jan 2017
|
08:45 jbeich
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
Wednesday, 23 Nov 2016
|
12:45 jbeich
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 7 Oct 2015
|
01:37 amdmi3
- Drop 8.x support
- Switch to options helpers
Approved by: portmgr blanket
|
Sunday, 28 Jun 2015
|
07:32 wen
- Update to 2.1.11
|
Saturday, 7 Mar 2015
|
09:14 wen
- Mark BROKEN on 8.x
|
Monday, 2 Feb 2015
|
19:13 marino
databases/hamsterdb: USES+=alias to unbreak DragonFly cheaply
|
Friday, 23 Jan 2015
|
15:40 wen
- Fix build
|
Thursday, 15 Jan 2015
|
14:49 wen
- Update to 2.1.9
- Add LICENSE
|
Tuesday, 9 Sep 2014
|
20:30 tijl
- Fix MASTER_SITES
- Add USES=libtool and INSTALL_TARGET=install-strip
- Avoid including bsd.port.options.mk
|
Tuesday, 15 Jul 2014
|
15:06 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Monday, 26 May 2014
|
11:57 miwi
- Convert gmake, bzip to USES
Approved by: portmgr
|
Monday, 19 May 2014
|
12:47 wen
- Stage support
- Convert to optionsNG
- Pet portlint
|
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Wednesday, 16 Nov 2011
|
07:29 wen
- Update to 1.1.15
Feature safe: yes
|
Monday, 24 Oct 2011
|
07:02 wen
- Update to 1.1.14
|
Tuesday, 23 Aug 2011
|
02:00 wen
- Update to 1.1.13
|
Monday, 21 Feb 2011
|
01:22 wen
- Update to 1.1.9
|
Thursday, 23 Dec 2010
|
03:36 wen
- Update to 1.1.8
|
Friday, 5 Nov 2010
|
04:03 wen
- Update to 1.1.7
|
Monday, 20 Sep 2010
|
01:43 wen
- Update to 1.1.6
|
Wednesday, 1 Sep 2010
|
08:21 wen
- Update to 1.1.5
|
Saturday, 17 Apr 2010
|
08:11 wen
- Update to 1.1.4
|
Sunday, 21 Mar 2010
|
23:51 wen
- Update to 1.1.3
|
Monday, 22 Feb 2010
|
10:47 wen
- Update to 1.1.2
Feature safe: yes
|
Tuesday, 29 Dec 2009
|
01:01 wen
- Update to 1.1.1
|
Sunday, 13 Dec 2009
|
03:58 wen
- Update to 1.1.0
- Update my mail address to FreeBSD
|
Tuesday, 2 Jun 2009
|
21:35 miwi
- Update to 1.0.9
PR: 135142
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
Friday, 6 Mar 2009
|
10:06 miwi
- Update to 1.0.8
|
Sunday, 1 Mar 2009
|
19:53 miwi
- Update to 1.0.7
Approved by: maintainer implicit
|
Friday, 26 Sep 2008
|
09:40 miwi
- Update to 1.0.6
PR: 127625
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
Monday, 18 Aug 2008
|
21:51 miwi
- Update to 1.0.5
PR: 126591
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
|
Saturday, 19 Jul 2008
|
14:05 miwi
hamsterdb is a lightweight embedded database engine. It is
in development for more than three years and concentrates
on ease of use, high performance, stability and portability.
The hamsterdb API is simple and self-documenting.The interface
is similar to other widely-used database engines.Fast algorithms
and data structures guarantee high performance for all scenarios.
Hamsterdb has hundreds of unittests with a test coverage of over
90%. Each release is tested with thousands of acceptance tests in
many different configurations, tested on up to six different
hardware architectures and operating systems.Written in plain
ANSI-C, hamsterdb runs on many architectures: Intel-compatible
(x86, x64), PowerPC, SPARC, ARM, RISC and others. Tested operating
systems include Microsoft Windows, Microsoft Windows CE, Linux,
SunOS and other Unices.
WWW: http://hamsterdb.com/index
PR: ports/125699
Submitted by: Wen Heping <wenheping at gmail.com>
| Number of commits found: 47 |
|