Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 13:52:40 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514155 - in head: emulators/citra emulators/yuzu multimedia/kvazaar
Message-ID:  <201910091352.x99DqeLk077153@repo.freebsd.org>

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



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