Bug 59500

Summary: <maintainer update> fix mcl build in -current
Product: Ports & Packages Reporter: Panagiotis Astithas <past>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me CC: bms
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mcl.patch none

Description Panagiotis Astithas 2003-11-20 09:50:14 UTC
The mbone/mcl port does not specify a build dependency in devel/makedepend.

Fix: Apply the following patch.

	
How-To-Repeat: In -current, try to build the mbone/mcl port.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-20 10:03:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll take this.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-20 10:10:47 UTC
> +BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend

I think you wanted dependency on makedepend from imake-4 package?
devel/makedepend comes from cyrus-imapd and gives me warnings on build,
with XFree86's makedepend it builds cleanly.

What do you think?

-- 
Pav Lucistnik <pav@FreeBSD.org>
              <pav@oook.cz>
Comment 3 Panagiotis Astithas 2003-11-20 10:47:45 UTC
You are quite right. I just tried to be smart and avoid the dependency on 
imake, since it is quite larger and USE_IMAKE didn't do what I thought it 
would. Since devel/makedepend is not the same, please use the one from devel/
imake-4.

Thanks,
-- 
Panagiotis Astithas
Electrical & Computer Engineer, PhD
Network Management Center
National Technical University of Athens, Greece
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-20 20:57:02 UTC
State Changed
From-To: open->closed

Committed, thanks!