Bug 127730 - [maintainer] textproc/sphinxsearch 64 bit ID support, expat handling
Summary: [maintainer] textproc/sphinxsearch 64 bit ID support, expat handling
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-29 22:40 UTC by Matthew Seaman
Modified: 2008-10-22 06:40 UTC (History)
0 users

See Also:


Attachments
sphinxsearch.diff (2.75 KB, patch)
2008-09-29 22: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 2008-09-29 22:40:01 UTC
Two things:

  * Add an ID64 knob to toggle support for 64 bit identifiers
    in sphinxsearch.

  * Force library dependency on expat.  The configure script will
    automatically add expat support if it detects it on the system,
    and there's no way of overriding that.  Means that previously,
    when installed from a binary package built on the cluster, there
    was no expat support compiled in, but when compiled from source
    there frequently would be. Therefore, for consistencies' sake,
    always depend on expat.
Comment 1 Stefan Walter freebsd_committer freebsd_triage 2008-10-21 15:55:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-22 06:34:04 UTC
stefan      2008-10-22 05:33:56 UTC

  FreeBSD ports repository

  Modified files:
    textproc/sphinxsearch Makefile 
  Log:
  - Add an ID64 knob to toggle support for 64 bit identifiers in sphinxsearch.
  
  - Force library dependency on expat. The configure script will automatically add
    expat support if it detects it on the system, and there's no way of overriding
    that. Means that previously, when installed from a binary package built on the
    cluster, there was no expat support compiled in, but when compiled from source
    there frequently would be. Therefore, for consistencies' sake, always depend
    on expat.
  
  PR:             127730
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.9       +39 -4     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"
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2008-10-22 06:34:05 UTC
State Changed
From-To: open->closed

Committed, thanks!