notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: databases/hamsterdb/Makefile

Number of commits found: 47

Saturday, 4 Apr 2020
20:51 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:530719 
Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
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
Original commitRevision:519824 
Wednesday, 6 Nov 2019
12:48 antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
Original commitRevision:516880 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
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
Original commitRevision:509290 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
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
Original commitRevision:498698 
Wednesday, 12 Dec 2018
00:15 jbeich search for other commits by this committer
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
Original commitRevision:487266 
Saturday, 1 Sep 2018
13:12 jbeich search for other commits by this committer
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
Original commitRevision:478689 
Thursday, 9 Aug 2018
06:58 jbeich search for other commits by this committer
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
Original commitRevision:476723 
Monday, 18 Jun 2018
03:49 linimon search for other commits by this committer
Mark ports broken on powerpc64, categories d-f.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:472670 
Wednesday, 18 Apr 2018
13:57 jbeich search for other commits by this committer
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
Original commitRevision:467711 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
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
Original commitRevision:459315 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
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
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
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
Original commitRevision:450557 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
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
Original commitRevision:439934 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
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
Original commitRevision:430692 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
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)
Original commitRevision:426908 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Wednesday, 7 Oct 2015
01:37 amdmi3 search for other commits by this committer
- Drop 8.x support
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:398737 
Sunday, 28 Jun 2015
07:32 wen search for other commits by this committer
- Update to 2.1.11
Original commitRevision:390741 
Saturday, 7 Mar 2015
09:14 wen search for other commits by this committer
- Mark BROKEN on 8.x
Original commitRevision:380675 
Monday, 2 Feb 2015
19:13 marino search for other commits by this committer
databases/hamsterdb: USES+=alias to unbreak DragonFly cheaply
Original commitRevision:378321 
Friday, 23 Jan 2015
15:40 wen search for other commits by this committer
- Fix build
Original commitRevision:377744 
Thursday, 15 Jan 2015
14:49 wen search for other commits by this committer
- Update to 2.1.9
- Add LICENSE
Original commitRevision:377092 
Tuesday, 9 Sep 2014
20:30 tijl search for other commits by this committer
- Fix MASTER_SITES
- Add USES=libtool and INSTALL_TARGET=install-strip
- Avoid including bsd.port.options.mk
Original commitRevision:367775 
Tuesday, 15 Jul 2014
15:06 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361939 
Monday, 26 May 2014
11:57 miwi search for other commits by this committer
- Convert gmake, bzip to USES

Approved by:	portmgr
Original commitRevision:355309 
Monday, 19 May 2014
12:47 wen search for other commits by this committer
- Stage support
- Convert to optionsNG
- Pet portlint
Original commitRevision:354535 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Wednesday, 16 Nov 2011
07:29 wen search for other commits by this committer
- Update to 1.1.15

Feature safe:   yes
Original commit
Monday, 24 Oct 2011
07:02 wen search for other commits by this committer
- Update to 1.1.14
Original commit
Tuesday, 23 Aug 2011
02:00 wen search for other commits by this committer
- Update to 1.1.13
Original commit
Monday, 21 Feb 2011
01:22 wen search for other commits by this committer
- Update to 1.1.9
Original commit
Thursday, 23 Dec 2010
03:36 wen search for other commits by this committer
- Update to 1.1.8
Original commit
Friday, 5 Nov 2010
04:03 wen search for other commits by this committer
- Update to 1.1.7
Original commit
Monday, 20 Sep 2010
01:43 wen search for other commits by this committer
- Update to 1.1.6
Original commit
Wednesday, 1 Sep 2010
08:21 wen search for other commits by this committer
- Update to 1.1.5
Original commit
Saturday, 17 Apr 2010
08:11 wen search for other commits by this committer
- Update to 1.1.4
Original commit
Sunday, 21 Mar 2010
23:51 wen search for other commits by this committer
- Update to 1.1.3
Original commit
Monday, 22 Feb 2010
10:47 wen search for other commits by this committer
- Update to 1.1.2

Feature safe:   yes
Original commit
Tuesday, 29 Dec 2009
01:01 wen search for other commits by this committer
- Update to 1.1.1
Original commit
Sunday, 13 Dec 2009
03:58 wen search for other commits by this committer
- Update to 1.1.0
- Update my mail address to FreeBSD
Original commit
Tuesday, 2 Jun 2009
21:35 miwi search for other commits by this committer
- Update to 1.0.9

PR:             135142
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Friday, 6 Mar 2009
10:06 miwi search for other commits by this committer
- Update to 1.0.8
Original commit
Sunday, 1 Mar 2009
19:53 miwi search for other commits by this committer
- Update to 1.0.7

Approved by:    maintainer implicit
Original commit
Friday, 26 Sep 2008
09:40 miwi search for other commits by this committer
- Update to 1.0.6

PR:             127625
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Monday, 18 Aug 2008
21:51 miwi search for other commits by this committer
- Update to 1.0.5

PR:             126591
Submitted by:   Wen heping <wenheping@gmail.com> (maintainer)
Original commit
Saturday, 19 Jul 2008
14:05 miwi search for other commits by this committer
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>
Original commit

Number of commits found: 47