aboutsummaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch-devel
Commit message (Collapse)AuthorAgeFilesLines
* - fix paths to pass make packageDaniel Gerzo2013-11-291-2/+2
| | | | | | | Approved by: mat Notes: svn path=/head/; revision=335183
* - update to 2.2.1Daniel Gerzo2013-11-298-144/+132
| | | | | | | | | | - sync with textproc/sphinxsearch - use OPTIONS Helpers Approved by: mat Notes: svn path=/head/; revision=335181
* textproc/sphinxsearch-devel: Fix c++ scope issuesJohn Marino2013-10-011-0/+29
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328939
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - OPTIONS -> OPTIONS_DEFINEJason Helfman2013-03-211-2/+2
| | | | | | | - .if .if -> .if Notes: svn path=/head/; revision=314819
* - typoJason Helfman2013-03-211-2/+2
| | | | Notes: svn path=/head/; revision=314817
* - adoption of optionsNGJason Helfman2013-03-211-24/+16
| | | | | | | | | | - trim historical header - replace a tab with space in do-install Approved by: portmgr (bapt,miwi) Notes: svn path=/head/; revision=314816
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - extend CONFLICTS as perDaniel Gerzo2012-06-051-1/+5
| | | | | | | | | http://ketas.si.pri.ee/ports-conflicts/danger@FreeBSD.org Submitted by: FreeBSD Ports conflicts checker Notes: svn path=/head/; revision=298489
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-2/+2
| | | | Notes: svn path=/head/; revision=290490
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - import a r2799 from upstream:Daniel Gerzo2011-06-152-0/+21
| | | | | | | | | | | o) Fixed crash on WriteValue (affected MIPSEL arch and FreeBSD builds) o) http://code.google.com/p/sphinxsearch/source/detail?r=2799 Submitted by: Brian Eng <eng@vadriven.com> Notes: svn path=/head/; revision=275616
* - update to latest 2.0.1-betaDaniel Gerzo2011-06-142-5/+4
| | | | Notes: svn path=/head/; revision=275565
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - update preffered download URLDaniel Gerzo2011-02-022-2/+1
| | | | | | | | | | | - retire md5 cksum Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: novel Feature safe: yes Notes: svn path=/head/; revision=268554
* Now broken on all OSVERSIONs on sparc64.Mark Linimon2010-08-191-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=259569
* - update to 1.10 betaDaniel Gerzo2010-08-116-215/+95
| | | | | | | | | - mostly inspired by textproc/sphinxsearch, thanks to Mattew Submitted by: Mattew Seamn <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=259126
* - update to 0.9.9-rc2Daniel Gerzo2009-06-283-5/+30
| | | | | | | | | PR: ports/135604 Submitted by: Vivek Khera <vivek@khera.org> Approved by: miwi Notes: svn path=/head/; revision=236732
* Mark as broken on sparc64-6.Mark Linimon2009-03-181-0/+4
| | | | Notes: svn path=/head/; revision=230341
* - update to 0.9.9-rc1Daniel Gerzo2009-01-272-7/+6
| | | | | | | Approved by: wxs Notes: svn path=/head/; revision=227000
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - fix the issues with PORTDOCS/PORTEXAMPLESDaniel Gerzo2008-06-012-5/+6
| | | | | | | | | - bump the PORTREVISION Approved by: miwi Notes: svn path=/head/; revision=214118
* - update to the latest version: 0.9.8-rc2Daniel Gerzo2008-06-014-18/+13
| | | | | | | | Approved by: miwi PR: ports/121414 (with updated patch) Notes: svn path=/head/; revision=214117
* Development version of textproc/sphinxsearchEdwin Groothuis2008-01-198-0/+397
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/ Submitted by: Daniel Gerzo <danger@FreeBSD.org> Notes: svn path=/head/; revision=205826