svn commit: r516973 - head/devel/patch

Alexey Dokuchaev danfe at FreeBSD.org
Thu Nov 7 14:01:53 UTC 2019


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, at SHELL@,bash,' \
+	@${REINPLACE_CMD} -e '/^_SHELL =/s, at SHELL@,bash,' \
 		${WRKSRC}/tests/Makefile.in
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list