Date: Thu, 7 Nov 2019 14:01:52 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516973 - head/devel/patch Message-ID: <201911071401.xA7E1qIO012732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Nov 7 14:01:52 2019 New Revision: 516973 URL: https://svnweb.freebsd.org/changeset/ports/516973 Log: Disable the tests temporarily until I figure out how to handle bash(1) dependency properly. Reported by: antoine, kib Modified: head/devel/patch/Makefile Modified: head/devel/patch/Makefile ============================================================================== --- head/devel/patch/Makefile Thu Nov 7 13:40:53 2019 (r516972) +++ head/devel/patch/Makefile Thu Nov 7 14:01:52 2019 (r516973) @@ -25,12 +25,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g CPE_VENDOR= gnu -TEST_TARGET= check +#TEST_TARGET= check PLIST_FILES= bin/gpatch man/man1/gpatch.1.gz post-patch: - ${REINPLACE_CMD} -e '/^SHELL =/s,@SHELL@,bash,' \ + @${REINPLACE_CMD} -e '/^_SHELL =/s,@SHELL@,bash,' \ ${WRKSRC}/tests/Makefile.in .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911071401.xA7E1qIO012732>