On Fri, Sep 11, 2015 at 01:05:56AM -0700, patrick keshishian wrote: > On 9/11/15, Landry Breuil <lan...@rhaalovely.net> wrote: > > On Fri, Sep 11, 2015 at 12:27:40AM -0700, patrick keshishian wrote: > >> Any interest in this port? I need it for a project. Got it built on amd64 > >> and been testing it with an extract dump from BBBike.org. I'll be > >> expanding my tests as the project progresses. > >> > >> Things I had to tweak: > >> - configure.ac > >> . pickup HAVE_TERMIOS_H so passwords aren't echoed bcak. > >> . add --without-lua option. Lua is option its README says. I > >> figure this should be a FLAVOR > >> - Fixed a few warnings about printf() format strings. > >> - Fixed one warning about unused variable as it ends up inside > >> an #ifdef not compiled. > >> > >> After comments here I'll try and see how much of these changes > >> upstream may accept. > >> > >> Any comments? Did I miss stuff? etc. > > > > Yes, there's interest in this - i thought we already had it but it was > > osm2pgrouting which got recently imported. > > I thought the same and was surprised there wasn't a port > already. > > > I'm a bit surprised that > > all the deps are BDEPs, how is linking done ? > > I see what you mean. Is there a "tool" within the ports > infrastructure that helps sort this stuff out? > > I'll revisit the porter's guide sometime tomorrow and may > have a new tar-ball by the weekend.
make port-lib-depends-check will tell you :) Landry