From 4805bf3d84ba064796fcaa9a3870afe3fe1ba365 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 17 Dec 2003 16:02:50 +0000 Subject: Update to 20031202 snapshot. Summary of changes listed on ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20031202.txt: Combination 64bit/32bit runtime support now works fully on AMD64 systems; wait on lists of named events now works; there is no longer a common iverilog.conf, instead there are target specific foo.conf files with a new and cleaner format; 64bit values are more portably handled; several synthesis bugs related to the control inputs of flip-flops have been fixed. Committer is marking this BROKEN on 4.x while we investigate install problems. It works on 5.x only for now. PR: ports/60162 Submitted by: Joachim Strombergson (maintainer) --- cad/iverilog/Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'cad/iverilog/Makefile') diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index e805d41232e4..d52bdbf98235 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -7,20 +7,24 @@ # PORTNAME= iverilog -PORTVERSION= 0.7.20031009 +PORTVERSION= 0.7.20031202 CATEGORIES= cad MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/ -DISTNAME= verilog-20031009 +DISTNAME= verilog-20031202 MAINTAINER= watchman@ludd.luth.se COMMENT= A Verilog simulation and synthesis tool -BROKEN= "fails to compile - missing definition of TIME_FMT" - USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= yes -MAN1= iverilog-vpi.1 iverilog.1 vvp.1 +MAN1= iverilog-vpi.1 iverilog.1 vvp.1 iverilog-fpga.1 + +.include + +.if ${OSVERSION} <= 500000 +BROKEN= "Does not install on FreeBSD ${OSVERSION}" +.endif -.include +.include -- cgit v1.2.3