git: d438d1a3fa51 - main - graphics/ImageMagick6: fix build with TESTS enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Oct 2022 20:16:09 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=d438d1a3fa510978252e9fedd96d8cfe7dd515f6 commit d438d1a3fa510978252e9fedd96d8cfe7dd515f6 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-10-11 19:46:53 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-10-13 20:13:06 +0000 graphics/ImageMagick6: fix build with TESTS enabled Fix by removing circular dependency between targets: install /→/ test → stage → install PR: 266275 Approved by: maintainer timeout --- graphics/ImageMagick6/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index 8aadd23eced7..f8de8231ea99 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -341,8 +341,6 @@ post-install: ${STAGEDIR}${PREFIX}/etc/ImageMagick-6/${i}.sample .endfor -post-install-TESTS-on: test - do-test: -cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} ${_MAKE_JOBS} check