From: Alan Somers Date: Mon, 24 Jul 2017 16:20:19 +0000 (-0600) Subject: install-deps.sh: add missing dependencies for FreeBSD X-Git-Tag: v12.1.2~128^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b10a736a2d3aa5bc7acbde6e041b85be62d69c4;p=ceph.git install-deps.sh: add missing dependencies for FreeBSD Signed-off-by: Alan Somers --- diff --git a/install-deps.sh b/install-deps.sh index 87457874c395..bb10f9a753a1 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -26,6 +26,7 @@ function munge_ceph_spec_in { if [ x`uname`x = xFreeBSDx ]; then $SUDO pkg install -yq \ + devel/babeltrace \ devel/git \ devel/gperf \ devel/gmake \ @@ -41,7 +42,7 @@ if [ x`uname`x = xFreeBSDx ]; then lang/cython \ devel/py-virtualenv \ databases/leveldb \ - net/openldap24-client \ + net/openldap-client \ security/nss \ security/cryptopp \ archivers/snappy \ @@ -53,14 +54,16 @@ if [ x`uname`x = xFreeBSDx ]; then textproc/gsed \ textproc/libxml2 \ textproc/xmlstarlet \ - textproc/jq \ - textproc/sphinx \ + textproc/jq \ + textproc/py-sphinx \ emulators/fuse \ java/junit \ + lang/python \ lang/python27 \ - devel/py-pip \ + devel/py-pip \ devel/py-argparse \ devel/py-nose \ + devel/py-prettytable \ www/py-flask \ www/fcgi \ sysutils/flock \