aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2016-07-21 01:44:10 +0800
committermandree <mandree@FreeBSD.org>2016-07-21 01:44:10 +0800
commit9193416007846a12af173539e07bee85197996c4 (patch)
treecac500594068e6e07ba2b00b2a856e79f0390ff4 /sysutils
parent8caacd046f46542ac89ae6ca9b0c486187cc8c19 (diff)
downloadfreebsd-ports-gnome-9193416007846a12af173539e07bee85197996c4.tar.gz
freebsd-ports-gnome-9193416007846a12af173539e07bee85197996c4.tar.zst
freebsd-ports-gnome-9193416007846a12af173539e07bee85197996c4.zip
Do not mark slave ports broken on FreeBSD 11+
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
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