Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:18:35 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: 4ba0c880b86b - main - math/obake: Use USES=compiler:c++20-lang after 5ca22080ae08a6707bbcb9af0529e9d54aa832d5
Message-ID:  <202212300918.2BU9IZiG027270@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=4ba0c880b86be9bd6ae18df7ada50389624cbe35

commit 4ba0c880b86be9bd6ae18df7ada50389624cbe35
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:54:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:29 +0000

    math/obake: Use USES=compiler:c++20-lang after 5ca22080ae08a6707bbcb9af0529e9d54aa832d5
    
    Approved by:    portmgr (blanket)
---
 math/obake/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/obake/Makefile b/math/obake/Makefile
index af31bc9f55a9..6603cc137f90 100644
--- a/math/obake/Makefile
+++ b/math/obake/Makefile
@@ -28,7 +28,7 @@ LIB_DEPENDS=	libabsl_base.so:devel/abseil \
 		libmpfr.so:math/mpfr \
 		libtbb.so:devel/onetbb
 
-USES=		cmake:testing compiler:c++17-lang # need compiler:c++20-lang
+USES=		cmake:testing compiler:c++20-lang
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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