aboutsummaryrefslogtreecommitdiff
path: root/sysutils/graid5
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-16 17:45:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-16 17:45:00 +0000
commit4bde2c9822ff71fd07472d313fe3b78c9d521a44 (patch)
tree8f382da06d4b229b1c442b431966c70bb4c4c5e2 /sysutils/graid5
parent27963d8b9094f682e80638bf94a45bdcb3129ca7 (diff)
downloadports-4bde2c9822ff71fd07472d313fe3b78c9d521a44.tar.gz
ports-4bde2c9822ff71fd07472d313fe3b78c9d521a44.zip
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 MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=565429
Diffstat (limited to 'sysutils/graid5')
-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