From 63dcd8625f7c38b8c112448a6cef9c6aa8ab56a1 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 29 Jul 2016 13:29:21 +0000 Subject: [PATCH] Disable one self-test due to strange failures. --- sysutils/e2fsprogs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 8e56993eacc9..c52b8c6f1255 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -81,6 +81,7 @@ PLIST_SUB= NLS="@comment " libintl= .endif +# d_fallocate_blkmap appears to fail on some systems for unknown reasons. post-patch:: # don't build/install libext2fs.info @${REINPLACE_CMD} -e 's/ install-doc-libs$$//' ${WRKSRC}/Makefile.in @@ -90,6 +91,7 @@ post-patch:: @${REINPLACE_CMD} -e 's///' ${WRKSRC}/*/*.c .if empty(PORT_OPTIONS:MALLTESTS) .for i in \ + d_fallocate_blkmap \ f_baddir \ f_bbfile \ f_convert_bmap \