FreeBSD Bugzilla – Attachment 175904 Details for
Bug 213591
benchmarks/stress-ng: Update to 0.07.00
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The updating patch
D-benchmarks-stress-ng.diff (text/plain), 2.01 KB, created by
luca.pizzamiglio
on 2016-10-18 14:32:05 UTC
(
hide
)
Description:
The updating patch
Filename:
MIME Type:
Creator:
luca.pizzamiglio
Created:
2016-10-18 14:32:05 UTC
Size:
2.01 KB
patch
obsolete
>diff --git benchmarks/stress-ng/Makefile benchmarks/stress-ng/Makefile >index 079afc7..d7104a5 100644 >--- benchmarks/stress-ng/Makefile >+++ benchmarks/stress-ng/Makefile >@@ -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/ > >diff --git benchmarks/stress-ng/distinfo benchmarks/stress-ng/distinfo >index b1884ce..45da447 100644 >--- benchmarks/stress-ng/distinfo >+++ benchmarks/stress-ng/distinfo >@@ -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 >diff --git benchmarks/stress-ng/files/patch-Makefile benchmarks/stress-ng/files/patch-Makefile >new file mode 100644 >index 0000000..52841f0 >--- /dev/null >+++ benchmarks/stress-ng/files/patch-Makefile >@@ -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 >diff --git benchmarks/stress-ng/files/patch-stress-cpu.c benchmarks/stress-ng/files/patch-stress-cpu.c >index b8a2a32..2fabe75 100644 >--- benchmarks/stress-ng/files/patch-stress-cpu.c >+++ benchmarks/stress-ng/files/patch-stress-cpu.c >@@ -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__)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
luca.pizzamiglio:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 213591
: 175904