From 5f960f0d47a7e00c2ab4b8507a3436efbedff691 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Jul 2016 17:44:10 +0000 Subject: Do not mark slave ports broken on FreeBSD 11+ --- sysutils/e2fsprogs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/e2fsprogs') diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 9bc9d756f544..8e56993eacc9 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -135,11 +135,11 @@ post-patch:: .endif .endif +.if ${MASTERDIR} == ${.CURDIR} .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 BROKEN=self-test failures on FreeBSD 11+ hint to data corruption issues. .endif -.if ${MASTERDIR} == ${.CURDIR} pre-build: # fix up Makefile ordering for parallel builds cd ${WRKSRC}/lib/et && ${DO_MAKE_BUILD} compile_et -- cgit v1.2.3