head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.48
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.46
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.44
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.42
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.40
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.38
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.36
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.34
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.32
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.30
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.28
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.26
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.24
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.22
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.20
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.18
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.16
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.3.0.14
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.12
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.10
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.8
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.3.0.6
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.3.0.4
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.2
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.1.0.30
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.26
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.24
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.22
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.20
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.18
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.16
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.14
	pkgsrc-2018Q1-base:1.1
	pkgsrc-2017Q4:1.1.0.12
	pkgsrc-2017Q4-base:1.1
	pkgsrc-2017Q3:1.1.0.10
	pkgsrc-2017Q3-base:1.1
	pkgsrc-2017Q2:1.1.0.6
	pkgsrc-2017Q2-base:1.1
	pkgsrc-2017Q1:1.1.0.4
	pkgsrc-2017Q1-base:1.1
	pkgsrc-2016Q4:1.1.0.2
	pkgsrc-2016Q4-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2020.05.20.06.09.09;	author rillig;	state Exp;
branches;
next	1.2;
commitid	YzMn9nHhuSomwW8C;

1.2
date	2020.03.18.17.45.25;	author joerg;	state Exp;
branches;
next	1.1;
commitid	GsrjnJNCcpHCpU0C;

1.1
date	2016.10.09.13.14.06;	author kamil;	state Exp;
branches;
next	;
commitid	ghn7342HEDdxhtpz;


desc
@@


1.3
log
@mark packages that fail with -Werror=char-subscripts

These packages are susceptible to bugs when confronted with non-ASCII
characters.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.

It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
@
text
@# $NetBSD: Makefile,v 1.2 2020/03/18 17:45:25 joerg Exp $

DISTNAME=	veriwell-2.8.7
CATEGORIES=	cad
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=veriwell/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://sourceforge.net/projects/veriwell/
COMMENT=	Verilog Simulator
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
USE_LANGUAGES=	c c++03

TEST_TARGET=	check

# parse.yy:2253:57: error: array subscript has type 'char' [-Werror=char-subscripts]
# parse.yy:2253:85: error: array subscript has type 'char' [-Werror=char-subscripts]
#                 $$ = edge_mask[$1[0]][$1[1]];
# parse.yy:2258:79: error: array subscript has type 'char' [-Werror=char-subscripts]
# parse.yy:2258:108: error: array subscript has type 'char' [-Werror=char-subscripts]
#                 $$ = $3 | edge_mask[$1[0]][$1[1]];
# Maybe fix this later.
BUILDLINK_TRANSFORM+=	rm:-Werror=char-subscripts

.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.2
log
@Not really C++11 ready. Don't define bool/true/false for C++.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2016/10/09 13:14:06 kamil Exp $
d17 9
@


1.1
log
@Import veriwell-2.8.7 as cad/veriwell

VeriWell is a full Verilog simulator. It supports nearly all of the
IEEE1364-1995 standard, as well as PLI 1.0.

Yes, VeriWell *is* the same simulator that was sold by Wellspring Solutions in
the mid-1990 and was included with the Thomas and Moorby book.
@
text
@d1 1
a1 1
# $NetBSD$
d13 1
a13 1
USE_LANGUAGES=	c c++
@

