svn commit: r514156 - in branches/2019Q4: emulators/citra emulators/yuzu multimedia/kvazaar
Jan Beich
jbeich at FreeBSD.org
Wed Oct 9 13:56:31 UTC 2019
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
More information about the svn-ports-branches
mailing list