From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15BED138334 for ; Tue, 4 Sep 2018 22:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FA5EE08AB; Tue, 4 Sep 2018 22:32:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF134E08AB for ; Tue, 4 Sep 2018 22:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78458335CC9 for ; Tue, 4 Sep 2018 22:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C235E3CC for ; Tue, 4 Sep 2018 22:32:16 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1536100313.84b5be12bbc52f89716f812937d0e5525de18629.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/files/, app-benchmarks/stress-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress-ng/files/stress-ng-0.09.31-makefile.patch app-benchmarks/stress-ng/files/stress-ng-0.09.38-makefile.patch app-benchmarks/stress-ng/stress-ng-0.09.38.ebuild X-VCS-Directories: app-benchmarks/stress-ng/files/ app-benchmarks/stress-ng/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 84b5be12bbc52f89716f812937d0e5525de18629 X-VCS-Branch: master Date: Tue, 4 Sep 2018 22:32:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6a5a1b4-da20-4059-8329-1198cafdb939 X-Archives-Hash: 601283df8905b5ff6b07db4dccaa4ae8 commit: 84b5be12bbc52f89716f812937d0e5525de18629 Author: Conrad Kostecki kostecki com> AuthorDate: Sat Sep 1 12:56:47 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Sep 4 22:31:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b5be12 app-benchmarks/stress-ng: update makefile patch. Closes: https://bugs.gentoo.org/665010 Package-Manager: Portage-2.3.48, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9751 ...makefile.patch => stress-ng-0.09.38-makefile.patch} | 18 +++++++++--------- app-benchmarks/stress-ng/stress-ng-0.09.38.ebuild | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-benchmarks/stress-ng/files/stress-ng-0.09.31-makefile.patch b/app-benchmarks/stress-ng/files/stress-ng-0.09.38-makefile.patch similarity index 84% rename from app-benchmarks/stress-ng/files/stress-ng-0.09.31-makefile.patch rename to app-benchmarks/stress-ng/files/stress-ng-0.09.38-makefile.patch index 633c6db1b3f..6a36bc4adaf 100644 --- a/app-benchmarks/stress-ng/files/stress-ng-0.09.31-makefile.patch +++ b/app-benchmarks/stress-ng/files/stress-ng-0.09.38-makefile.patch @@ -1,5 +1,5 @@ ---- a/Makefile 2018-06-21 15:39:27.000000000 +0200 -+++ b/Makefile 2018-06-24 14:46:41.773596760 +0200 +--- a/Makefile 2018-08-23 17:55:27.000000000 +0200 ++++ b/Makefile 2018-09-01 14:46:51.000000000 +0200 @@ -21,7 +21,7 @@ # Codename "portable pressure producer" # @@ -9,7 +9,7 @@ # # Pedantic flags -@@ -319,12 +319,10 @@ +@@ -337,12 +337,10 @@ .o: stress-ng.h Makefile .c.o: stress-ng.h Makefile $(SRC) @@ -17,14 +17,14 @@ - @$(CC) $(CFLAGS) -c -o $@ $< + $(CC) $(CFLAGS) -c -o $@ $< - stress-ng: info $(OBJS) + stress-ng: $(OBJS) - @echo "LD $@" - @$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@ + $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@ @sync - .PHONY: info -@@ -344,8 +342,7 @@ + makeconfig: +@@ -363,8 +361,7 @@ sed '$$ s/.$$//' >> apparmor-data.c @echo "};" >> apparmor-data.c @echo "const size_t g_apparmor_data_len = sizeof(g_apparmor_data);" >> apparmor-data.c @@ -34,7 +34,7 @@ @rm -rf apparmor-data.c apparmor-data.bin # -@@ -360,12 +357,10 @@ +@@ -379,12 +376,10 @@ perf.o: perf.c perf-event.c @$(CC) $(CFLAGS) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | \ awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h @@ -49,8 +49,8 @@ @touch stress-ng.c $(OBJS): stress-ng.h Makefile -@@ -405,10 +400,10 @@ - STRESS_NG=./stress-ng debian/tests/fast-test-all +@@ -428,10 +423,10 @@ + ./stress-ng --seq 0 -t 15 --pathological --verbose --times --tz --metrics .PHONY: install -install: stress-ng stress-ng.1.gz diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.38.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.38.ebuild index ce7b1343e7d..66c8efa4f87 100644 --- a/app-benchmarks/stress-ng/stress-ng-0.09.38.ebuild +++ b/app-benchmarks/stress-ng/stress-ng-0.09.38.ebuild @@ -25,4 +25,4 @@ RDEPEND="${DEPEND}" DOCS=( "README" "README.Android" "TODO" "syscalls.txt" ) -PATCHES=( "${FILESDIR}/${PN}-0.09.31-makefile.patch" ) +PATCHES=( "${FILESDIR}/${P}-makefile.patch" )