Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/ghdl cad/ghdl: skip portability check



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fad4f2ab3bc
branches:  trunk
changeset: 431928:6fad4f2ab3bc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 17 15:54:04 2020 +0000

description:
cad/ghdl: skip portability check

diffstat:

 cad/ghdl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e8d067443ee7 -r 6fad4f2ab3bc cad/ghdl/Makefile
--- a/cad/ghdl/Makefile Sun May 17 15:52:18 2020 +0000
+++ b/cad/ghdl/Makefile Sun May 17 15:54:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/06/08 11:04:28 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/17 15:54:04 rillig Exp $
 
 GCCVER=                4.9.2
 DISTNAME=      ghdl-0.32rc1
@@ -16,6 +16,8 @@
 COMMENT=       Open-source simulator for the VHDL language
 LICENSE=       gnu-gpl-v2
 
+CHECK_PORTABILITY_SKIP+=       contrib/*
+
 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
 # use makeinfo from pkgsrc/devel/gtexinfo.
 TOOL_DEPENDS+=         gtexinfo>=5.1:../../devel/gtexinfo



Home | Main Index | Thread Index | Old Index