Date: Fri, 29 Jul 2016 13:29:21 +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: r419254 - head/sysutils/e2fsprogs Message-ID: <201607291329.u6TDTLLk097931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Fri Jul 29 13:29:21 2016 New Revision: 419254 URL: https://svnweb.freebsd.org/changeset/ports/419254 Log: Disable one self-test due to strange failures. Modified: head/sysutils/e2fsprogs/Makefile Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Fri Jul 29 13:25:44 2016 (r419253) +++ head/sysutils/e2fsprogs/Makefile Fri Jul 29 13:29:21 2016 (r419254) @@ -81,6 +81,7 @@ PLIST_SUB= NLS="@comment " libintl= .endif +# d_fallocate_blkmap appears to fail on some systems for unknown reasons. post-patch:: # don't build/install libext2fs.info @${REINPLACE_CMD} -e 's/ install-doc-libs$$//' ${WRKSRC}/Makefile.in @@ -90,6 +91,7 @@ post-patch:: @${REINPLACE_CMD} -e 's/<malloc\.h>/<stdlib.h>/' ${WRKSRC}/*/*.c .if empty(PORT_OPTIONS:MALLTESTS) .for i in \ + d_fallocate_blkmap \ f_baddir \ f_bbfile \ f_convert_bmap \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607291329.u6TDTLLk097931>