| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 21:22:45
2.0.8
|
matthew  |
Upstream re-rolled the distfle without incrementing the version
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> |
29 Apr 2013 08:57:13
2.0.8
|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
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 |
27 Apr 2013 18:25:25
2.0.8
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
27 Apr 2013 16:46:31
2.0.8
|
matthew  |
Update to 2.0.8
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(Only the first 15 lines of the commit message are shown above ) |
16 Apr 2013 21:14:21
2.0.7
|
matthew  |
Update to 2.0.7
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 |
30 Dec 2012 10:14:51
2.0.6_1
|
matthew  |
Add some missing content to the package:
-install indextool
-install man pages
Submitted by: David@ibendit.com |
28 Nov 2012 21:51:55
2.0.6
|
matthew  |
Update to 2.0.6 release (1)
- 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> |
20 Nov 2012 20:25:44
2.0.5
|
matthew  |
Update distinfo for libstemmer_c.tgz -- upstream repackaged it
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> |
05 Aug 2012 23:19:40
2.0.5
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
01 Aug 2012 16:16:07
2.0.5
|
matthew  |
Upstream have re-rolled the libstemmer_c.tgz disfile.
I have verified that the contents are exactly the same. |
01 Aug 2012 09:06:36
2.0.5
|
matthew  |
- Update to 2.0.5
- Fix build with non-standard LOCALBASE
- patch-src_sphinxexpr.cpp removed: incorporated into upstream sources
Submitted by: Denis <devzone.my at gmail.com> |
07 Jun 2012 11:59:52
2.0.4
|
matthew  |
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]
Approved by: shaun (mentor)
Submitted by: [1] Sulev-Madis 'ketas' Silber |
04 Jun 2012 19:25:56
2.0.4
|
matthew  |
- Convert all my remaining ports to OPTIONSng
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) |
19 Mar 2012 18:37:30
2.0.4
|
matthew  |
Routine bugfix update to version 2.0.4.
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 |
18 Feb 2012 14:57:40
2.0.3_1
|
matthew  |
Don't specify ABI versions in LIB_DEPENDS where it isn't necessary.
Approved by: shaun (mentor) |
09 Feb 2012 17:09:51
2.0.3_1
|
matthew  |
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor) |
07 Feb 2012 06:32:04
2.0.3_1
|
miwi  |
* 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) |
06 Feb 2012 12:25:50
2.0.3_1
|
miwi  |
- Chase unixODBC shlib bump |
14 Jan 2012 08:57:23
2.0.3
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
31 Dec 2011 22:32:24
2.0.3
|
scheidell  |
- update to 2.0.3
- ChangeLog: http://sphinxsearch.com/docs/2.0.2/rel202.html
PR: ports/163693
Approved by: gabor (mentor, implicit) |
30 Sep 2011 19:38:14
0.9.9_2
|
crees  |
Remove duplicate LICENSE line.
PR: ports/161153
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
23 Sep 2011 22:26:39
0.9.9_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
19 Mar 2011 13:15:34
0.9.9_2
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
17 Mar 2011 12:51:29
0.9.9_1
|
miwi  |
- Add missing file
PR: 155452
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
15 Jan 2011 15:27:17
0.9.9
|
sunpoet  |
- Update MASTER_SITES
- 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 |
07 Dec 2009 08:42:42
0.9.9
|
pav  |
- Add unixODBC option
PR: ports/141231
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
03 Dec 2009 09:07:28
0.9.9
|
pav  |
- Update to 0.9.9
PR: ports/141117
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
09 Nov 2008 22:55:46
0.9.8.1
|
miwi  |
- Update to 0.9.8.1
PR: 128486
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
22 Oct 2008 05:33:56
0.9.8_1
|
stefan  |
- 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 |
21 Aug 2008 06:18:49
0.9.8
|
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
16 Jul 2008 13:31:51
0.9.8
|
pav  |
- Update to 0.9.8
- Add knob for ICONV
PR: ports/125656
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
27 Apr 2008 08:50:49
0.9.7_1
|
miwi  |
- Correct an error that prevented the pre-start function running.
PR: 123051
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
19 Jan 2008 12:05:54
0.9.7_1
|
edwin  |
Make port properly conflicting with textproc/sphinxsearch-devel
Submitted by: Daniel Gerzo <danger@freebsd.org> |
04 Jun 2007 07:24:48
0.9.7_1
|
miwi  |
- Fix few mistakes in rc.d script
PR: 113135
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
15 Apr 2007 19:07:30
0.9.7
|
miwi  |
- Update to 0.9.7
PR: 111374
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
30 Jan 2007 23:13:36
0.9.7.r2_1
|
pav  |
- Run as unpriviledged user sphinx
PR: ports/108502
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
16 Dec 2006 12:06:14
0.9.7.r2
|
miwi  |
- Update to 0.9.7-rc2
PR: ports/106785
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
18 Nov 2006 22:54:07
0.9.7.r1
|
miwi  |
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> |