Bug 62073

Summary: Fix port: cad/iverilog
Product: Ports & Packages Reporter: Hiroki Sato <hrs>
Component: Individual Port(s)Assignee: Mark Linimon <linimon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Hiroki Sato freebsd_committer freebsd_triage 2004-01-29 17:10:20 UTC
	Remove the BROKEN line in the case of ${OSVERSION} <= 500000.
	The install-related error has occurred because of the lack of PRIu64
	definition in FreeBSD 4.x.  The attached patch is for adding
	several "#define"s into _pli_types.h.in and should fix the problem.

How-To-Repeat: 	N/A
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-01-30 09:32:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->linimon

Take.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-01-30 10:30:16 UTC
State Changed
From-To: open->closed

Committed, thanks for helping us out on this one.