Date: Wed, 21 Feb 2018 12:33:59 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462495 - in head/benchmarks/stress-ng: . files Message-ID: <201802211233.w1LCXxKZ039528@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Wed Feb 21 12:33:59 2018 New Revision: 462495 URL: https://svnweb.freebsd.org/changeset/ports/462495 Log: benchmarks/stress-ng: Update to 0.09.16 Include a fix with CLANG < 5.0 Regerate patch 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 Feb 21 12:29:13 2018 (r462494) +++ head/benchmarks/stress-ng/Makefile Wed Feb 21 12:33:59 2018 (r462495) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.09.15 +PORTVERSION= 0.09.16 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ @@ -22,11 +22,6 @@ PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 && ${ARCH} == i386 BROKEN= undefined reference to '__atomic_fetch_add_8' -.endif - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1101000 && ${OSVERSION} < 1200000 && ${ARCH} == amd64 -BUILD_DEPENDS+= clang50:devel/llvm50 -CC= clang50 .endif do-install: Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Wed Feb 21 12:29:13 2018 (r462494) +++ head/benchmarks/stress-ng/distinfo Wed Feb 21 12:33:59 2018 (r462495) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517934977 -SHA256 (stress-ng-0.09.15.tar.xz) = bc212829c62902080f7f88e7dddf0614deb766faa13d5cacf942074ac0f0d724 -SIZE (stress-ng-0.09.15.tar.xz) = 327208 +TIMESTAMP = 1519123575 +SHA256 (stress-ng-0.09.16.tar.xz) = 062a8d8cda9c00ff760c39ae80937f1a4b8d5b7b02264e81ae2ff8babf44deb4 +SIZE (stress-ng-0.09.16.tar.xz) = 327620 Modified: head/benchmarks/stress-ng/files/patch-Makefile ============================================================================== --- head/benchmarks/stress-ng/files/patch-Makefile Wed Feb 21 12:29:13 2018 (r462494) +++ head/benchmarks/stress-ng/files/patch-Makefile Wed Feb 21 12:33:59 2018 (r462495) @@ -1,7 +1,7 @@ ---- Makefile.orig 2017-05-18 12:29:44 UTC +--- Makefile.orig 2018-02-15 17:41:52 UTC +++ Makefile -@@ -21,7 +21,7 @@ VERSION=0.08.02 - # Codename "harmful hardware harasser" +@@ -21,7 +21,7 @@ VERSION=0.09.16 + # Codename "portable pressure producer" # -CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 @@ -9,12 +9,12 @@ # # Pedantic flags -@@ -786,7 +786,7 @@ stress-cpu.o: stress-cpu.c - @rm -f test-decimal.c test-decimal.o +@@ -345,7 +345,7 @@ personality.h: + stress-personality.c: personality.h 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 - @echo $(CC) $(CFLAGS) -c -o $@ $< + @echo CC $< @$(CC) $(CFLAGS) -c -o $@ $<
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802211233.w1LCXxKZ039528>