aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-16 17:45:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-16 17:45:19 +0000
commite574271e8114b9a2a42d2391dc40a4e4ac9ac989 (patch)
treee148d57643874d53b20dcefc3cc0850b0444153d /sysutils
parenta8769f2d58a3d1f60a5112cef76391a6bd9b2041 (diff)
downloadports-e574271e8114b9a2a42d2391dc40a4e4ac9ac989.tar.gz
ports-e574271e8114b9a2a42d2391dc40a4e4ac9ac989.zip
MFH: r565429
Mark BROKEN on FreeBSD 13 and 14 g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1 G_RAID5_LOGREQ(bp, "[done err:%d dat:%02x adr:%p]", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./g_raid5.h:72:18: note: expanded from macro 'G_RAID5_LOGREQ' g_print_bio(bp); \ ~~~~~~~~~~~ ^ /usr/src/sys/geom/geom.h:347:6: note: 'g_print_bio' declared here void g_print_bio(const char *prefix, const struct bio *bp, const char *fmtsuffix, ...) __printflike(3, 4); ^ Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2021Q1/; revision=565430
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/graid5/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/graid5/Makefile b/sysutils/graid5/Makefile
index bd70e444238f..129688d2ad8a 100644
--- a/sysutils/graid5/Makefile
+++ b/sysutils/graid5/Makefile
@@ -11,6 +11,9 @@ COMMENT= RAID5 geom class
LICENSE= BSD2CLAUSE
+BROKEN_FreeBSD_13= g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1
+BROKEN_FreeBSD_14= g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1
+
MAINVERSION=1.3
VERSIONDATE=20140711.62