Date: Fri, 8 Jan 2010 11:38:43 +0200 From: Alexandr Davidenko <o.davydenko@gmail.com> To: Steve Franks <bahamasfranks@gmail.com> Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: libftdi-0.14_1 Message-ID: <20100108093843.GE50567@and.visti.net> In-Reply-To: <539c60b91001041340m4e81316cx1137c39ac47d7884@mail.gmail.com> References: <539c60b91001041340m4e81316cx1137c39ac47d7884@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100108093843.GE50567>