svn commit: r447864 - head/sysutils/e2fsprogs

Matthias Andree mandree at FreeBSD.org
Sat Aug 12 21:50:00 UTC 2017


Author: mandree
Date: Sat Aug 12 21:49:59 2017
New Revision: 447864
URL: https://svnweb.freebsd.org/changeset/ports/447864

Log:
  Reenable four architectures for now.

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Sat Aug 12 21:49:49 2017	(r447863)
+++ head/sysutils/e2fsprogs/Makefile	Sat Aug 12 21:49:59 2017	(r447864)
@@ -36,10 +36,10 @@ OPTIONS_EXCLUDE+=	EXAMPLES
 BUILD_DEPENDS+=	gdd:sysutils/coreutils
 
 BROKEN_aarch64=		fails to link: missing sbrk
-BROKEN_armv6=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
-BROKEN_mips=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
-BROKEN_mips64=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
-BROKEN_powerpc64=	fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV
+#BROKEN_armv6=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
+#BROKEN_mips=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
+#BROKEN_mips64=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
+#BROKEN_powerpc64=	fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV
 
 PORTDOCS=	NOTICE README RELEASE-NOTES SUBMITTING-PATCHES
 


More information about the svn-ports-all mailing list