pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/ghdl



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 17 15:54:04 UTC 2020

Modified Files:
        pkgsrc/cad/ghdl: Makefile

Log Message:
cad/ghdl: skip portability check


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cad/ghdl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/ghdl/Makefile
diff -u pkgsrc/cad/ghdl/Makefile:1.7 pkgsrc/cad/ghdl/Makefile:1.8
--- pkgsrc/cad/ghdl/Makefile:1.7        Sat Jun  8 11:04:28 2019
+++ pkgsrc/cad/ghdl/Makefile    Sun May 17 15:54:04 2020
@@ -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 @@ HOMEPAGE=     https://sourceforge.net/p/ghdl
 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