mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
stress_ng, bump version (#10426)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
From 7e2a6de23a1536e2a4607f574f6acbb8d14e75bd Mon Sep 17 00:00:00 2001
|
||||
From 4243803f2a09aeabceae6c7aaf2ae49e5423c654 Mon Sep 17 00:00:00 2001
|
||||
From: David Karoly <david.karoly@outlook.com>
|
||||
Date: Sat, 1 Oct 2022 21:04:09 +0200
|
||||
Subject: stress-touch: fix build
|
||||
|
||||
|
||||
diff --git a/stress-touch.c b/stress-touch.c
|
||||
index dfcfe2c..1648cf4 100644
|
||||
index b59f97e..1f855de 100644
|
||||
--- a/stress-touch.c
|
||||
+++ b/stress-touch.c
|
||||
@@ -187,7 +187,7 @@ static void stress_touch_dir_clean(const stress_args_t *args)
|
||||
@@ -187,7 +187,7 @@ static void stress_touch_dir_clean(stress_args_t *args)
|
||||
if (!dir)
|
||||
return;
|
||||
while ((d = readdir(dir)) != NULL) {
|
||||
@@ -18,5 +18,5 @@ index dfcfe2c..1648cf4 100644
|
||||
|
||||
(void)snprintf(filename, sizeof(filename), "%s/%s\n", tmp, d->d_name);
|
||||
--
|
||||
2.37.3
|
||||
2.43.2
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
From eb5424b865e9b0a93dfac32d5c2d86bd19095c24 Mon Sep 17 00:00:00 2001
|
||||
From 42bb336358bc647e9ee891e7953a641094390c43 Mon Sep 17 00:00:00 2001
|
||||
From: David Karoly <david.karoly@outlook.com>
|
||||
Date: Fri, 26 Nov 2021 17:45:23 +0000
|
||||
Subject: disable too large alignment on 32-bit Haiku
|
||||
|
||||
|
||||
diff --git a/stress-vecfp.c b/stress-vecfp.c
|
||||
index 5277266..f45b189 100644
|
||||
index b2287b2..c0404ed 100644
|
||||
--- a/stress-vecfp.c
|
||||
+++ b/stress-vecfp.c
|
||||
@@ -63,11 +63,19 @@ typedef double (*stress_vecfp_func_t)(
|
||||
@@ -29,5 +29,5 @@ index 5277266..f45b189 100644
|
||||
VEC_TYPE_T(float, 256)
|
||||
VEC_TYPE_T(float, 128)
|
||||
--
|
||||
2.37.3
|
||||
2.43.2
|
||||
|
||||
@@ -36,7 +36,7 @@ LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/ColinIanKing/stress-ng/archive/V$portVersion.zip"
|
||||
SOURCE_DIR="stress-ng-$portVersion"
|
||||
CHECKSUM_SHA256="0f547caafbddb8f73e2308c392592b4ba268c251c7f9f3c1e87fe8aa78e44d21"
|
||||
CHECKSUM_SHA256="79ec651fc36f01a9538a00fd5b9332b1fc166e47df1fc66036731c9a9f58ded1"
|
||||
PATCHES="stress_ng-$portVersion.patchset"
|
||||
|
||||
if [ $effectiveTargetArchitecture = x86 ]; then
|
||||
@@ -60,6 +60,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssp_nonshared$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
Reference in New Issue
Block a user