diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-08 03:59:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-08 03:59:36 +0000 |
commit | 85657604aa70012c58d4d4b4c6e7795247d30044 (patch) | |
tree | 3328836a11c81b28f2187001f21023c7605c138f /sysutils | |
parent | 65ea74117cd684eaabb7047ef93da23aa53aef2b (diff) | |
download | ports-85657604aa70012c58d4d4b4c6e7795247d30044.tar.gz ports-85657604aa70012c58d4d4b4c6e7795247d30044.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index d60a3300f310..50ab078dab87 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -22,6 +22,9 @@ PORTSCOUT= ignore # cannot handle the version in the directory 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 +BROKEN_mips= fails to build: Tests failed: f_pre_1970_date_encoding +BROKEN_mips64= fails to build: Tests failed: f_pre_1970_date_encoding +BROKEN_powerpc64= fails to build: Entry '..' in Signal (11) SIGSEGV si_code=SEGV_MAPERR fault addr=0x2434 .endif USES= cpe gmake makeinfo pkgconfig tar:xz |