svn commit: r419254 - head/sysutils/e2fsprogs
Matthias Andree
mandree at FreeBSD.org
Fri Jul 29 13:29:22 UTC 2016
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 \
More information about the svn-ports-all
mailing list