1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

- Update to 4.11.0

This commit is contained in:
Wen Heping 2018-01-06 13:29:29 +00:00
parent 3f32d6015e
commit f8e5a5fff8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458244
3 changed files with 4 additions and 22 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= polygraph
PORTVERSION= 4.9.0
PORTREVISION= 4
PORTVERSION= 4.11.0
DISTVERSIONSUFFIX= -src
CATEGORIES= benchmarks www
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/

View File

@ -1,2 +1,3 @@
SHA256 (polygraph-4.9.0-src.tgz) = 36af0031e15b0a123fecda2d74c36cbe632cd479bdb2c85c1b020d4e57ff6bf4
SIZE (polygraph-4.9.0-src.tgz) = 3371570
TIMESTAMP = 1515222711
SHA256 (polygraph-4.11.0-src.tgz) = 7add54d7ef560cc5151bacee3bd17769f079e70a4da740375738a13ba80726c6
SIZE (polygraph-4.11.0-src.tgz) = 3413931

View File

@ -1,18 +0,0 @@
commit a1b938b85e2b9aabb95fb09b9f7137b27135ea72
Author: Alex Rousskov <rousskov@measurement-factory.com>
Date: Thu Jan 7 08:20:34 2016 -0700
lp:1380660: Make failed if gcc 4.9 is used.
Merged POLY-43-lp1380660-make-failed-if-gcc-49-.
--- src/xstd/Ring.h.orig 2014-10-22 23:22:22 UTC
+++ src/xstd/Ring.h
@@ -19,6 +19,7 @@ class Ring: protected Array<Item> {
using Array<Item>::capacity;
using Array<Item>::size;
+ using Array<Item>::Value;
int count() const { return theInOff - theOutOff; }
bool empty() const { return theInOff <= theOutOff; }