aboutsummaryrefslogtreecommitdiffstats
path: root/math/libtommath
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-29 23:41:00 +0800
committermiwi <miwi@FreeBSD.org>2013-05-29 23:41:00 +0800
commit4daba98c3f0be19452cf69db8695b583f9417558 (patch)
treebd67413d4056150d36dda3806e776a71afb5edd9 /math/libtommath
parent7a0f074d4d654d476f84b1cf5ee61c26e3e0a922 (diff)
downloadfreebsd-ports-gnome-4daba98c3f0be19452cf69db8695b583f9417558.tar.gz
freebsd-ports-gnome-4daba98c3f0be19452cf69db8695b583f9417558.tar.zst
freebsd-ports-gnome-4daba98c3f0be19452cf69db8695b583f9417558.zip
- Disable regression test
Reported by: pointyhat building 2(D)-02:56:27 With hat: portmgr
Diffstat (limited to 'math/libtommath')
-rw-r--r--math/libtommath/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index 251705cf1c83..2d59bdc98167 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -45,9 +45,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/tommath.pdf ${DOCSDIR}/
.endif
-regression-test:
- (cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${GMAKE} -f ${MAKEFILE} mtest test; \
- ./mtest/mtest | ./test)
+#regression-test:
+# (cd ${WRKSRC}; \
+# ${SETENV} ${MAKE_ENV} ${GMAKE} -f ${MAKEFILE} mtest test; \
+# ./mtest/mtest | ./test)
.include <bsd.port.mk>