git: 42db3560ac76 - main - math/cado-nfs: Replace USE_GCC=any with USE_GCC=yes
Gerald Pfeifer
gerald at FreeBSD.org
Tue Aug 24 06:54:18 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=42db3560ac768eab87b11e9e80c0041a07b02847
commit 42db3560ac768eab87b11e9e80c0041a07b02847
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-08-24 06:53:58 +0000
Commit: Gerald Pfeifer <gerald at 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
More information about the dev-commits-ports-all
mailing list