Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2023 04:14:56 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ab8d7b57421b - main - textproc/jq: Add tests; Improve formatting
Message-ID:  <202309080414.3884Euqr044106@gitrepo.freebsd.org>

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

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

commit ab8d7b57421b97008bf882af75f7b0f2934aaed0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-09-08 04:14:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-09-08 04:14:34 +0000

    textproc/jq: Add tests; Improve formatting
---
 textproc/jq/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile
index 8686097fcaaf..1c2fc839a539 100644
--- a/textproc/jq/Makefile
+++ b/textproc/jq/Makefile
@@ -11,15 +11,20 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf cpe gmake libtool
+USE_CSTD=	gnu99
+USE_LDCONFIG=	yes
+
 CPE_VENDOR=	${PORTNAME}_project
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	stedolan
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}" \
 		--disable-maintainer-mode
-USE_CSTD=	gnu99
-USE_LDCONFIG=	yes
+
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check # 3 tests fail, see https://github.com/jqlang/jq/issues/2885
 
 PORTDOCS=	*
 



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