>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 it is, what >> is the process for dealing with libraries as dependencies which don't >> show up in ldconfig -r???? >> >> >> Sevan / Venture37 > > Problem solved > Instead of trying to list the .so file as a dependency, list the .jar > file which is part of jicmp instead. > > BUILD_DEPENDS= ${JAVAJARDIR}/jicmp.jar:${PORTSDIR}/net/jicmp > > > Sevan / Venture37
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. _______________________________________________ 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"