[arch-commits] Commit in hhvm/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jun 7 11:28:17 UTC 2016


    Date: Tuesday, June 7, 2016 @ 13:28:16
  Author: mtorromeo
Revision: 178132

upgpkg: hhvm 3.13.2-2

Disabled deprecated extension and recurring warnings

Modified:
  hhvm/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-07 11:15:23 UTC (rev 178131)
+++ PKGBUILD	2016-06-07 11:28:16 UTC (rev 178132)
@@ -4,7 +4,7 @@
 
 pkgname=hhvm
 pkgver=3.13.2
-pkgrel=1
+pkgrel=2
 
 _thirdparty_commit=57ddc7942877befb97ecc3df2581a4de119049aa
 _folly_commit=add5a7aeacacb050c4b0bad84aac1475fa2658c9
@@ -20,11 +20,11 @@
 url="http://hhvm.com"
 license=('PHP')
 depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
-         'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 'libvpx'
-         'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
-         'gperf' 'c-client' 'unixodbc')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
-             'ragel' 'libmariadbclient')
+         'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl'
+         'libvpx' 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml'
+         'fribidi' 're2' 'gperf' 'c-client' 'unixodbc' 'numactl')
+makedepends=('git' 'mercurial' 'cmake' 'gcc' 'boost' 'gflags' 'python2'
+             'pfff' 'ragel' 'libmariadbclient')
 source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz"
         "https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz"
         "https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz"
@@ -101,7 +101,7 @@
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_INSTALL_LIBDIR=lib \
         -DCMAKE_PREFIX_PATH="$srcdir" \
-        -DENABLE_MONGO:BOOL=ON \
+        -DCMAKE_CXX_FLAGS="-Wno-misleading-indentation" \
         -DMYSQL_UNIX_SOCK_ADDR=/run/mysqld/mysqld.sock \
         .
 



More information about the arch-commits mailing list