Bug 62073 - Fix port: cad/iverilog
Summary: Fix port: cad/iverilog
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 17:10 UTC by Hiroki Sato
Modified: 2004-01-30 10:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.66 KB, patch)
2004-01-29 17:10 UTC, Hiroki Sato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.