Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 10:07:59 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442147 - in head/benchmarks/stress-ng: . files
Message-ID:  <201705311007.v4VA7xpd057486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Wed May 31 10:07:59 2017
New Revision: 442147
URL: https://svnweb.freebsd.org/changeset/ports/442147

Log:
  Updating to version 0.08.02
  
  PR:		219677
  Submitted by:	luca.pizzamiglio@gmail.com (maintainer)

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

Modified: head/benchmarks/stress-ng/Makefile
==============================================================================
--- head/benchmarks/stress-ng/Makefile	Wed May 31 10:03:56 2017	(r442146)
+++ head/benchmarks/stress-ng/Makefile	Wed May 31 10:07:59 2017	(r442147)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	stress-ng
-PORTVERSION=	0.08.00
+PORTVERSION=	0.08.02
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
 

Modified: head/benchmarks/stress-ng/distinfo
==============================================================================
--- head/benchmarks/stress-ng/distinfo	Wed May 31 10:03:56 2017	(r442146)
+++ head/benchmarks/stress-ng/distinfo	Wed May 31 10:07:59 2017	(r442147)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494232106
-SHA256 (stress-ng-0.08.00.tar.gz) = 213b07d2739d256ba0ef838c283595394da352d759140744551324afda17bd2b
-SIZE (stress-ng-0.08.00.tar.gz) = 405660
+TIMESTAMP = 1496222163
+SHA256 (stress-ng-0.08.02.tar.gz) = 810bb3ada6e3655ea95ba6a8152245e103adc006a94b644751b9d39da0f62597
+SIZE (stress-ng-0.08.02.tar.gz) = 412055

Modified: head/benchmarks/stress-ng/files/patch-Makefile
==============================================================================
--- head/benchmarks/stress-ng/files/patch-Makefile	Wed May 31 10:03:56 2017	(r442146)
+++ head/benchmarks/stress-ng/files/patch-Makefile	Wed May 31 10:07:59 2017	(r442147)
@@ -1,6 +1,6 @@
---- Makefile.orig	2017-05-06 12:36:12 UTC
+--- Makefile.orig	2017-05-18 12:29:44 UTC
 +++ Makefile
-@@ -21,7 +21,7 @@ VERSION=0.08.00
+@@ -21,7 +21,7 @@ VERSION=0.08.02
  # Codename "harmful hardware harasser"
  #
  
@@ -9,12 +9,12 @@
  
  #
  # Pedantic flags
-@@ -783,7 +783,7 @@ stress-cpu.o: stress-cpu.c
+@@ -786,7 +786,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 $@ $<
+ 	@echo $(CC) $(CFLAGS) -c -o $@ $<
+ 	@$(CC) $(CFLAGS) -c -o $@ $<
  
- stress-wcstr.o: stress-wcstr.c



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