editors/mle: GC no longer needed GNU tools from TEST_DEPENDS

Obsoleted by portability fixes made upstream in May 2020 but
never cleaned up.
This commit is contained in:
Alexey Dokuchaev 2025-05-10 13:31:14 +00:00
parent 5a9b958132
commit b6ed5a7a19
1 changed files with 1 additions and 12 deletions

View File

@ -12,10 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
TEST_DEPENDS= ${LOCALBASE}/bin/gpaste:sysutils/coreutils \
${LOCALBASE}/bin/grep:textproc/gnugrep \
bash:shells/bash \
gfind:misc/findutils
TEST_DEPENDS= bash:shells/bash
USES= compiler:c11 gmake localbase:ldflags shebangfix lua:54
SHEBANG_FILES= tests/func/*.sh tests/run.sh
@ -30,14 +27,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|lua5.4|lua-5.4|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|-O0|-O2|g' ${WRKSRC}/Makefile
# Fix shell commands in tests
@${REINPLACE_CMD} -e 's|find|gfind|g' \
-e 's|grep|${LOCALBASE}/bin/grep|g' \
${WRKSRC}/tests/run.sh \
${WRKSRC}/tests/func/*.sh
@${REINPLACE_CMD} -e 's|p a s t e|g p a s t e|g' \
${WRKSRC}/tests/func/test_lua.sh
# Remove assertions that rely on GNU tooling output
@${REINPLACE_CMD} -e '/shell_line/d' \
${WRKSRC}/tests/func/test_multi_cursor.sh