summaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362024
* Upstream has re-rolled the libstemmer_c.tgz distfile as they do atMatthew Seaman2014-07-061-2/+2
| | | | | | | | | | intervals and for no apparent reason. Side-by-side comparison with the previous version shows absolutely no changes. Submitted by: Daniel Ylitalo <daniel@blodan.se> Notes: svn path=/head/; revision=360881
* Update to 2.1.9Matthew Seaman2014-07-032-3/+3
| | | | | | | Release notes: http://sphinxsearch.com/blog/2014/07/03/sphinx-2-1-9-release-is-now-available/ Notes: svn path=/head/; revision=360471
* Update to 2.1.8Matthew Seaman2014-04-302-3/+3
| | | | | | | Announcment: http://sphinxsearch.com/blog/2014/04/29/sphinx-2-1-8-release-is-available/ Notes: svn path=/head/; revision=352672
* Update to 2.1.7Matthew Seaman2014-03-312-3/+3
| | | | | | | Change Log: http://sphinxsearch.com/docs/2.1.7/rel217.html Notes: svn path=/head/; revision=349809
* Update to 2.1.6Matthew Seaman2014-02-252-3/+3
| | | | | | | | | This is a routine maintenance release. Release notes: http://sphinxsearch.com/blog/2014/02/25/sphinx-2-1-6-release-now-available/ Notes: svn path=/head/; revision=346079
* Update to 4.1.5Matthew Seaman2014-01-242-3/+3
| | | | | | | Announcement: http://sphinxsearch.com/blog/2014/01/23/sphinx-2-1-5-release-and-sphinx-2-0-10-release/ Notes: svn path=/head/; revision=340880
* - Fix installation when DOCS or EXAMPLES are unset by alwaysMatthew Seaman2013-12-262-5/+131
| | | | | | | | | | | | | | installing docs and examples unconditionally to staging. The packaging step will not include them in the package generated from stagingif DOCS or EXAMPLES is unset. - List EXAMPLES explicitly in pkg-plist PR: 185194 Submitted by: Miroslav Lachman <000.fbsd@quip.cz> Notes: svn path=/head/; revision=337476
* Update to 2.1.4Matthew Seaman2013-12-202-3/+3
| | | | | | | Announcement: http://sphinxsearch.com/blog/2013/12/19/sphinx-2-1-4-release-now-available/ Notes: svn path=/head/; revision=336971
* * use option helpers (blatantly copying from theMatthew Seaman2013-12-081-87/+42
| | | | | | | | | | | textproc/sphinxseach-devel port) [1] * New style LIB_DEPENDS for libodbc * Install DOCS and EXAMPLES to the stage directory unconditionally Submitted by: danger [1] Notes: svn path=/head/; revision=335943
* Update to version 2.1.3Matthew Seaman2013-11-132-3/+3
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=333732
* Update to 2.1.2Matthew Seaman2013-10-163-26/+25
| | | | | | | | | | - stagify - new style LIB_DEPENDS Announcement: http://sphinxsearch.com/blog/2013/10/15/sphinx-2-1-2-is-now-available/ Notes: svn path=/head/; revision=330534
* 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
* Add explicit LDFLAGS+=${ICONV_LIB} when iconv is used.Boris Samorodov2013-09-181-0/+1
| | | | | | | | Submitted by: marino (via e-mail) Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327572
* - Update to 2.0.9Matthew Seaman2013-08-272-5/+5
| | | | | | | | | | | | | | - Refresh distinfo for libstemmer_c.tgz The libstemmer_c.tgz distfile tarball gets recreated at intervals. I have diff'd the contents of a freshly downloaded tarball against the older tarball matching the previous distinfo, and I can confirm that there are no changes to the files contained therein. Reported by: portscout Notes: svn path=/head/; revision=325450
* Upstream re-rolled the distfle without incrementing the versionMatthew Seaman2013-05-061-2/+2
| | | | | | | | | | | | | | number. Side by side comparison shows the only changes are to correct internal references to the version number in documentation and autoconf scripts from '2.0.9-dev' to '2.0.8-release' No changes to the C++ code. PR: 178375 Submitted by: Sam <samorders@gmail.com> Notes: svn path=/head/; revision=317549
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* - 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
* Update to 2.0.8Matthew Seaman2013-04-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: Bug fixes --------- * fixed #1515, log strings over 2KB were clipped when query_log_format=plain * fixed #1514, RT index disk chunk lose attribute update on daemon restart * fixed #1512, crash while formatting log messages * fixed #1511, crash on indexing PostgreSQL data source with MVA attributes * fixed #1509, blend_chars vs incomplete multi-form and overshort * fixed #1504, RT binlog replay vs descending tid on update * fixed #1499, sql_field_str2wordcount actually is int, not string * fixed #1498, now working with exceptions starting with number too * fixed #1496, multiple destination keywords in wordform * fixed #1494, lost 'mod', '%' operations in select list. Also corrected few typers in the doc. * fixed #1490, expand_keywords vs prefix * fixed #1487, `id` in expression fixed * fixed #1483, snippets limits fix * fixed #1481, shebang config changes check on rotation * fixed #1479, port handling in PHP Sphinx API * fixed #1474, daemon crash at SphinxQL packet overflows max_packet_size * fixed #1472, crash on loading index to indextool for check * fixed #1465, expansion_limit got lost in index rotation * fixed #1427, #1506, utf8 3 and 4-bytes codepoints * fixed #1405, between with mixed int float values Notes: svn path=/head/; revision=316675
* Update to 2.0.7Matthew Seaman2013-04-164-161/+3
| | | | | | | | | | | | | | FreeBSD specific Mutex code now incorporated upstream, so patches to sphinxstd.cpp, sphinxstd.h no longer required. Not-exactly-a-ChangeLog: http://sphinxsearch.com/blog/2013/01/10/highlighting-some-changes-in-sphinx-2-0-7/ Feature safe: yes Notes: svn path=/head/; revision=315906
* Add some missing content to the package:Matthew Seaman2012-12-302-7/+30
| | | | | | | | | | -install indextool -install man pages Submitted by: David@ibendit.com Notes: svn path=/head/; revision=309660
* Update to 2.0.6 release (1)Matthew Seaman2012-11-285-21/+161
| | | | | | | | | | | | | | | | - trim Makefile headers - remove files/patch-configure as it has been incorporated upstream - Import a FreeBSD specific fix for shared mutex suppport from the project SVN repo (2): https://code.google.com/p/sphinxsearch/source/detail?r=3519 Feature safe: yes Submitted by: (1) Portscout (2) Denis <devzone.my@gmail.com> Notes: svn path=/head/; revision=307941
* Update distinfo for libstemmer_c.tgz -- upstream repackaged itMatthew Seaman2012-11-201-2/+2
| | | | | | | | | | | changing the size and hash of the tarball, but the contents are identical to what there was previously. Personally verified. Feature safe: yes Submitted by: Denis <devzone.my (at) gmail.com> Notes: svn path=/head/; revision=307597
* 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
* Upstream have re-rolled the libstemmer_c.tgz disfile.Matthew Seaman2012-08-011-2/+2
| | | | | | | I have verified that the contents are exactly the same. Notes: svn path=/head/; revision=301833
* - Update to 2.0.5Matthew Seaman2012-08-013-37/+9
| | | | | | | | | | - Fix build with non-standard LOCALBASE - patch-src_sphinxexpr.cpp removed: incorporated into upstream sources Submitted by: Denis <devzone.my at gmail.com> Notes: svn path=/head/; revision=301821
* - Don't use SITE_PERL in *_DEPENDSMatthew Seaman2012-06-071-1/+2
| | | | | | | | | | - Update CONFLICTS [1] Approved by: shaun (mentor) Submitted by: [1] Sulev-Madis 'ketas' Silber Notes: svn path=/head/; revision=298683
* - Convert all my remaining ports to OPTIONSngMatthew Seaman2012-06-041-22/+27
| | | | | | | | | | | | | | | | | | | | | | | | Files affected: databases/mysql-connector-java/Makefile databases/phpmyadmin/Makefile mail/sa-utils/Makefile net/phpldapadmin/Makefile security/apg/Makefile textproc/sphinxsearch/Makefile www/p5-RT-Authen-ExternalAuth/Makefile www/p5-RT-Extension-LDAPImport/Makefile www/p5-RT-Extension-SLA/Makefile www/p5-RTx-Calendar/Makefile www/rt40/Makefile www/rt40/Makefile.cpan x11-fonts/gentium/Makefile x11-fonts/gentium-basic/Makefile Approved by: shaun (mentor) Notes: svn path=/head/; revision=298387
* Routine bugfix update to version 2.0.4.Matthew Seaman2012-03-192-4/+3
| | | | | | | | | | | | Release notes: http://sphinxsearch.com/docs/2.0.4/rel204.html Redports: https://redports.org/buildarchive/20120319170807-47662/ Approved by: shaun (mentor) Feature safe: yes Notes: svn path=/head/; revision=293578
* Don't specify ABI versions in LIB_DEPENDS where it isn't necessary.Matthew Seaman2012-02-181-2/+2
| | | | | | | Approved by: shaun (mentor) Notes: svn path=/head/; revision=291684
* Update maintainer address to matthew@FreeBSD.orgMatthew Seaman2012-02-091-1/+1
| | | | | | | Approved by: shaun (mentor) Notes: svn path=/head/; revision=290797
* * Add libstemmer support, disabled by default. This adds stemmingMartin Wilke2012-02-074-26/+88
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=290565
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-1/+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
* - update to 2.0.3Michael Scheidell2011-12-314-58/+61
| | | | | | | | | | - ChangeLog: http://sphinxsearch.com/docs/2.0.2/rel202.html PR: ports/163693 Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=288360
* Remove duplicate LICENSE line.Chris Rees2011-09-301-2/+0
| | | | | | | | PR: ports/161153 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=282684
* - 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
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - Add missing fileMartin Wilke2011-03-172-0/+5
| | | | | | | | PR: 155452 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=271092
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2011-01-152-2/+3
| | | | | | | | | | | | | - Add LICENSE - Remove obsolete MD5 checksum PR: ports/154028 Reported by: pointyhat Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=267832
* - Add unixODBC optionPav Lucistnik2009-12-071-1/+9
| | | | | | | | PR: ports/141231 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=245325
* - Update to 0.9.9Pav Lucistnik2009-12-036-174/+68
| | | | | | | | PR: ports/141117 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=245151
* - Update to 0.9.8.1Martin Wilke2008-11-092-5/+4
| | | | | | | | PR: 128486 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=222649
* - Add an ID64 knob to toggle support for 64 bit identifiers in sphinxsearch.Stefan Walter2008-10-221-4/+39
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=221896
* 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
* - Update to 0.9.8Pav Lucistnik2008-07-164-26/+19
| | | | | | | | | | - Add knob for ICONV PR: ports/125656 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=216909
* - Correct an error that prevented the pre-start function running.Martin Wilke2008-04-271-1/+2
| | | | | | | | PR: 123051 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=212092
* Make port properly conflicting with textproc/sphinxsearch-develEdwin Groothuis2008-01-191-0/+2
| | | | | | | Submitted by: Daniel Gerzo <danger@freebsd.org> Notes: svn path=/head/; revision=205828
* - Fix few mistakes in rc.d scriptMartin Wilke2007-06-043-16/+27
| | | | | | | | PR: 113135 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=192666
* - Update to 0.9.7Martin Wilke2007-04-153-6/+16
| | | | | | | | PR: 111374 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=190028