Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2015 02:56:41 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
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
Message-ID:  <201511100256.tAA2ugnR044226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511100256.tAA2ugnR044226>