svn commit: r506203 - head/emulators/yuzu

Jan Beich jbeich at FreeBSD.org
Mon Jul 8 07:12:53 UTC 2019


Author: jbeich
Date: Mon Jul  8 07:12:52 2019
New Revision: 506203
URL: https://svnweb.freebsd.org/changeset/ports/506203

Log:
  emulators/yuzu: beefy2 is also affected

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

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Mon Jul  8 06:12:02 2019	(r506202)
+++ head/emulators/yuzu/Makefile	Mon Jul  8 07:12:52 2019	(r506203)
@@ -92,7 +92,8 @@ 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
+# 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


More information about the svn-ports-all mailing list