Date: Tue, 24 Aug 2021 06:54:18 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42db3560ac76 - main - math/cado-nfs: Replace USE_GCC=any with USE_GCC=yes Message-ID: <202108240654.17O6sIIv098639@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=42db3560ac768eab87b11e9e80c0041a07b02847 commit 42db3560ac768eab87b11e9e80c0041a07b02847 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-08-24 06:53:58 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-08-24 06:53:58 +0000 math/cado-nfs: Replace USE_GCC=any with USE_GCC=yes Since commit 96c17633d90386b5bcf8637bcba99a677184db85 in May 2021 USE_GCC=any is just an old (and odd) way of writing USE_GCC=yes and was deprecated even before. Replace it with USE_GCC=yes. (Ideally USE_GCC was not necessary at all; ports should be converted away from it.) --- math/cado-nfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile index 8e283e998842..f77833c60ed6 100644 --- a/math/cado-nfs/Makefile +++ b/math/cado-nfs/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libecm.so:math/gmp-ecm \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= cmake:noninja compiler:c++11-lang perl5 python shebangfix # noninja because: bad $-escape (literal $ must be written as $$) -USE_GCC= any # fails in clang-11 with various STL and C++ errors. Reported to the upstream author Emmanuel Thomé on 2021-08-13. +USE_GCC= yes # fails in clang-11 with various STL and C++ errors. Reported to the upstream author Emmanuel Thomé on 2021-08-13. USE_GITLAB= yes GL_SITE= https://gitlab.inria.fr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108240654.17O6sIIv098639>