Fri Nov 29 12:53:45 2013 UTC ()
Has race conditions during build.


(joerg)
diff -r1.59 -r1.60 pkgsrc/cad/verilog-current/Makefile

cvs diff -r1.59 -r1.60 pkgsrc/cad/verilog-current/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/cad/verilog-current/Attic/Makefile 2013/07/15 02:02:18 1.59
+++ pkgsrc/cad/verilog-current/Attic/Makefile 2013/11/29 12:53:45 1.60
@@ -1,27 +1,32 @@ @@ -1,27 +1,32 @@
1# $NetBSD: Makefile,v 1.59 2013/07/15 02:02:18 ryoon Exp $ 1# $NetBSD: Makefile,v 1.60 2013/11/29 12:53:45 joerg Exp $
2# 2#
3 3
4DISTNAME= verilog-${SNAPDATE} 4DISTNAME= verilog-${SNAPDATE}
5PKGNAME= verilog-current-${SNAPDATE} 5PKGNAME= verilog-current-${SNAPDATE}
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= cad 7CATEGORIES= cad
8MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/ 8MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/
9 9
10MAINTAINER= dmcmahill@NetBSD.org 10MAINTAINER= dmcmahill@NetBSD.org
11HOMEPAGE= http://icarus.com/eda/verilog/index.html 11HOMEPAGE= http://icarus.com/eda/verilog/index.html
12COMMENT= Verilog simulation and synthesis tool (development snapshot version) 12COMMENT= Verilog simulation and synthesis tool (development snapshot version)
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
 15# In driver:
 16# mkdir: dep: Not a directory
 17# Makefile:76: recipe for target 'dep' failed
 18MAKE_JOBS_SAFE= no
 19
15PKG_INSTALLATION_TYPES= overwrite pkgviews 20PKG_INSTALLATION_TYPES= overwrite pkgviews
16 21
17CONFLICTS+= verilog-[0-9]* 22CONFLICTS+= verilog-[0-9]*
18 23
19GCC_REQD+= 3.0 24GCC_REQD+= 3.0
20USE_LANGUAGES= c c++ 25USE_LANGUAGES= c c++
21 26
22SNAPDATE= 20090923 27SNAPDATE= 20090923
23GNU_CONFIGURE= yes 28GNU_CONFIGURE= yes
24USE_TOOLS+= bison gmake lex 29USE_TOOLS+= bison gmake lex
25CONFIGURE_ARGS+= --without-ipal 30CONFIGURE_ARGS+= --without-ipal
26TEST_DIRS= . 31TEST_DIRS= .
27TEST_TARGET= check 32TEST_TARGET= check