Commit graph

11 commits

Author SHA1 Message Date
Martin Wilke
22d90ee114 - Update to 0.9.8.1
PR:		128486
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-11-09 22:55:46 +00:00
Stefan Walter
df4ccc7682 - 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
2008-10-22 05:33:56 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
08f4cb8b20 - Update to 0.9.8
- Add knob for ICONV

PR:		ports/125656
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-07-16 13:31:51 +00:00
Martin Wilke
ad090bf284 - Correct an error that prevented the pre-start function running.
PR:		123051
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-04-27 08:50:49 +00:00
Edwin Groothuis
11142f4223 Make port properly conflicting with textproc/sphinxsearch-devel
Submitted by:	Daniel Gerzo <danger@freebsd.org>
2008-01-19 12:05:53 +00:00
Martin Wilke
61a5ff520a - Fix few mistakes in rc.d script
PR:		113135
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2007-06-04 07:24:48 +00:00
Martin Wilke
4fba3692da - Update to 0.9.7
PR:		111374
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2007-04-15 19:07:30 +00:00
Pav Lucistnik
e0054d983a - Run as unpriviledged user sphinx
PR:		ports/108502
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2007-01-30 23:13:36 +00:00
Martin Wilke
4945b4f901 - Update to 0.9.7-rc2
PR:             ports/106785
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2006-12-16 12:06:14 +00:00
Martin Wilke
793b724c23 Sphinx is a full-text search engine, distributed under GPL version
2. Commercial license is also available for embedded use.

Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other
applications. Sphinx was specially designed to integrate well with SQL
databases and scripting languages. Currently built-in data sources
support fetching data either via direct connection to MySQL, or from
an XML pipe.

As for the name, Sphinx is an acronym which is officially decoded as
SQL Phrase Index.

WWW: http://www.sphinxsearch.com/

PR:		ports/105649
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
2006-11-18 22:54:07 +00:00