svn commit: r442096 - head/sysutils/e2fsprogs

Mark Linimon linimon at FreeBSD.org
Tue May 30 16:02:54 UTC 2017


Author: linimon
Date: Tue May 30 16:02:52 2017
New Revision: 442096
URL: https://svnweb.freebsd.org/changeset/ports/442096

Log:
  This port itself fails on tier-2, but its slave port does not.
  I had not noticed it had a working slave port.
  
  Noticed by:	mmel
  Approved by:	portmgr (tier-2 blanket)
  Pointy hat to:	linimon

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Tue May 30 15:23:16 2017	(r442095)
+++ head/sysutils/e2fsprogs/Makefile	Tue May 30 16:02:52 2017	(r442096)
@@ -14,12 +14,6 @@ LICENSE=	GPLv2
 
 PORTSCOUT=	ignore	# cannot handle the version in the directory
 
-BROKEN_aarch64=		fails to link: missing sbrk
-BROKEN_armv6=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
-BROKEN_mips=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
-BROKEN_mips64=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
-BROKEN_powerpc64=	fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV
-
 USES=		cpe gmake pkgconfig tar:xz
 CPE_VENDOR=	e2fsprogs_project
 USE_CSTD=	gnu99
@@ -36,6 +30,12 @@ OPTIONS_DEFINE=		DOCS NLS
 OPTIONS_EXCLUDE+=	EXAMPLES
 
 BUILD_DEPENDS+=	gdd:sysutils/coreutils
+
+BROKEN_aarch64=		fails to link: missing sbrk
+BROKEN_armv6=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
+BROKEN_mips=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
+BROKEN_mips64=		fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding
+BROKEN_powerpc64=	fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV
 
 PORTDOCS=	NOTICE README RELEASE-NOTES SUBMITTING-PATCHES
 


More information about the svn-ports-all mailing list