git: bec87bcfeed2 - main - textproc/jq: Revert "textproc/jq: Add USES=bison; Use gsed to fix configuration failure on 15"

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Sat, 09 Sep 2023 06:26:56 UTC
The branch main has been updated by antoine:

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

commit bec87bcfeed2a0d8c6648a9e16818e28f9805b39
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-09-09 06:26:35 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-09-09 06:26:35 +0000

    textproc/jq: Revert "textproc/jq: Add USES=bison; Use gsed to fix configuration failure on 15"
    
    This reverts commit ed03cfc5d231cad6ad16febfb3c1c7da411908d1.
---
 textproc/jq/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile
index 4c90c6f6d562..1c2fc839a539 100644
--- a/textproc/jq/Makefile
+++ b/textproc/jq/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	jq
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	1.7
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,9 +10,7 @@ WWW=		https://stedolan.github.io/jq/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gsed:textproc/gsed
-
-USES=		autoreconf bison cpe gmake libtool
+USES=		autoreconf cpe gmake libtool
 USE_CSTD=	gnu99
 USE_LDCONFIG=	yes
 
@@ -26,8 +23,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}" \
 		--disable-maintainer-mode
 
-BINARY_ALIAS=	sed=${LOCALBASE}/bin/gsed # fixes the build problem on 15: sed: No error: 0; checking for sys/cygwin.h... eval: ${+...}: Bad substitution
-
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check # 3 tests fail, see https://github.com/jqlang/jq/issues/2885