Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 16:22:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424273 - in head/benchmarks/stress-ng: . files
Message-ID:  <201610191622.u9JGMmGk034776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 19 16:22:48 2016
New Revision: 424273
URL: https://svnweb.freebsd.org/changeset/ports/424273

Log:
  - Update to 0.07.00
  
  PR:		213591
  Submitted by:	luca.pizzamiglio@gmail.com (maintainer)

Added:
  head/benchmarks/stress-ng/files/patch-Makefile   (contents, props changed)
Modified:
  head/benchmarks/stress-ng/Makefile
  head/benchmarks/stress-ng/distinfo
  head/benchmarks/stress-ng/files/patch-stress-cpu.c

Modified: head/benchmarks/stress-ng/Makefile
==============================================================================
--- head/benchmarks/stress-ng/Makefile	Wed Oct 19 16:19:52 2016	(r424272)
+++ head/benchmarks/stress-ng/Makefile	Wed Oct 19 16:22:48 2016	(r424273)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	stress-ng
-PORTVERSION=	0.06.18
+PORTVERSION=	0.07.00
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
 

Modified: head/benchmarks/stress-ng/distinfo
==============================================================================
--- head/benchmarks/stress-ng/distinfo	Wed Oct 19 16:19:52 2016	(r424272)
+++ head/benchmarks/stress-ng/distinfo	Wed Oct 19 16:22:48 2016	(r424273)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476199771
-SHA256 (stress-ng-0.06.18.tar.gz) = fa073af9925597a1792c4c21c53e0841da4c008f3cf9522bff127ad005da8eaa
-SIZE (stress-ng-0.06.18.tar.gz) = 339207
+TIMESTAMP = 1476778500
+SHA256 (stress-ng-0.07.00.tar.gz) = d57a2d510b9086f7c6557c05ca5b7b247bf74f03650e284c15a78e5b0cdca319
+SIZE (stress-ng-0.07.00.tar.gz) = 341086

Added: head/benchmarks/stress-ng/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/stress-ng/files/patch-Makefile	Wed Oct 19 16:22:48 2016	(r424273)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2016-10-17 09:59:22 UTC
++++ Makefile
+@@ -601,7 +601,7 @@ stress-cpu.o: stress-cpu.c
+ 	@rm -f test-decimal.c test-decimal.o
+ 
+ perf.o: perf.c perf-event.c
+-	@gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
++	@$(CC) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
+ 	$(CC) $(CFLAGS) -c -o $@ $<
+ 
+ stress-wcstr.o: stress-wcstr.c

Modified: head/benchmarks/stress-ng/files/patch-stress-cpu.c
==============================================================================
--- head/benchmarks/stress-ng/files/patch-stress-cpu.c	Wed Oct 19 16:19:52 2016	(r424272)
+++ head/benchmarks/stress-ng/files/patch-stress-cpu.c	Wed Oct 19 16:22:48 2016	(r424273)
@@ -1,4 +1,4 @@
---- stress-cpu.c.orig	2016-07-15 14:26:33 UTC
+--- stress-cpu.c.orig	2016-10-17 09:59:22 UTC
 +++ stress-cpu.c
 @@ -57,7 +57,6 @@
  #define	ccosl	ccos
@@ -7,4 +7,4 @@
 -#define powl	pow
  #endif
  
- /*
+ #if defined(__minix__)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610191622.u9JGMmGk034776>