Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 06:30:26 GMT
From:      Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/70603: [patch] update net/freeradius to 1.0.0
Message-ID:  <200408200630.i7K6UQm7082223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70603; it has been noted by GNATS.

From: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Andrew Thompson <andy@fud.org.nz>
Subject: Re: ports/70603: [patch] update net/freeradius to 1.0.0
Date: Fri, 20 Aug 2004 08:22:27 +0200 (CEST)

 On Fri, 20 Aug 2004, Andrew Thompson wrote:
 
 > Thanks for the improvements, they look good.
 >
 > Volker sent an email about the dependancies, do you know the correct way
 > to do it?
 
 hi,
 
 please see below for a correct libsnmp dependency.
 i couldn't figure that out before, as i have no snmp stuff installed and don't
 really need it. anyway, here comes the correct solution.
 
 .ifdef(WITH_SNMP)
 LIB_DEPENDS+=	snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
 .else
 CONFIGURE_ARGS+=--without-snmp
 .endif
 
 regards
 Joerg



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