git: b486b0dd5d4a - main - cad/cvc: Set USE_GCC=11

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Sat, 03 Dec 2022 14:15:40 UTC
The branch main has been updated by salvadore:

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

commit b486b0dd5d4ae8b6b21865b409ed2953cf477fd9
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-16 21:51:36 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-12-03 14:15:24 +0000

    cad/cvc: Set USE_GCC=11
    
    The build fails with GCC 12, which is soon to become GCC_DEFAULT.
    
    PR:             266189
    Reported by:    exp-run (antoine)
    Approved by:    maintainer timeout (yuri, 2 weeks)
---
 cad/cvc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cad/cvc/Makefile b/cad/cvc/Makefile
index ca008568ec0f..5486a92a2ee3 100644
--- a/cad/cvc/Makefile
+++ b/cad/cvc/Makefile
@@ -14,7 +14,8 @@ BUILD_DEPENDS=	pyinstaller:devel/py-pyinstaller@${PY_FLAVOR} \
 		bash:shells/bash
 
 USES=		autoreconf bison gettext-runtime gettext-tools gmake python readline shebangfix
-USE_GCC=	yes # clang fails, see https://github.com/d-m-bailey/cvc/issues/239
+USE_GCC=	11 # clang fails, see https://github.com/d-m-bailey/cvc/issues/239
+		   # GCC 12 fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266189
 
 SHEBANG_FILES=	scripts/calibre_cvc scripts/clean_cvc_log scripts/expand_cells.py