devel/kyua: Keep IGNORE off until the alignment with other ports

Reviewed by:	bofh
Approved by:	bofh
Differential Revision:	https://reviews.freebsd.org/D47824
This commit is contained in:
Igor Ostapenko 2024-11-28 12:44:15 +00:00
parent 1c5c1f0c3a
commit f0ec11ac76

View File

@ -49,11 +49,10 @@ TEST_BUILD_DEPENDS= atf>=0.21:devel/atf
TEST_RUN_DEPENDS= atf>=0.21:devel/atf TEST_RUN_DEPENDS= atf>=0.21:devel/atf
TEST_CONFIGURE_WITH= atf TEST_CONFIGURE_WITH= atf
.include <bsd.port.pre.mk> # TODO: Get back to IGNORE after the alignment with the dependent ports
#.if ${OPSYS} == FreeBSD && ${OSREL:R} >= 14
.if ${OPSYS} == FreeBSD && ${OSREL:R} >= 14 #IGNORE= kyua from base must be used for FreeBSD 14.x and newer
IGNORE= kyua from base must be used for FreeBSD 14.x and newer #.endif
.endif
post-install: post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/kyua @${MKDIR} ${STAGEDIR}${PREFIX}/etc/kyua
@ -62,4 +61,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/Kyuafile.top \ ${INSTALL_DATA} ${WRKSRC}/examples/Kyuafile.top \
${STAGEDIR}${PREFIX}/tests/Kyuafile ${STAGEDIR}${PREFIX}/tests/Kyuafile
.include <bsd.port.post.mk> .include <bsd.port.mk>