update to 38.0.2125.122

This commit is contained in:
robert 2014-11-14 21:04:36 +00:00
parent 7b0a779875
commit 2c99db9d44
4 changed files with 13 additions and 13 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.188 2014/10/30 22:20:23 robert Exp $
# $OpenBSD: Makefile,v 1.189 2014/11/14 21:04:36 robert Exp $
ONLY_FOR_ARCHS= i386 amd64
DPB_PROPERTIES= parallel
COMMENT= Chromium browser
V= 38.0.2125.111
V= 38.0.2125.122
DISTNAME= chromium-${V}
CATEGORIES= www
HOMEPAGE= https://code.google.com/chromium/
HOMEPAGE= https://www.chromium.org/Home
MAINTAINER= Robert Nagy <robert@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (chromium-38.0.2125.111.tar.xz) = 5rQ8hsDf+EUcUy10EVRvlzqpTXVfws5ldNjqvlXTWh8=
SIZE (chromium-38.0.2125.111.tar.xz) = 248200356
SHA256 (chromium-38.0.2125.122.tar.xz) = PqlPsxUfWcLVCI+DL46JSJdImSKmO/oE8AaO4vwONvM=
SIZE (chromium-38.0.2125.122.tar.xz) = 248207688

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-build_common_gypi,v 1.27 2014/10/13 06:49:19 robert Exp $
--- build/common.gypi.orig.port Thu Oct 2 19:39:45 2014
+++ build/common.gypi Sat Oct 11 09:51:07 2014
$OpenBSD: patch-build_common_gypi,v 1.28 2014/11/14 21:04:36 robert Exp $
--- build/common.gypi.orig.port Thu Nov 13 23:01:51 2014
+++ build/common.gypi Fri Nov 14 22:03:05 2014
@@ -91,7 +91,7 @@
'conditions': [
@ -52,7 +52,7 @@ $OpenBSD: patch-build_common_gypi,v 1.27 2014/10/13 06:49:19 robert Exp $
['os_posix==1 and OS!="mac" and OS!="ios"', {
'target_defaults': {
# Enable -Werror by default, but put it in a variable so it can
@@ -5547,8 +5555,8 @@
@@ -5550,8 +5558,8 @@
['clang==1 and ((OS!="mac" and OS!="ios") or clang_xcode==0) '
'and OS!="win"', {
'make_global_settings': [

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-third_party_ffmpeg_libavcodec_x86_cabac_h,v 1.4 2014/10/25 14:27:00 robert Exp $
--- third_party/ffmpeg/libavcodec/x86/cabac.h.orig.port Sat Oct 25 18:12:49 2014
+++ third_party/ffmpeg/libavcodec/x86/cabac.h Sat Oct 25 18:12:02 2014
@@ -30,7 +30,7 @@
$OpenBSD: patch-third_party_ffmpeg_libavcodec_x86_cabac_h,v 1.5 2014/11/14 21:04:36 robert Exp $
--- third_party/ffmpeg/libavcodec/x86/cabac.h.orig.port Thu Nov 13 23:02:42 2014
+++ third_party/ffmpeg/libavcodec/x86/cabac.h Fri Nov 14 22:03:05 2014
@@ -29,7 +29,7 @@
#if (defined(__i386) && defined(__clang__) && (__clang_major__<2 || (__clang_major__==2 && __clang_minor__<10)))\
|| ( !defined(__clang__) && defined(__llvm__) && __GNUC__==4 && __GNUC_MINOR__==2 && __GNUC_PATCHLEVEL__<=1)\