diff options
author | rene <rene@FreeBSD.org> | 2014-11-29 21:58:00 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-11-29 21:58:00 +0800 |
commit | 5625480b40939aa7e6ad3289a883de441023fafb (patch) | |
tree | f9179a1dd9e2d66c76bd1804bc165a4b4987d24d /www/chromium | |
parent | 68cfc7a1848cde6b6ee4639cf7f0baf7ce2ea194 (diff) | |
download | freebsd-ports-graphics-5625480b40939aa7e6ad3289a883de441023fafb.tar.gz freebsd-ports-graphics-5625480b40939aa7e6ad3289a883de441023fafb.tar.zst freebsd-ports-graphics-5625480b40939aa7e6ad3289a883de441023fafb.zip |
- Update to 39.0.2171.71 (bugfix release)
- Add back -fno-stack-protector when building with GCC to prevent link errors [1]
Changelog: https://chromium.googlesource.com/chromium/src/+log/39.0.2171.65..39.0.2171.71
Submitted by: pkg-fallout [1]
MFH: 2014Q4
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 3 | ||||
-rw-r--r-- | www/chromium/distinfo | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 52f1542be03..cbd83a174f9 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -3,7 +3,7 @@ #TODO bz@ : if you do undestand the gyp stuff, third_party/widevine/cdm/widevine_cdm.gyp talks about it (plz install libwidevinecdm.so) PORTNAME= chromium -PORTVERSION= 39.0.2171.65 +PORTVERSION= 39.0.2171.71 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -197,6 +197,7 @@ MAKE_ARGS= -C out/${BUILDTYPE} .if ${CHOSEN_COMPILER_TYPE} == gcc GYP_DEFINES+= gcc_version=${CXX:S/g++//} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc +CFLAGS+= -fno-stack-protector # gcc 4.8 cannot find __stack_chk_fail_local .else GYP_DEFINES+= clang=1 CFLAGS+= -Wno-unknown-warning-option diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 60d77cd328d..13b49f83fd3 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,4 +1,4 @@ -SHA256 (chromium-39.0.2171.65.tar.xz) = b15746316f2abef40792395d9a0da28ef17713289b9bd334a8ad3ee8b764f451 -SIZE (chromium-39.0.2171.65.tar.xz) = 253057636 -SHA256 (chromium-39.0.2171.65-testdata.tar.xz) = 4be2e8909268a9901ab714b57eabd53329580f83b7525c7dace7a36fbb3e7ea5 -SIZE (chromium-39.0.2171.65-testdata.tar.xz) = 115238768 +SHA256 (chromium-39.0.2171.71.tar.xz) = b7597ce853528861d14a281f847cd5335cdce09984e42701e9b5f3bfe21fd190 +SIZE (chromium-39.0.2171.71.tar.xz) = 253084664 +SHA256 (chromium-39.0.2171.71-testdata.tar.xz) = 5ea8bc217a56b96667dfffd24d50490fd4a478a6617a034b3b9bb05e79f134e1 +SIZE (chromium-39.0.2171.71-testdata.tar.xz) = 115235548 |