Commit graph

147 commits

Author SHA1 Message Date
Luca Pizzamiglio
609ede3fc9 benchmarks/stress-ng: Update to 0.13.11
Changes: https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2022-02-09 21:22:23 +01:00
Luca Pizzamiglio
e98ea58038 benchmarks/stress-ng: Update to 0.13.10
Changes: https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2022-01-16 12:18:26 +01:00
Daniel Engberg
af708bf9cd benchmarks/stress-ng: Bump PORTREVISION
Bump PORTVERSION due to version bump of security/intel-ipsec-mb
Commit: 5d2007b1ed
2022-01-06 00:26:05 +01:00
Luca Pizzamiglio
76adbd7645 benchmarks/stress-ng: several improvements and fixes
Enable on aarch64
Connect a few libs
Fix build on CURRENT
PR:		260893
Reported by:	Daniel Engberg <diizzy@FreeBSD.org>
2022-01-05 15:33:15 +01:00
Stefan Eßer
7dc5416497 benchmarks/stress-ng: fix build on -CURRENT
The CPU_SET macros in -CURRENT have been made compatible with GLIBC.
A simple test for the new signature of CPU_AND, CPU_OR, ... is the
existence of a CPU_ALLOC macro.

Approved by:    portmgr (implicit)
MFH:            2022Q1
2022-01-03 11:33:58 +01:00
Luca Pizzamiglio
cbb2589f4e benchmarks/stress-ng: fix build on CURRENT,
In CURRENT, the initial configuration detects now support for the
scheduler affinity, enabling the build of an additional stressor.
In this stressor, the CPU_OR macro has 3 arguments (Linux implementation),
while on FreeBSD it has only 2 arguments.

This patch provides the fix

No bumprevision is provided, because it's only fixing CURRENT where the
build was failing.
2021-12-28 18:01:32 +01:00
Luca Pizzamiglio
8776c2bb25 benchmarks/stress-ng: Update to 0.13.09
Changes:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2021-12-28 11:12:39 +01:00
Luca Pizzamiglio
b36aa94edf benchmark/stressn-ng: Update to 0.13.07
Changes: https://github.com/ColinIanKing/stress-ng/blob/V0.13.07/debian/changelog
2021-12-04 23:56:05 +01:00
Luca Pizzamiglio
f206959738 benchmarks/stress-ng: Update to 0.13.06
Changelog:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2021-11-01 11:43:10 +01:00
Luca Pizzamiglio
fee1bfb31c benchmarks/stress-ng: fix fecth
The project moved to Github
2021-10-17 14:23:20 +02:00
Luca Pizzamiglio
c4b16252b1 benchmarks/stress-ng: Update to 0.13.05
While here, remove the man page patch, the GNU extension has been
removed in upstream

Changes:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2021-10-12 22:37:16 +02:00
Luca Pizzamiglio
f4f40ab457 benchmarks/stress-ng: Update to 0.13.04
Changes available at:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog

While updating, import a fix for the man page kindly provided by 0mp

Co-authored-by: Mateusz Piotrowski <0mp@FreeBSD.org>
PR:		PR258105
Reported by:	Graham Perrin <grahamperrin@gmail.com>
2021-10-06 10:19:09 +02:00
Luca Pizzamiglio
6fde971243 benchmarks/stress-ng: Update to 0.13.03
Changes:
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2021-09-18 18:47:11 +02:00
Luca Pizzamiglio
67ebf735af benchmarks/stress-ng: Update to 0.12.12 2021-07-11 23:01:57 +02:00
Luca Pizzamiglio
548a975151 benchmarks/stress-ng: Update to 0.12.11
Changes:
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2021-06-27 12:35:57 +02:00
Luca Pizzamiglio
9d4dbe4df2 benchmarks/stress-ng: Update to 0.12.10 2021-06-13 21:52:32 +02:00
Luca Pizzamiglio
af1e210d65 benchmarks/stress-ng: Update to 0.12.09 2021-05-23 18:36:26 +02:00
Luca Pizzamiglio
337cfe3217 benchmarks/stress-ng: Update to 0.12.08 2021-05-09 23:08:37 +02:00
Luca Pizzamiglio
9408f483f2 benchmarks/stress-ng: Update to 0.12.07 2021-04-28 20:56:28 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Luca Pizzamiglio
7047082ee7 benchmarks/stress-ng: Update to 0.12.06 2021-03-25 20:37:10 +00:00
Luca Pizzamiglio
5b6a6f419f benchmarks/stress-ng: Update to 0.12.05 2021-03-15 12:38:08 +00:00
Luca Pizzamiglio
c7ad82ce44 benchmarks/stress-ng: Update to 0.12.04
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2021-03-04 18:05:32 +00:00
Luca Pizzamiglio
4b0742ebdf benchmarks/stress-ng: update to 0.12.03
changes:
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2021-02-14 14:21:50 +00:00
Luca Pizzamiglio
b55deb9aeb benchmarks/stres-ng: update to 0.12.02
Changes: https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2021-01-22 15:09:38 +00:00
Luca Pizzamiglio
d03c457c2c benchmarks/stress-ng: add option to disable inotify support
The option LIBINOTIFY, on by default, can be used to not build inotify
stressor and install its dependency.

