45 Commits

Author SHA1 Message Date
Jan Beich
9b21a3a084 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
2019-04-12 06:36:31 +00:00
Jan Beich
7c879267dc 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
2018-12-12 00:15:49 +00:00
Jan Beich
285d666320 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
2018-09-01 13:12:37 +00:00
Jan Beich
0b055d47f2 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
2018-08-09 06:58:30 +00:00
Mark Linimon
836c2938d1 Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 03:49:09 +00:00
Jan Beich
cc95712fbe 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
2018-04-18 13:57:42 +00:00
Jan Beich
25beeff079 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
2018-01-18 04:11:02 +00:00
Jan Beich
98eb11b2f0 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
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a 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
2017-09-25 00:05:05 +00:00
Jan Beich
b324ade02d 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
2017-05-02 06:48:10 +00:00
Jan Beich
59e02117ae 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
2017-01-06 08:45:03 +00:00
Jan Beich
a8713d15f4 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)
2016-11-23 12:45:46 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dmitry Marakasov
9776526188 - Drop 8.x support
- Switch to options helpers

Approved by:	portmgr blanket
2015-10-07 01:37:27 +00:00
Wen Heping
03ff492c5f - Update to 2.1.11 2015-06-28 07:32:23 +00:00
Wen Heping
5f1ebdca3a - Mark BROKEN on 8.x 2015-03-07 09:14:35 +00:00
John Marino
3cbbd19916 databases/hamsterdb: USES+=alias to unbreak DragonFly cheaply 2015-02-02 19:13:16 +00:00
Wen Heping
9102a9c892 - Fix build 2015-01-23 15:40:25 +00:00
Wen Heping
ed2443f302 - Update to 2.1.9
- Add LICENSE
2015-01-15 14:49:47 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Adam Weinberger
a69900ac39 Add some spaces after periods. 2014-09-10 03:11:42 +00:00
Tijl Coosemans
539e3b354b - Fix MASTER_SITES
- Add USES=libtool and INSTALL_TARGET=install-strip
- Avoid including bsd.port.options.mk
2014-09-09 20:30:28 +00:00
Adam Weinberger
550b770c1e Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:06:46 +00:00
Martin Wilke
257d61366c - Convert gmake, bzip to USES
Approved by:	portmgr
2014-05-26 11:57:55 +00:00
Wen Heping
22c5a9fc86 - Stage support
- Convert to optionsNG
- Pet portlint
2014-05-19 12:47:41 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Wen Heping
71707957a7 - Update to 1.1.15
Feature safe:	yes
2011-11-16 07:29:49 +00:00
Wen Heping
2c0b991737 - Update to 1.1.14 2011-10-24 07:02:15 +00:00
Wen Heping
d06f3711ed - Update to 1.1.13 2011-08-23 02:00:41 +00:00
Wen Heping
7d0610e3c8 - Update to 1.1.9 2011-02-21 01:22:33 +00:00
Wen Heping
8612cdbb6d - Update to 1.1.8 2010-12-23 03:36:19 +00:00
Wen Heping
0fa4f7a7d7 - Update to 1.1.7 2010-11-05 04:03:52 +00:00
Wen Heping
af1365d344 - Update to 1.1.6 2010-09-20 01:43:06 +00:00
Wen Heping
1dfcc915ab - Update to 1.1.5 2010-09-01 08:21:45 +00:00
Wen Heping
80ae68416e - Update to 1.1.4 2010-04-17 08:11:29 +00:00
Wen Heping
1fbbf16173 - Update to 1.1.3 2010-03-21 23:51:36 +00:00
Wen Heping
2ec5e50480 - Update to 1.1.2
Feature safe:	yes
2010-02-22 10:47:19 +00:00
Wen Heping
b74e323166 - Update to 1.1.1 2009-12-29 01:01:25 +00:00
Wen Heping
64d051a9d0 - Update to 1.1.0
- Update my mail address to FreeBSD
2009-12-13 03:58:41 +00:00
Martin Wilke
d8b5f9b512 - Update to 1.0.9
PR:		135142
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-02 21:35:09 +00:00
Martin Wilke
69baca2f0d - Update to 1.0.8 2009-03-06 10:06:22 +00:00
Martin Wilke
b677b4baf8 - Update to 1.0.7
Approved by:	maintainer implicit
2009-03-01 19:53:14 +00:00
Martin Wilke
7d8e599a88 - Update to 1.0.6
PR:		127625
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-09-26 09:40:56 +00:00
Martin Wilke
e5d37aa7b7 - Update to 1.0.5
PR:		126591
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-18 21:51:07 +00:00
Martin Wilke
3396325b8f 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>
2008-07-19 14:05:59 +00:00