svn commit: r505937 - head/emulators/yuzu

Jan Beich jbeich at FreeBSD.org
Fri Jul 5 20:55:25 UTC 2019


Author: jbeich
Date: Fri Jul  5 20:55:24 2019
New Revision: 505937
URL: https://svnweb.freebsd.org/changeset/ports/505937

Log:
  emulators/yuzu: don't run tests by default on beefy6
  
  Not reproducible in a local 12.0 amd64 poudriere jail:
  =======================<phase: stage          >============================
  ===>  Staging for yuzu-qt5-s20190702
  [0/1] cd /wrkdirs/usr/ports/emulators/yuzu-qt5/work/.build && /usr/local/bin/ctest --force-new-ctest-process
  Test project /wrkdirs/usr/ports/emulators/yuzu-qt5/work/.build
      Start 1: tests
  =>> Killing runaway build after 7200 seconds with no output
  
  Reported by:	pkg-fallout

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

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Fri Jul  5 20:47:46 2019	(r505936)
+++ head/emulators/yuzu/Makefile	Fri Jul  5 20:55:24 2019	(r505937)
@@ -92,8 +92,10 @@ post-patch:
 		-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
 		${WRKSRC}/src/common/scm_rev.cpp.in
 
+.if !defined(MASTERNAME) || ${MASTERNAME} != 120amd64-default # XXX hangs on beefy6
 .ifndef QEMU_EMULATING
 pre-install:	do-test
+.endif
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list