From 3bcfb4f1640cd0cda421b0df5cd128b05fd4db48 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 19 Jul 2016 22:28:29 +0000 Subject: [PATCH] Limit BROKEN marks to OPSYS==FreeBSD and extend to ==1100000. Submitted by: marino@ --- sysutils/e2fsprogs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 20ea208511d8..9bc9d756f544 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -135,7 +135,7 @@ post-patch:: .endif .endif -.if ${OSVERSION} > 1100000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 BROKEN=self-test failures on FreeBSD 11+ hint to data corruption issues. .endif