Date: Mon, 19 Feb 2018 05:18:06 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462277 - head/sysutils/e2fsprogs Message-ID: <201802190518.w1J5I68s030851@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802190518.w1J5I68s030851>