Updating to version 0.08.02

PR:		219677
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
This commit is contained in:
Olivier Cochard 2017-05-31 10:07:59 +00:00
parent 00926542a8
commit e9d8fb9676
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442147
3 changed files with 9 additions and 9 deletions

View file

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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1494232106 TIMESTAMP = 1496222163
SHA256 (stress-ng-0.08.00.tar.gz) = 213b07d2739d256ba0ef838c283595394da352d759140744551324afda17bd2b SHA256 (stress-ng-0.08.02.tar.gz) = 810bb3ada6e3655ea95ba6a8152245e103adc006a94b644751b9d39da0f62597
SIZE (stress-ng-0.08.00.tar.gz) = 405660 SIZE (stress-ng-0.08.02.tar.gz) = 412055

View file

@ -1,6 +1,6 @@
--- Makefile.orig 2017-05-06 12:36:12 UTC --- Makefile.orig 2017-05-18 12:29:44 UTC
+++ Makefile +++ Makefile
@@ -21,7 +21,7 @@ VERSION=0.08.00 @@ -21,7 +21,7 @@ VERSION=0.08.02
# Codename "harmful hardware harasser" # Codename "harmful hardware harasser"
# #
@ -9,12 +9,12 @@
# #
# Pedantic flags # 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 @rm -f test-decimal.c test-decimal.o
perf.o: perf.c perf-event.c 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 - @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) -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