LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r

2009-01-28 Thread Sevan / Venture37
Hi Whilst attempting to create a port for OpenNMS I've hit a wall, one of the dependencies is net/jicmp, the problem I'm having is when attempting to build OpenNMS, jicmp is not detected as being installed & a installation is always attempted & the process bombs out if it is, what is the proce

LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r

2009-01-28 Thread bf
>Sevan / Venture37 wrote: >> Hi >> Whilst attempting to create a port for OpenNMS I've hit a wall, one of >> the dependencies is net/jicmp, the problem I'm having is when attempting >> to build OpenNMS, jicmp is not detected as being installed & a >> installation is always attempted & the proces

Re: LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r

2009-01-28 Thread Sevan / Venture37
Sevan / Venture37 wrote: Hi Whilst attempting to create a port for OpenNMS I've hit a wall, one of the dependencies is net/jicmp, the problem I'm having is when attempting to build OpenNMS, jicmp is not detected as being installed & a installation is always attempted & the process bombs out if

Re: LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r

2009-01-28 Thread Sevan / Venture37
bf wrote: Yes, but you may have to add it to RUN_DEPENDS as well, if your port needs it. And of course you should make sure your port is linking to it properly, both during the build and after installation. b. Yeah, It's listed in the RUN_DEPENDS aswell. the ports build script takes care of

Re: LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r

2009-04-15 Thread Lapo Luchini
bf wrote: >> Sevan / Venture37 wrote: >>> what is the process for dealing with libraries as dependencies >>> which don't show up in ldconfig -r >>> >> Problem solved >> Instead of trying to list the .so file as a dependency, list the .jar >> file which is part of jicmp instead. >> >> BUILD_DE