freebsd-ports/sysutils/graid5/Makefile
Antoine Brodin 4bde2c9822 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
2021-02-16 17:45:00 +00:00

34 lines
835 B
Makefile

# Created by: Lev Serebryakov <lev@FreeBSD.org>
# $FreeBSD$
PORTNAME= graid5
PORTVERSION= ${MAINVERSION}.${VERSIONDATE}
CATEGORIES= sysutils
MASTER_SITES= http://lev.serebryakov.spb.ru/download/graid5/
MAINTAINER= lev@FreeBSD.org
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
MAKE_ENV+= KMODDIR=${KMODDIR} SRC_BASE=${SRC_BASE}
USES= tar:bzip2 kmod uidfix
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sbin/geom/Makefile)
IGNORE= requires sbin source files
.endif
pre-install:
${MKDIR} ${STAGEDIR}/lib/geom
${MKDIR} ${STAGEDIR}/sbin
.include <bsd.port.post.mk>