[arch-commits] Commit in hhvm/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Apr 20 09:43:06 UTC 2015
Date: Monday, April 20, 2015 @ 11:43:06
Author: mtorromeo
Revision: 131739
upgpkg: hhvm 3.6.1-3
libvpx 1.4.0 rebuild
Modified:
hhvm/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-20 03:37:28 UTC (rev 131738)
+++ PKGBUILD 2015-04-20 09:43:06 UTC (rev 131739)
@@ -4,7 +4,7 @@
pkgname=hhvm
pkgver=3.6.1
-pkgrel=2
+pkgrel=3
_thirdparty_commit=3bf14f9194bff0f681ee60bc6e5f1ac60b233f5c
_folly_commit=7d2497f0e57fb14b6ea43a5a2d180604d7e1e7e5
@@ -35,7 +35,8 @@
'hhvm.service'
'hhvm at .service'
'php.ini'
- 'server.ini')
+ 'server.ini'
+ 'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
install=hhvm.install
backup=(etc/hhvm/{php,server}.ini)
options+=('!buildflags')
@@ -43,6 +44,8 @@
prepare() {
cd "$srcdir"/$pkgname-HHVM-$pkgver
+ patch -p1 -i "$srcdir"/libvpx14.patch
+
# Fix sendmail path
sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
hphp/runtime/base/runtime-option.cpp
@@ -134,4 +137,5 @@
'8b50d1ef9f5f726e6d8d469a8c84d85ad63f8b507b97d258b4d751a0e3e221df'
'59c640602929dac0aa34d06c668ed69361eb4b7b47a77f9aa0badb4d0b61571c'
'3e3093f817706c238fad021483f114fd4ce0b45d84097dcb7870157fc9ec769f'
- '5b53bc57965e1c5151d720dc7f63f1b2e8ebd5e758b2ef0be3b74df38ebcbce0')
+ '5b53bc57965e1c5151d720dc7f63f1b2e8ebd5e758b2ef0be3b74df38ebcbce0'
+ '975885203cef50997a227f5355d49cb9135f0668981059df213f7f0b44597cf8')
More information about the arch-commits
mailing list