freebsd-ports/cad/cvc/Makefile
Lorenzo Salvadore b486b0dd5d
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)
2022-12-03 15:15:24 +01:00

33 lines
780 B
Makefile

PORTNAME= cvc
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.3
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
COMMENT= Circuit Validity Checker
WWW= https://github.com/d-m-bailey/cvc
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= pyinstaller:devel/py-pyinstaller@${PY_FLAVOR} \
bash:shells/bash
USES= autoreconf bison gettext-runtime gettext-tools gmake python readline shebangfix
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
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= d-m-bailey
MAKE_ARGS= INTLLIBS=-lintl
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.mk>