Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 13:56:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r514156 - in branches/2019Q4: emulators/citra emulators/yuzu multimedia/kvazaar
Message-ID:  <201910091356.x99DuUXI077502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct  9 13:56:30 2019
New Revision: 514156
URL: https://svnweb.freebsd.org/changeset/ports/514156

Log:
  MFH: r514155
  
  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.
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q4/emulators/citra/Makefile
  branches/2019Q4/emulators/yuzu/Makefile
  branches/2019Q4/multimedia/kvazaar/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/emulators/citra/Makefile
==============================================================================
--- branches/2019Q4/emulators/citra/Makefile	Wed Oct  9 13:52:39 2019	(r514155)
+++ branches/2019Q4/emulators/citra/Makefile	Wed Oct  9 13:56:30 2019	(r514156)
@@ -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: branches/2019Q4/emulators/yuzu/Makefile
==============================================================================
--- branches/2019Q4/emulators/yuzu/Makefile	Wed Oct  9 13:52:39 2019	(r514155)
+++ branches/2019Q4/emulators/yuzu/Makefile	Wed Oct  9 13:56:30 2019	(r514156)
@@ -92,11 +92,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: branches/2019Q4/multimedia/kvazaar/Makefile
==============================================================================
--- branches/2019Q4/multimedia/kvazaar/Makefile	Wed Oct  9 13:52:39 2019	(r514155)
+++ branches/2019Q4/multimedia/kvazaar/Makefile	Wed Oct  9 13:56:30 2019	(r514156)
@@ -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?201910091356.x99DuUXI077502>