Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 21:56:38 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ca6cad1091a - main - www/libnghttp3: Remove USES=compiler:c++17-lang
Message-ID:  <202406062156.456LucDk065890@gitrepo.freebsd.org>

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

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

commit 7ca6cad1091a2ca7e636e31af3005deaf2c0c552
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-06 21:55:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-06 21:56:33 +0000

    www/libnghttp3: Remove USES=compiler:c++17-lang
    
    PR:             274761
    Reported by:    diizzy
---
 www/libnghttp3/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile
index fbb05faf4ae8..b70a0dd10e4f 100644
--- a/www/libnghttp3/Makefile
+++ b/www/libnghttp3/Makefile
@@ -13,12 +13,11 @@ WWW=		https://nghttp2.org/nghttp3/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c++17-lang libtool pathfix pkgconfig tar:xz
+USES=		libtool pathfix pkgconfig tar:xz
 
 CONFIGURE_ARGS=	--enable-lib-only
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_CXXSTD=	c++17
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



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