Bug 111374 - [maintainer] textproc/sphinxsearch -- update to 0.9.7
Summary: [maintainer] textproc/sphinxsearch -- update to 0.9.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-08 12:40 UTC by Matthew Seaman
Modified: 2007-04-15 20:10 UTC (History)
0 users

See Also:


Attachments
sphinxsearch.diff (1.22 KB, patch)
2007-04-08 12:40 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2007-04-08 12:40:09 UTC
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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-08 15:53:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Matthew Seaman 2007-04-10 18:12:37 UTC
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
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-04-15 20:07:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-04-15 20:07:50 UTC
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"