No portrevision bump needed, inotify support was already enable.
2021-01-17 21:18:16 +00:00
Luca Pizzamiglio
3c82ccec64 benchmarks/stress-ng: Add and fix libinotify support
stress-ng supports libinotify. A kevent based implementation can be used
to provide support, fixing a build issue reported in PR 252661

PR:		252661
Reported by:	dewayne@heuristicsystems.com.au
2021-01-15 23:37:53 +00:00
Luca Pizzamiglio
f04ea22ecb benchmarks/stress-ng: update to 0.12.01 2020-12-29 22:09:11 +00:00
Luca Pizzamiglio
32b1ac8d18 benchmarks/stress-ng: Update to 0.12.00
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-12-07 08:53:24 +00:00
Luca Pizzamiglio
6b3ac33e42 benchmarks/stress-ng: Update to 0.11.24
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-11-21 16:56:33 +00:00
Luca Pizzamiglio
036f5218ec benchmarks/stress-ng: Update to 0.11.23
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-11-01 19:51:47 +00:00
Luca Pizzamiglio
c3018beff6 benchmarks/stress-ng: update to 0.11.22
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-10-24 10:23:28 +00:00
Luca Pizzamiglio
9a7b0c2ad2 benchmarks/stress-ng: Update to 0.11.21
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-09-17 19:55:10 +00:00
Luca Pizzamiglio
8d80ca697b benchmakrs/stress-ng: Update to 0.11.20
Updates from 0.11.15 -> 0.11.20
2020-09-13 17:19:57 +00:00
Luca Pizzamiglio
9f36fb40e1 benchmarks/stress-ng: Update to 0.11.15
From 0.11.12 to 0.11.15.
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-07-11 14:21:42 +00:00
Luca Pizzamiglio
7467e9005e benchmarks/stress-ng: Update to 0.11.12
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-06-08 20:22:27 +00:00
Luca Pizzamiglio
c58b941991 benchmarks/stress-ng: Update to 0.11.08
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=b4929e1d92e875dbbf9379ca426ea1daa87dd39c
2020-04-24 10:57:12 +00:00
Luca Pizzamiglio
8b67b1036b benchmarks/stress-ng: Update to 0.11.07
Full changelog (0.11.04 -> 0.11.07):
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog?h=V0.11.07&id=3583c9f26530bcf6448246ab905a52f8f5eb03db
2020-04-02 08:59:52 +00:00
Luca Pizzamiglio
38c33fecce benchmarks/stress-ng: Update to 0.11.04
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=57be813d746ac0961edfb3fe5329403bd8685ac2
2020-03-29 11:18:30 +00:00
Luca Pizzamiglio
756063fab9 benchmakrs/stress-ng: update to 0.11.03
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=13d58612e952c1f9c5dda20bab55568d060b53cb
2020-03-17 11:22:58 +00:00
Luca Pizzamiglio
23915e9626 benchmarks/stress-ng: Update 0.11.00
Changelog: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-02-19 12:36:01 +00:00
Luca Pizzamiglio
36bb325ac1 benchmarks/stress-ng: update to 0.10.15
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=d4a1e7e4af204e1c656bbd043d247c40aaba33da
2020-01-08 14:59:38 +00:00
Luca Pizzamiglio
74ee1dac4d benchmarks/stress-ng: Update to 0.10.13
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=d25fd93b64b537d89f175c0464d660cc31ab39c5
2019-12-11 11:00:15 +00:00
Luca Pizzamiglio
54d58110d2 benchmarks/stress-ng: Update to 0.10.12
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/debian/changelog?id=c98c8ef4f32f047f4b0c5bfbf24abe5a2a1f589f
2019-12-03 14:56:20 +00:00
Luca Pizzamiglio
99a13f8cf6 benchmarks/stress-ng: Update to 0.10.11
https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=a8ae150eee8990217e10076bb63d9603f821c4f8
https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=d77d06276bbf823320ebe24081102a6ca777f1ec
https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=2e66804bee3eaac06e97a6f3dbcea61956aafb8d

Sponsored by:	trivago N.V.
2019-11-25 12:25:10 +00:00
Luca Pizzamiglio
7eb5bcc215 benchmarks/stress-ng: Update to 0.10.08
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=04d90dc4c767bd5ebaca3de7015ef363196b8fd6
2019-10-23 11:41:58 +00:00
Luca Pizzamiglio
3e5134ccd6 benchmarks/stress-ng: Update to 0.10.07
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=4df4465db2cc92a8a8246165c6b135a03fa615dc

Sponsored by:	trivago N.V.
2019-10-15 09:08:32 +00:00
Luca Pizzamiglio
b7e43baf05 benchmarks/stress-ng: update to 0.10.06
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/log/

Sponsored by:	trivago N.V.
2019-09-24 13:33:46 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00