FreeBSD Bugzilla – Attachment 183085 Details for
Bug 219677
benchmarks/stress-ng: update to 0.08.02
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), 1.90 KB, created by
luca.pizzamiglio
on 2017-05-31 09:50:11 UTC
(
hide
)
Description:
The updating patch
Filename:
MIME Type:
Creator:
luca.pizzamiglio
Created:
2017-05-31 09:50:11 UTC
Size:
1.90 KB
patch
obsolete
>diff --git benchmarks/stress-ng/Makefile benchmarks/stress-ng/Makefile >index 33edf74addd6..d6f37ee0a203 100644 >--- benchmarks/stress-ng/Makefile >+++ benchmarks/stress-ng/Makefile >@@ -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/ > >diff --git benchmarks/stress-ng/distinfo benchmarks/stress-ng/distinfo >index 5eaaf2d17501..43e7455e8cf0 100644 >--- benchmarks/stress-ng/distinfo >+++ benchmarks/stress-ng/distinfo >@@ -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 >diff --git benchmarks/stress-ng/files/patch-Makefile benchmarks/stress-ng/files/patch-Makefile >index cb2f8b315daa..0d0ef6e2a6d9 100644 >--- benchmarks/stress-ng/files/patch-Makefile >+++ benchmarks/stress-ng/files/patch-Makefile >@@ -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
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 219677
: 183085 |
183086
|
183087