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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to