Commit graph

2 commits

Author SHA1 Message Date
Bryan Drewery
b1bd6a3da6 - Fix install due to PREFIX not being defined by including bsd.port.pre.mk
This was not caught because 'poudriere testport' (in 3.0.8) was
  setting PREFIX in the environment which removes the need to include
  bsd.port.pre.mk. bulk -t was showing this problem though because
  it does not set PREFIX in the environment.

PR:		ports/182453
Reported by:	Kenji Rikitake <kenji.rikitake@acm.org>
Approved by:	maintainer (implicit via original submission)
Pointyhat to:	bdrewery
2013-09-28 13:34:21 +00:00
Bryan Drewery
cd964d7681 - Add new port databases/riak
- Did not convert to staging as it fails to build when enabled currently

Riak is a distributed database designed for maximum availability:
so long as your client can reach one server, it should be able to
write data. In most failure scenarios the data you want to read
should be available, albeit possibly stale.

WWW: http://basho.com/riak/

PR:		ports/182317
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2013-09-27 12:04:42 +00:00