Sat Oct 8 14:45:25 2016 UTC ()
Drop conflict with nonexistent covered-current


(kamil)
diff -r1.23 -r1.24 pkgsrc/cad/covered/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/cad/covered/Makefile (expand / switch to unified diff)

--- pkgsrc/cad/covered/Makefile 2016/10/08 14:38:43 1.23
+++ pkgsrc/cad/covered/Makefile 2016/10/08 14:45:25 1.24
@@ -1,29 +1,27 @@ @@ -1,29 +1,27 @@
1# $NetBSD: Makefile,v 1.23 2016/10/08 14:38:43 kamil Exp $ 1# $NetBSD: Makefile,v 1.24 2016/10/08 14:45:25 kamil Exp $
2# 2#
3 3
4DISTNAME= covered-0.4.7 4DISTNAME= covered-0.4.7
5PKGREVISION= 6 5PKGREVISION= 6
6CATEGORIES= cad 6CATEGORIES= cad
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=covered/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=covered/}
8 8
9MAINTAINER= dmcmahill@NetBSD.org 9MAINTAINER= dmcmahill@NetBSD.org
10HOMEPAGE= http://covered.sourceforge.net/ 10HOMEPAGE= http://covered.sourceforge.net/
11COMMENT= Verilog code coverage analyzer (stable release version) 11COMMENT= Verilog code coverage analyzer (stable release version)
12 12
13DEPENDS+= verilog-[0-9]*:../../cad/verilog 13DEPENDS+= verilog-[0-9]*:../../cad/verilog
14 14
15CONFLICTS+= covered-current-[0-9]* 
16 
17GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
18USE_TOOLS+= bison gmake lex 16USE_TOOLS+= bison gmake lex
19 17
20REPLACE_INTERPRETER+= WISH 18REPLACE_INTERPRETER+= WISH
21REPLACE.WISH.old= .*wish 19REPLACE.WISH.old= .*wish
22REPLACE.WISH.new= ${PREFIX}/bin/wish 20REPLACE.WISH.new= ${PREFIX}/bin/wish
23REPLACE_FILES.WISH= scripts/main_view.tcl 21REPLACE_FILES.WISH= scripts/main_view.tcl
24REPLACE_FILES.WISH+= scripts/menu_create.tcl 22REPLACE_FILES.WISH+= scripts/menu_create.tcl
25REPLACE_FILES.WISH+= scripts/preferences.tcl 23REPLACE_FILES.WISH+= scripts/preferences.tcl
26REPLACE_FILES.WISH+= scripts/summary.tcl 24REPLACE_FILES.WISH+= scripts/summary.tcl
27 25
28# we use this hack of setting a cache variable because 26# we use this hack of setting a cache variable because
29# the configure script uses AC_PATH_PROG to try and find 27# the configure script uses AC_PATH_PROG to try and find