Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 15:41:01 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319380 - head/math/libtommath
Message-ID:  <201305291541.r4TFf1PO037359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305291541.r4TFf1PO037359>