Update to the new release version 0.9.7 From the announcement message at http://www.sphinxsearch.com/ Apr 02, 2007 - Sphinx 0.9.7 released Sphinx 0.9.7 is now available in Downloads section. The wait is over. Most interesting new features added since RC2 include: * separate groups sorting clause in group-by mode; * SphinxSE with full 0.9.7 features support (practically rewritten); * support for 1-grams, prefix and infix indexing; * somewhat improved documentation. There's of course much more to this release, but the complete change log is too large to be posted here, so you'll probably have to download the tarball again.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Stop the presses! This update will not compile properly on amd64 and presumably other 64 bit architectures. Adding the following as sphinxsearch/files/patch-sphinxstd.h should fix the problem: --- src/sphinxstd.h.orig Tue Apr 10 18:06:12 2007 +++ src/sphinxstd.h Tue Apr 10 18:06:59 2007 @@ -57,7 +57,7 @@ #error "Internal 64-bit integer macros already defined." #endif -#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_) +#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_) || defined(_SYS_STDINT_H_) #include <stdint.h> #else // no stdint.h This has been reported upstream to the author, and should be fixed in the next release. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW
State Changed From-To: open->closed Committed. Thanks!
miwi 2007-04-15 19:07:30 UTC FreeBSD ports repository Modified files: textproc/sphinxsearch Makefile distinfo Added files: textproc/sphinxsearch/files patch-src-sphinxsearch.h Log: - Update to 0.9.7 PR: 111374 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Revision Changes Path 1.4 +2 -3 ports/textproc/sphinxsearch/Makefile 1.3 +3 -3 ports/textproc/sphinxsearch/distinfo 1.1 +11 -0 ports/textproc/sphinxsearch/files/patch-src-sphinxsearch.h (new) _______________________________________________ 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"