svn commit: r471977 - head/sysutils/e2fsprogs

Mark Linimon linimon at FreeBSD.org
Fri Jun 8 03:59:37 UTC 2018


Author: linimon
Date: Fri Jun  8 03:59:36 2018
New Revision: 471977
URL: https://svnweb.freebsd.org/changeset/ports/471977

Log:
  Also mark broken on other tier-2 archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Fri Jun  8 03:53:35 2018	(r471976)
+++ head/sysutils/e2fsprogs/Makefile	Fri Jun  8 03:59:36 2018	(r471977)
@@ -22,6 +22,9 @@ PORTSCOUT=	ignore	# cannot handle the version in the d
 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


More information about the svn-ports-all mailing list