From owner-svn-ports-all@freebsd.org Tue Nov 10 02:56:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61963A29641; Tue, 10 Nov 2015 02:56:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 212B91CB1; Tue, 10 Nov 2015 02:56:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAA2ugET044229; Tue, 10 Nov 2015 02:56:42 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAA2ugnR044226; Tue, 10 Nov 2015 02:56:42 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511100256.tAA2ugnR044226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 10 Nov 2015 02:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401183 - in head/benchmarks/stress-ng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 02:56:43 -0000 Author: junovitch Date: Tue Nov 10 02:56:41 2015 New Revision: 401183 URL: https://svnweb.freebsd.org/changeset/ports/401183 Log: benchmarks/stress-ng: update 0.04.20 -> 0.04.21 - Also remove portion of patch pushed upstream PR: 204309 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo head/benchmarks/stress-ng/files/patch-stress-cpu.c Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Tue Nov 10 02:47:15 2015 (r401182) +++ head/benchmarks/stress-ng/Makefile Tue Nov 10 02:56:41 2015 (r401183) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.04.20 +PORTVERSION= 0.04.21 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Tue Nov 10 02:47:15 2015 (r401182) +++ head/benchmarks/stress-ng/distinfo Tue Nov 10 02:56:41 2015 (r401183) @@ -1,2 +1,2 @@ -SHA256 (stress-ng-0.04.20.tar.gz) = 5b00c23325e46236466e598a977c8ebcd4f786cc0c2e15118004a0462bb6f47f -SIZE (stress-ng-0.04.20.tar.gz) = 236074 +SHA256 (stress-ng-0.04.21.tar.gz) = 1c02e5752349cbf08f5828046786481f8e43180a8e9c3cf8b1f4f41606436004 +SIZE (stress-ng-0.04.21.tar.gz) = 243140 Modified: head/benchmarks/stress-ng/files/patch-stress-cpu.c ============================================================================== --- head/benchmarks/stress-ng/files/patch-stress-cpu.c Tue Nov 10 02:47:15 2015 (r401182) +++ head/benchmarks/stress-ng/files/patch-stress-cpu.c Tue Nov 10 02:56:41 2015 (r401183) @@ -8,31 +8,3 @@ #endif /* -@@ -866,6 +866,7 @@ stress_cpu_fp(_Decimal128, decimal128, s - /* Append floating point literal specifier to literal value */ - #define FP(val, ltype) val ## ltype - -+#if defined(__STDC_IEC_559_COMPLEX__) - /* - * Generic complex stressor macro - */ -@@ -891,6 +892,7 @@ static void HOT OPTIMIZE3 stress_cpu_ ## - stress_cpu_complex(complex float, f, complex_float, csinf, ccosf) - stress_cpu_complex(complex double, , complex_double, csin, ccos) - stress_cpu_complex(complex long double, l, complex_long_double, csinl, ccosl) -+#endif /* __STDC_IEC_559_COMPLEX__ */ - - #define int_float_ops(_ftype, flt_a, flt_b, flt_c, flt_d, \ - _sin, _cos, int_a, int_b, _c1, _c2, _c3) \ -@@ -2058,9 +2060,11 @@ static stress_cpu_stressor_info_t cpu_me - { "ackermann", stress_cpu_ackermann }, - { "bitops", stress_cpu_bitops }, - { "callfunc", stress_cpu_callfunc }, -+#if defined(__STDC_IEC_559_COMPLEX__) - { "cdouble", stress_cpu_complex_double }, - { "cfloat", stress_cpu_complex_float }, - { "clongdouble", stress_cpu_complex_long_double }, -+#endif /* __STDC_IEC_559_COMPLEX__ */ - { "correlate", stress_cpu_correlate }, - { "crc16", stress_cpu_crc16 }, - #if defined(STRESS_FLOAT_DECIMAL)