occasionally do. This time they've actually changed the code, so
patching is now required in order to compile.[1]
* Add option to link against re2 regular expression library.[2]
* PGSQL_USE -> PGSQL_USES
Submitted by: Daniel Ylitalo <daniel@blodan.se>[1]
Submitted by: Alex Storn <devzone.my@gmail.com>[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>
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>
textproc/sphinxseach-devel port) [1]
* New style LIB_DEPENDS for libodbc
* Install DOCS and EXAMPLES to the stage directory unconditionally
Submitted by: danger [1]
- 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
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>
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
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
- 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>
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>
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)
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.
- 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