Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2018 21:58:30 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474141 - head/sysutils/e2fsprogs
Message-ID:  <201807072158.w67LwUOw092592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sat Jul  7 21:58:29 2018
New Revision: 474141
URL: https://svnweb.freebsd.org/changeset/ports/474141

Log:
  sysutils/e2fsprogs: unmark broken on MIPS and ARM:
  
  f_pre_1970_date_encoding self-test passes on MIPS64 w/ releng/11.2.

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Sat Jul  7 21:23:07 2018	(r474140)
+++ head/sysutils/e2fsprogs/Makefile	Sat Jul  7 21:58:29 2018	(r474141)
@@ -19,10 +19,6 @@ LICENSE_DISTFILES_GPLv2=	${DISTNAME}${EXTRACT_SUFX}
 PORTSCOUT=	ignore	# cannot handle the version in the directory
 
 .if !defined(MASTERDIR)
-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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807072158.w67LwUOw092592>