git: 3c450d45e44f - main - math/e-antic: do not depend on google-benchmark v1.9.2

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Tue, 08 Apr 2025 17:52:40 UTC
The branch main has been updated by thierry:

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

commit 3c450d45e44fbe8ad77dbd31d67cb019dcb313bf
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-04-08 17:50:09 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-04-08 17:50:09 +0000

    math/e-antic: do not depend on google-benchmark v1.9.2
    
    Since google-benchmark v1.9.2 compilation fails.
    Remove it for the moment.
    
    Reported by:    pkg-fallout
---
 math/e-antic/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/e-antic/Makefile b/math/e-antic/Makefile
index bf192fd04273..d04d7bb22da5 100644
--- a/math/e-antic/Makefile
+++ b/math/e-antic/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	e-antic
 DISTVERSION=	2.0.2
-PORTREVISION=	5
+PORTREVISION=	6
 #MASTER_SITES=	https://www.labri.fr/perso/vdelecro/e-antic/
 CATEGORIES=	math
 
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libarb.so:math/arb		\
 		libmpfr.so:math/mpfr		\
 		libantic.so:math/antic		\
 		libflint.so:math/flint2		\
-		libbenchmark.so:devel/benchmark	\
 		libboost_thread.so:devel/boost-libs
 
 USES=		autoreconf compiler:c++11-lang gmake libtool localbase	\
@@ -40,6 +39,7 @@ LIBS+=		"-lm"
 GNU_CONFIGURE=	yes
 # pytest requires cppyy, doc requires standardese
 CONFIGURE_ARGS=	--without-byexample	\
+		--without-benchmark	\
 		--without-pytest	\
 		--without-doc
 USE_LDCONFIG=	yes