git: fb954a17f831 - main - science/dynare: Replace USE_GCC=any with USE_GCC=yes

Gerald Pfeifer gerald at FreeBSD.org
Mon Aug 23 20:11:26 UTC 2021


The branch main has been updated by gerald:

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

commit fb954a17f8315b6bfa28b8840b22a2f04cb4846d
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-08-23 20:11:21 +0000
Commit:     Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-08-23 20:11:21 +0000

    science/dynare: 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.)
---
 science/dynare/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index b330b7087826..6a0a984b908d 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS=	epstool:graphics/epstool \
 USES=		bison compiler:c++17-lang fortran gmake localbase tar:xz
 USE_PDFLATEX=	yes
 USE_TEX=	pdftex
-USE_GCC=	any # clang-11 fails: error: reference to local binding 'ii1' declared in enclosing function 'ss2Iteration_pruning'
+USE_GCC=	yes # clang-11 fails: error: reference to local binding 'ii1' declared in enclosing function 'ss2Iteration_pruning'
 		# Clang still doesn't support this c++20 feature, see https://bugs.llvm.org/show_bug.cgi?id=49238
 
 GNU_CONFIGURE=	yes


More information about the dev-commits-ports-main mailing list