svn commit: r462277 - head/sysutils/e2fsprogs
Mark Linimon
linimon at FreeBSD.org
Mon Feb 19 05:18:07 UTC 2018
Author: linimon
Date: Mon Feb 19 05:18:06 2018
New Revision: 462277
URL: https://svnweb.freebsd.org/changeset/ports/462277
Log:
Mark broken on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Modified:
head/sysutils/e2fsprogs/Makefile
Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile Mon Feb 19 04:25:17 2018 (r462276)
+++ head/sysutils/e2fsprogs/Makefile Mon Feb 19 05:18:06 2018 (r462277)
@@ -20,6 +20,8 @@ PORTSCOUT= ignore # cannot handle the version in the d
.if !defined(MASTERDIR)
BROKEN_aarch64= fails to link: missing sbrk
+BROKEN_armv6= fails to build: Tests failed: f_pre_1970_date_encoding
+BROKEN_armv7= fails to build: Tests failed: f_pre_1970_date_encoding
.endif
USES= cpe gmake makeinfo pkgconfig tar:xz
More information about the svn-ports-all
mailing list