Version: 2.2.5, Package name: riak-2.2.5 |
Maintained by: Jonathan Matthew |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications. |
Filesize: 20992.57 KB |
Version History (View Complete History) |
|
2020-02-14 05:55:21 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: mark as BROKEN, this is the last port that uses erlang 17. a future update will hopefully support erlang 21, but we're not holding our breath. ok and as discussed with jmatthew@ about a year ago |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-11-06 14:57:25 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Use autoreconf to correctly install the components of the GNU build framework. The included autogen.sh script creates a state that causes autoheader to be re-run during the build. If autoheader-2.13 happened to be installed, the build would break. ok jmatthew@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-05-15 00:38:33 by Jonathan Matthew | Files touched by this commit (19) |
Log message: Update to riak 2.2.5. To help kill lang/spidermonkey, backport some changes from upstream's develop-3.0 riak_kv branch removing support for javascript commit hook and map-reduce functions; landry@ approves |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-03-01 15:54:13 by Jonathan Matthew | Files touched by this commit (2) |
Log message: honor CC and CXX |
2016-05-15 00:44:21 by Jonathan Matthew | Files touched by this commit (1) |
Log message: forgot to update this patch as part of the riak 2.1.4 update |
2016-05-12 22:29:58 by Jonathan Matthew | Files touched by this commit (11) |
Log message: update to riak 2.1.4 and switch to erlang 17. jasper@ kindly checked the erlang version bits. |
2016-04-04 10:09:10 by Christian Weisgerber | Files touched by this commit (45) |
Log message: g/c PFRAG.shared |
2015-08-29 06:41:45 by Stuart Henderson | Files touched by this commit (1) |
Log message: move "overwrite local copy of rebar" from post-extract to pre-patch, reducing the requirement to manually install packages when unpacking ports source. |
2015-07-17 19:23:17 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Seems this uses su(1) nowadays. |
2015-07-14 16:53:30 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: use MODERL_WX |
2015-07-11 06:57:05 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: add missing dependency on wx subpackage; to be reworked shortly spotted by nigel@ |
2015-07-10 11:10:10 by Jasper Lievisse Adriaanse | Files touched by this commit (10) |
Log message: bump after erlang dependency change reminded by aja@ |
2015-06-25 07:21:55 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: use devel/rebar instead of bundled copy |
2015-06-24 00:50:19 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: switch to using the erlang module |
2015-06-23 10:38:10 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: tidy up erlang dependencies |
2015-06-22 07:08:20 by Jasper Lievisse Adriaanse | Files touched by this commit (9) |
Log message: bump after MODERL_RUN_DEPENDS change |
2015-05-27 10:32:18 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Build the bundled libsnappy as a convenience (PIC) libtool library Fixes binutils-2.17@amd64. ok jmatthew@ (maintainer), "fais ce que tu veux" ajacoutot@ |
2015-01-15 21:42:13 by Jonathan Matthew | Files touched by this commit (14) |
Log message: update to riak 2.0.4, no longer marked broken. yokozuna (solr-based search) is disabled for now. |
2014-12-31 06:18:10 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: mark broken, as it needs an update to 2.x to work with Erlang 16; which jmatthew@ will provide ok jmatthew@ (MAINTAINER) |