Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2003 19:20:15 +0200 (EET)
From:      Panagiotis Astithas <past@noc.ntua.gr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bms@FreeBSD.org
Subject:   ports/59500: <maintainer update> fix mcl build in -current
Message-ID:  <200311191720.hAJHKFu1067949@noc.ntua.gr>
Resent-Message-ID: <200311200950.hAK9oFGb098901@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59500
>Category:       ports
>Synopsis:       <maintainer update> fix mcl build in -current
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 01:50:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Panagiotis Astithas
>Release:        FreeBSD 5.1-CURRENT-20031116-JPSNAP i386
>Organization:
National Technical University of Athens
>Environment:
System: FreeBSD edgar.noc.ntua.gr 5.1-CURRENT-20031116-JPSNAP FreeBSD 5.1-CURRENT-20031116-JPSNAP #0: Sun Nov 16 03:37:38 GMT 2003 root@ushi.jp.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
The mbone/mcl port does not specify a build dependency in devel/makedepend.
	
>How-To-Repeat:
In -current, try to build the mbone/mcl port.
	
>Fix:
Apply the following patch.

	

--- mcl.patch begins here ---
--- mcl/Makefile.orig	Wed Nov 19 19:02:32 2003
+++ mcl/Makefile	Wed Nov 19 19:09:30 2003
@@ -15,6 +15,7 @@
 MAINTAINER=	past@noc.ntua.gr
 COMMENT=	Implementation of the ALC and NORM Reliable Multicast Protocols
 
+BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend
 USE_GMAKE=	yes
 MAN1=		fcast.1 fcastn.1 mclrecv2.1 mclsend2.1
 MAN2=		mcl_abort.2 mcl_close.2 mcl_ctl.2 mcl_open.2 mcl_recv.2 \
--- mcl.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311191720.hAJHKFu1067949>