Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Dec 2020 16:56:17
1.4.10

|
danfe  |
Update to version 1.4.10.
Reported by: portscout |
27 Nov 2020 08:43:43
1.4.9

|
danfe  |
Update `databases/iowow' to version 1.4.9.
Reported by: portscout |
10 Nov 2020 09:18:46
1.4.8

|
danfe  |
Update `databases/iowow' to version 1.4.8.
Reported by: portscout |
22 Sep 2020 17:25:32
1.4.7

|
danfe  |
Update to version 1.4.7.
Reported by: portscout |
06 May 2020 09:50:20
1.4.4

|
danfe  |
Update to version 1.4.4.
Reported by: portscout |
08 Mar 2020 07:27:37
1.4.1

|
danfe  |
Update to version 1.4.1.
Reported by: portscout |
23 Feb 2020 13:02:50
1.3.37

|
danfe  |
Update IOWOW to version 1.3.37.
Reported by: portscout |
21 Jan 2020 12:36:34
1.3.36

|
danfe  |
Update to version 1.3.36. |
26 Nov 2019 16:34:33
1.3.31

|
danfe  |
Update to version 1.3.31. |
31 Oct 2019 12:06:41
1.3.27

|
danfe  |
- Update `databases/iowow' to version 1.3.27
- Allow tests and hook them to our framework
Reported by: portscout |
26 Jul 2019 20:46:57
1.3.14_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
28 Apr 2019 12:11:21
1.3.14

|
danfe  |
- Update `databases/iowow' to version 1.3.14
- Don't hardcode library version in the pkg-plist
to reduce the repochurn upon every port update
Requested by: upstream |
02 Apr 2019 08:55:56
1.3.9

|
danfe  |
Update `databases/iowow' to version 1.3.9
Summary of the most important changes since version 1.2.14:
- Removed ability to manage sorted arrays as key values due
to performance issues; replaced with two-part compound keys
+ Added support of variable-length encoded integer keys
+ Added atomic in-place integer key value increments
+ Added new utility functions and flags
* Fixed incorrect key handling in iwkv_del()
* Fixed iwkv_cursor_copy_key() which was not aware of the
compound keys mode
* Fixed iwkv_puth() was called with incorrect previous value
* Fixed deadlocks in iwkv_del() by not escalating exclusive
lock on the storage
* Fixed iwxstr_new2() with zero size argument caused illegal
memory write
* Fixed memory leak in iwkv_cursor_open() on error
* Fixed high CPU usage in WAL mode
Requested by: upstream |
25 Dec 2018 20:25:40
1.2.14_1

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
1.2.14_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
07 Nov 2018 11:14:33
1.2.14

|
danfe  |
Update `databases/iowow' to version 1.2.14.
Requested by: upstream
Reported by: portscout (independently) |
10 Sep 2018 13:14:52
1.2.13

|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
06 Aug 2018 15:32:42
1.2.13

|
danfe  |
Update `databases/iowow' to version 1.2.13.
Reported by: portscout |
29 Jul 2018 22:18:46
1.2.12_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
24 Jun 2018 06:35:39
1.2.12

|
danfe  |
Update `databases/iowow' to version 1.2.12.
Reported by: portscout |
21 May 2018 08:48:49
1.2.8

|
danfe  |
Update `databases/iowow' to version 1.2.8. |
06 May 2018 09:02:02
1.1.0

|
danfe  |
- Update `databases/iowow' to version 1.1.0 [*]
- Remove ONLY_FOR_ARCHS (x64-specific bits are guarded now)
- Cleanup up patch hunks that were included upstream
- Fix a typo and generally include port description
Requested by: upstream [*] |
14 Apr 2018 12:06:35
1.0.5

|
danfe  |
Add a port of IOWOW, persistent and fast key-value database engine based
on skip list data structure.
WWW: http://iowow.io/ |