Date: Mon, 5 Oct 2020 12:24:29 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r551488 - in branches/2020Q4/devel/bmake: . files Message-ID: <202010051224.095COThe076874@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Mon Oct 5 12:24:29 2020 New Revision: 551488 URL: https://svnweb.freebsd.org/changeset/ports/551488 Log: MFH: r551474 devel/bmake: disable cmd-interrupt test in batch builds This fixes the build under modern poudriere, but continues to run the test in all other environments so that we *can* catch issues here if they arise. The breakage should get fixed on the poudriere or base sh(1) side, but this will not necessarily be done soon. Reported by: mjg Approved by: portmgr (implicit, bulk fix) Approved by: ports-secteam (implicit, build fix) Added: branches/2020Q4/devel/bmake/files/ - copied from r551474, head/devel/bmake/files/ Modified: branches/2020Q4/devel/bmake/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/devel/bmake/Makefile ============================================================================== --- branches/2020Q4/devel/bmake/Makefile Mon Oct 5 11:51:43 2020 (r551487) +++ branches/2020Q4/devel/bmake/Makefile Mon Oct 5 12:24:29 2020 (r551488) @@ -17,6 +17,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE} +.if defined(BATCH) +EXTRA_PATCHES= ${FILESDIR}/extrapatch-unit-tests_Makefile +.endif + post-patch: .SILENT ${REINPLACE_CMD} 's/^\.Nx/NetBSD/' ${WRKDIR}/bmake/bmake.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010051224.095COThe076874>