svn commit: r514155 - in head: emulators/citra emulators/yuzu multimedia/kvazaar

Jan Beich jbeich at FreeBSD.org
Wed Oct 9 13:52:41 UTC 2019


Author: jbeich
Date: Wed Oct  9 13:52:39 2019
New Revision: 514155
URL: https://svnweb.freebsd.org/changeset/ports/514155

Log:
  Don't run tests by default in my ports
  
  Yuzu tests frequently time out and didn't find r513863. More
  comprehensive tests tend to have extra dependencies and are behind
  non-default TEST option, anyway.

Modified:
  head/emulators/citra/Makefile   (contents, props changed)
  head/emulators/yuzu/Makefile   (contents, props changed)
  head/multimedia/kvazaar/Makefile   (contents, props changed)

Modified: head/emulators/citra/Makefile
==============================================================================
--- head/emulators/citra/Makefile	Wed Oct  9 13:52:32 2019	(r514154)
+++ head/emulators/citra/Makefile	Wed Oct  9 13:52:39 2019	(r514155)
@@ -90,8 +90,4 @@ post-patch:
 		-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
 		${WRKSRC}/src/common/scm_rev.cpp.in
 
-.ifndef QEMU_EMULATING
-pre-install:	do-test
-.endif
-
 .include <bsd.port.mk>

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Wed Oct  9 13:52:32 2019	(r514154)
+++ head/emulators/yuzu/Makefile	Wed Oct  9 13:52:39 2019	(r514155)
@@ -94,11 +94,4 @@ post-patch:
 		-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
 		${WRKSRC}/src/common/scm_rev.cpp.in
 
-# XXX Hangs on beefy2 and beefy6 but cannot be reproduced locally
-.if !defined(MASTERNAME) || (${MASTERNAME} != 120amd64-default && ${MASTERNAME} != 120amd64-quarterly)
-.ifndef QEMU_EMULATING
-pre-install:	do-test
-.endif
-.endif
-
 .include <bsd.port.mk>

Modified: head/multimedia/kvazaar/Makefile
==============================================================================
--- head/multimedia/kvazaar/Makefile	Wed Oct  9 13:52:32 2019	(r514154)
+++ head/multimedia/kvazaar/Makefile	Wed Oct  9 13:52:39 2019	(r514155)
@@ -44,9 +44,4 @@ post-patch:
 		-e '/AM_INIT_AUTOMAKE/s/])/ serial-tests&/' \
 		${WRKSRC}/configure.ac
 
-pre-install:	do-test
-
 .include <bsd.port.mk>
-
-# XXX test_external_symbols.sh fails with CRYPTOPP=on
-do-test:	.IGNORE


More information about the svn-ports-head mailing list