sphinxsearch-0.9.9 now has the capability to use ODBC drivers for DB access. This was added with 0.9.9 but missed at the time the port was recently updated. Unfortunately it seems sphinxsearch *only* supports compilation with databases/unixODBC and not with databases/libiodbc -- furthermore, if databases/libiodbc is installed its presence is sufficient to fool sphinxsearch's configure autodetection-fu and break compilation. My thanks to Mike Harding for bringing this to my attention. I have now added an OPTION to toggle unixODBC support: it is off by default which will allow sphinxsearch to co-exist with databases/libiodbc (but without any ODBC functionality). Turning it on will add a dependency on unixODBC, and potentially CONFLICTS with libiodbc.
State Changed From-To: open->closed Committed, thanks!
pav 2009-12-07 08:42:42 UTC FreeBSD ports repository Modified files: textproc/sphinxsearch Makefile Log: - Add unixODBC option PR: ports/141231 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Revision Changes Path 1.12 +9 -1 ports/textproc/sphinxsearch/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"