FreeBSD Port: libftdi-0.14_1

Steve Franks bahamasfranks at gmail.com
Mon Jan 4 21:40:38 UTC 2010


Hi,

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...

Best,
Steve


More information about the freebsd-ports mailing list