git: c89d38fae834 - main - misc/cuttlefish: Remove USES=dos2unix; Remove pre-test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jun 2023 04:58:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c89d38fae8347cf3bcb438ac2ff2ddf7b52429da commit c89d38fae8347cf3bcb438ac2ff2ddf7b52429da Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-12 04:56:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-12 04:58:25 +0000 misc/cuttlefish: Remove USES=dos2unix; Remove pre-test dos2unix isn't needed any more, and it damaged one png file in the source tree. --- misc/cuttlefish/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/misc/cuttlefish/Makefile b/misc/cuttlefish/Makefile index ac3b1d4aeff0..1b1831600f9c 100644 --- a/misc/cuttlefish/Makefile +++ b/misc/cuttlefish/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libfreeimage.so:graphics/freeimage TEST_DEPENDS= ispc:devel/ispc -USES= cmake:testing compiler:c++11-lang dos2unix +USES= cmake:testing compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= akb825 @@ -34,7 +34,4 @@ CMAKE_TESTING_ON= CUTTLEFISH_BUILD_TESTS # many tests fail, see https://github.c CXXFLAGS_powerpc= -maltivec -pre-test: - ${LN} -s ${WRKSRC}/tool/test/texture.png ${TEST_WRKSRC}/ || true - .include <bsd.port.mk>