Bug 164635 - [maintainer] textproc/sphinxsearch -- clang support, etc
Summary: [maintainer] textproc/sphinxsearch -- clang support, etc
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: 2012-01-30 13:40 UTC by Matthew Seaman
Modified: 2012-02-07 06:40 UTC (History)
0 users

See Also:


Attachments
sphinxsearch-port.diff (6.92 KB, patch)
2012-01-30 13: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 2012-01-30 13:40:10 UTC
  * New patch files to enable compilation using clang:

files/patch-configure
files/patch-src_sphinxexpr.cpp

  * Add libstemmer support, disabled by default.  This adds stemming
    support for French, Spanish, Portuguese, Italian, Romanian,
    German, Dutch, Swedish, Norwegian, Danish, Finnish and Hungarian

  * Clean up various OPTIONS related make code: if WITH_FOO is defined,
    then WITHOUT_FOO isn't, and vice-versa.  Even if make config has
    never been run.

PORTREVISION not bumped, as there should be no significant changes to
the default package.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-30 13:40:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-07 06:32:14 UTC
miwi        2012-02-07 06:32:04 UTC

  FreeBSD ports repository

  Modified files:
    textproc/sphinxsearch Makefile distinfo 
  Added files:
    textproc/sphinxsearch/files patch-configure 
                                patch-src_sphinxexpr.cpp 
  Log:
  * Add libstemmer support, disabled by default. This adds stemming
  support for French, Spanish, Portuguese, Italian, Romanian,
  German, Dutch, Swedish, Norwegian, Danish, Finnish and Hungarian
  
  * Clean up various OPTIONS related make code: if WITH_FOO is defined,
  then WITHOUT_FOO isn't, and vice-versa. Even if make config has
  never been run.
  
  * Fix build with clang
  
  PR:             164635
  Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
  
  Revision  Changes    Path
  1.20      +40 -26    ports/textproc/sphinxsearch/Makefile
  1.9       +2 -0      ports/textproc/sphinxsearch/distinfo
  1.1       +14 -0     ports/textproc/sphinxsearch/files/patch-configure (new)
  1.1       +32 -0     ports/textproc/sphinxsearch/files/patch-src_sphinxexpr.cpp (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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2012-02-07 06:32:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!