svn commit: r418844 - head/sysutils/e2fsprogs

Matthias Andree mandree at FreeBSD.org
Wed Jul 20 17:44:12 UTC 2016


Author: mandree
Date: Wed Jul 20 17:44:10 2016
New Revision: 418844
URL: https://svnweb.freebsd.org/changeset/ports/418844

Log:
  Do not mark slave ports broken on FreeBSD 11+

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Wed Jul 20 17:07:55 2016	(r418843)
+++ head/sysutils/e2fsprogs/Makefile	Wed Jul 20 17:44:10 2016	(r418844)
@@ -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


More information about the svn-ports-all mailing list