use devel/rebar instead of bundled copy
This commit is contained in:
parent
992af0106f
commit
e11db0ce8e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2015/06/24 06:50:19 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2015/06/25 13:21:55 jasper Exp $
|
||||
|
||||
COMMENT= distributed data store
|
||||
DISTNAME= riak-2.0.4
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= databases
|
||||
HOMEPAGE= http://basho.com/
|
||||
|
||||
@ -107,7 +107,7 @@ snappy_AUTOMAKE_VERSION = 1.11
|
||||
|
||||
WANTLIB = c crypto m ncurses pthread ssl stdc++ util mozjs nspr4 pam
|
||||
|
||||
BUILD_DEPENDS = lang/erlang/16
|
||||
MODERL_BUILD_DEPENDS=devel/rebar
|
||||
BUILD_DEPENDS+= devel/autoconf/${snappy_AUTOCONF_VERSION} \
|
||||
devel/automake/${snappy_AUTOMAKE_VERSION} \
|
||||
devel/libtool
|
||||
@ -119,6 +119,10 @@ versions:
|
||||
@echo ${_n} ${_v}
|
||||
.endfor
|
||||
|
||||
# Overwrite local copy of rebar
|
||||
post-extract:
|
||||
cp ${LOCALBASE}/bin/rebar16 ${WRKSRC}/rebar
|
||||
|
||||
pre-configure:
|
||||
mkdir -p ${WRKSRC}/deps/riaknostic/deps
|
||||
.for d in lager getopt meck
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2015/01/16 04:42:13 jmatthew Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2015/06/25 13:21:55 jasper Exp $
|
||||
@comment riak uses sudo(8): homedir must exist and user must have a valid shell
|
||||
@newgroup _riak:702
|
||||
@newuser _riak:702:_riak:daemon:Riak daemon:/var/riak:/bin/sh
|
||||
@ -1576,7 +1576,6 @@ lib/riak/lib/riak_pb-${RIAK_PB_V}/ebin/riak_pb.beam
|
||||
lib/riak/lib/riak_pb-${RIAK_PB_V}/ebin/riak_pb_codec.beam
|
||||
lib/riak/lib/riak_pb-${RIAK_PB_V}/ebin/riak_pb_dt_codec.beam
|
||||
lib/riak/lib/riak_pb-${RIAK_PB_V}/ebin/riak_pb_kv_codec.beam
|
||||
lib/riak/lib/riak_pb-${RIAK_PB_V}/ebin/riak_pb_messages.beam
|
||||
lib/riak/lib/riak_pb-${RIAK_PB_V}/ebin/riak_pb_search_codec.beam
|
||||
lib/riak/lib/riak_pb-${RIAK_PB_V}/ebin/riak_search_pb.beam
|
||||
lib/riak/lib/riak_pb-${RIAK_PB_V}/ebin/riak_yokozuna_pb.beam
|
||||
|
Loading…
Reference in New Issue
Block a user