svn commit: r440444 - in head/benchmarks/stress-ng: . files

Olivier Cochard olivier at FreeBSD.org
Mon May 8 17:58:20 UTC 2017


Author: olivier
Date: Mon May  8 17:58:19 2017
New Revision: 440444
URL: https://svnweb.freebsd.org/changeset/ports/440444

Log:
  Updating to version 0.08.00
  
  PR:		219138
  Submitted by:	luca.pizzamiglio at gmail.com (maintainer)

Modified:
  head/benchmarks/stress-ng/Makefile
  head/benchmarks/stress-ng/distinfo
  head/benchmarks/stress-ng/files/patch-Makefile
  head/benchmarks/stress-ng/files/patch-stress-cpu.c

Modified: head/benchmarks/stress-ng/Makefile
==============================================================================
--- head/benchmarks/stress-ng/Makefile	Mon May  8 17:47:49 2017	(r440443)
+++ head/benchmarks/stress-ng/Makefile	Mon May  8 17:58:19 2017	(r440444)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	stress-ng
-PORTVERSION=	0.07.29
+PORTVERSION=	0.08.00
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
 
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=	Fails to link: missing sbrk
 
-USES=		gmake
+USES=		gmake compiler:c11
 ALL_TARGET=	# empty
 
 PLIST_FILES=	bin/stress-ng man/man1/stress-ng.1.gz

Modified: head/benchmarks/stress-ng/distinfo
==============================================================================
--- head/benchmarks/stress-ng/distinfo	Mon May  8 17:47:49 2017	(r440443)
+++ head/benchmarks/stress-ng/distinfo	Mon May  8 17:58:19 2017	(r440444)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492594338
-SHA256 (stress-ng-0.07.29.tar.gz) = 71a9555d1d9ee0a4a9bca9ee14294289ee77e998a951c7071df6cc8e153d8410
-SIZE (stress-ng-0.07.29.tar.gz) = 374341
+TIMESTAMP = 1494232106
+SHA256 (stress-ng-0.08.00.tar.gz) = 213b07d2739d256ba0ef838c283595394da352d759140744551324afda17bd2b
+SIZE (stress-ng-0.08.00.tar.gz) = 405660

Modified: head/benchmarks/stress-ng/files/patch-Makefile
==============================================================================
--- head/benchmarks/stress-ng/files/patch-Makefile	Mon May  8 17:47:49 2017	(r440443)
+++ head/benchmarks/stress-ng/files/patch-Makefile	Mon May  8 17:58:19 2017	(r440444)
@@ -1,6 +1,15 @@
---- Makefile.orig	2016-10-17 09:59:22 UTC
+--- Makefile.orig	2017-05-06 12:36:12 UTC
 +++ Makefile
-@@ -601,7 +601,7 @@ stress-cpu.o: stress-cpu.c
+@@ -21,7 +21,7 @@ VERSION=0.08.00
+ # Codename "harmful hardware harasser"
+ #
+ 
+-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99
++CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11
+ 
+ #
+ # Pedantic flags
+@@ -783,7 +783,7 @@ stress-cpu.o: stress-cpu.c
  	@rm -f test-decimal.c test-decimal.o
  
  perf.o: perf.c perf-event.c

Modified: head/benchmarks/stress-ng/files/patch-stress-cpu.c
==============================================================================
--- head/benchmarks/stress-ng/files/patch-stress-cpu.c	Mon May  8 17:47:49 2017	(r440443)
+++ head/benchmarks/stress-ng/files/patch-stress-cpu.c	Mon May  8 17:58:19 2017	(r440444)
@@ -1,6 +1,6 @@
---- stress-cpu.c.orig	2016-10-17 09:59:22 UTC
+--- stress-cpu.c.orig	2017-05-06 12:36:12 UTC
 +++ stress-cpu.c
-@@ -57,7 +57,6 @@
+@@ -50,7 +50,6 @@
  #define	ccosl	ccos
  #define	csinl	csin
  #define cpow	pow


More information about the svn-ports-all mailing list