svn commit: r319380 - head/math/libtommath
Martin Wilke
miwi at FreeBSD.org
Wed May 29 15:41:01 UTC 2013
Author: miwi
Date: Wed May 29 15:41:00 2013
New Revision: 319380
URL: http://svnweb.freebsd.org/changeset/ports/319380
Log:
- Disable regression test
Reported by: pointyhat building 2(D)-02:56:27
With hat: portmgr
Modified:
head/math/libtommath/Makefile
Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile Wed May 29 15:24:35 2013 (r319379)
+++ head/math/libtommath/Makefile Wed May 29 15:41:00 2013 (r319380)
@@ -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>
More information about the svn-ports-all
mailing list