svn commit: r551488 - in branches/2020Q4/devel/bmake: . files
Kyle Evans
kevans at FreeBSD.org
Mon Oct 5 12:24:30 UTC 2020
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
More information about the svn-ports-all
mailing list