Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2019 07:12:52 +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: r506203 - head/emulators/yuzu
Message-ID:  <201907080712.x687CqXI066757@repo.freebsd.org>

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



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