Date: Tue, 30 May 2017 16:02:53 +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: r442096 - head/sysutils/e2fsprogs Message-ID: <201705301602.v4UG2rCY006006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301602.v4UG2rCY006006>