Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 11:31:04 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Jeremie Le Hen <jeremie@le-hen.org>
Cc:        freebsd-ports@FreeBSD.org, Florent Thoumie <flz@xbsd.org>
Subject:   Re: ngrep and libpcap from ports
Message-ID:  <20050725013104.GM1230@k7.mavetju>
In-Reply-To: <20050722175156.GT39292@obiwan.tataz.chchile.org>
References:  <20050722150032.GP39292@obiwan.tataz.chchile.org> <1122050545.97024.2.camel@cream.xbsd.org> <20050722173215.GR39292@obiwan.tataz.chchile.org> <1122054396.97024.7.camel@cream.xbsd.org> <20050722175156.GT39292@obiwan.tataz.chchile.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 22, 2005 at 07:51:56PM +0200, Jeremie Le Hen wrote:
> Florent,
> 
> > 	Still won't work for you (or people who have libpcap installed 
> > 	from ports and doesn't have WITH_PORTS_LIBPCAP).
> > 
> > 	Something like this would be more appropriate :
> > 
> > 	.if !defined(WITH_PORTS_LIBPCAP)
> > 	# Default behavior
> > 	CONFIGURE_ARGS+= --with-pcap-includes=/usr/include
> > 	.else
> > 	CONFIGURE_ARGS+= --with-pcap-includes=${PREFIX}/include
> > 	LIB_DEPENDS=     pcap.2:${PORTSDIR}/net/libpcap
> > 	.endif
> 
> Yes, of course. Shame on me :-).  I tested both this time, it's OK.
> Thanks for your patience.

I have commited this patch. Thanks for your work!

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |          Weblog: http://weblog.barnet.com.au/edwin/



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