benchmarks/stress-ng: Update to 0.09.60

Changes: \
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
This commit is contained in:
Luca Pizzamiglio 2019-06-25 16:10:03 +00:00
parent 69081593b3
commit 133a586bb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505096
3 changed files with 4 additions and 16 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= stress-ng
PORTVERSION= 0.09.59.1
PORTVERSION= 0.09.60
CATEGORIES= benchmarks
MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1561110319
SHA256 (stress-ng-0.09.59.1.tar.xz) = b4c31434ebf964caf7f55b48dbfc9bacfee98fd79d7ece52259ca29de2346a38
SIZE (stress-ng-0.09.59.1.tar.xz) = 392788
TIMESTAMP = 1561365048
SHA256 (stress-ng-0.09.60.tar.xz) = ea5013b75aeb9df520d34e4378470f2fc0ec2de0740cf7815f2b31c4bac0e4a4
SIZE (stress-ng-0.09.60.tar.xz) = 396652

View File

@ -1,12 +0,0 @@
--- stress-resources.c.orig 2019-06-21 10:48:56 UTC
+++ stress-resources.c
@@ -178,7 +178,9 @@ static void NORETURN waste_resources(
info[i].m_mmap = MAP_FAILED;
info[i].pipe_ret = -1;
info[i].fd_open = -1;
+#if defined(HAVE_EVENTFD)
info[i].fd_ev = -1;
+#endif
#if defined(HAVE_MEMFD_CREATE)
info[i].fd_memfd = -1;
#endif