FreeBSD Port: libftdi-0.14_1

Alexandr Davidenko o.davydenko at gmail.com
Fri Jan 8 09:52:02 UTC 2010


Hi!

Written by Steve Franks at 2010 January 04 14:40:32 (-0700)
> It seems our libftdi is several versions behind (current is 0.17).
> 
> I'm no expert, but I got 0.17 to build by adding the following to
> /usr/ports/devel/libftdi/Makefile:
> 
>     WITH_BOOST=yes
>     CONFIGURE_ARGS+=--with-boost=/usr/local/include/boost
>     CFLAGS+=-I${LOCALBASE}/include -L${LOCALBASE}/lib
>     CXXFLAGS+=-I${LOCALBASE}/include -L${LOCALBASE}/lib
> 
> I'm not sure which of those are canonically required, I'm a noob as
> far as freebsd.
> 
> Also, I changed to (obviously):
> 
>     PORTVERSION=	0.17
> 
> I thought I'd run it by you before submitting a pr, since maybe I'm
> missing something...

"--with-boost=${LOCALBASE}/include/boost" will be better, than
"--with-boost=/usr/local/include/boost"
 
-- 
WBR,
	Davidenko Alexandr


More information about the freebsd-ports mailing list