]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: add missing dependencies for FreeBSD 16545/head
authorAlan Somers <asomers@gmail.com>
Mon, 24 Jul 2017 16:20:19 +0000 (10:20 -0600)
committerAlan Somers <asomers@gmail.com>
Mon, 24 Jul 2017 22:48:07 +0000 (16:48 -0600)
Signed-off-by: Alan Somers <asomers@gmail.com>
install-deps.sh

index 87457874c3958be637af9a33325e81afedc6352a..bb10f9a753a1d979be2f9f6669081130fd9222ac 100755 (executable)
@@ -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 \