Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2024 12:48:20 GMT
From:      Igor Ostapenko <igoro@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f0ec11ac76dc - main - devel/kyua: Keep IGNORE off until the alignment with other ports
Message-ID:  <202411281248.4ASCmKED030462@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by igoro:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0ec11ac76dc991d270c867f9db97e24c02d62f3

commit f0ec11ac76dc991d270c867f9db97e24c02d62f3
Author:     Igor Ostapenko <igoro@FreeBSD.org>
AuthorDate: 2024-11-28 12:44:15 +0000
Commit:     Igor Ostapenko <igoro@FreeBSD.org>
CommitDate: 2024-11-28 12:47:18 +0000

    devel/kyua: Keep IGNORE off until the alignment with other ports
    
    Reviewed by:    bofh
    Approved by:    bofh
    Differential Revision:  https://reviews.freebsd.org/D47824
---
 devel/kyua/Makefile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411281248.4ASCmKED030462>