fix the build on FreeBSD 12.0
- delete the 'register' keyword everywhere
- Add whitespace between adjacent quoted strings
- Update the offsetof() macro to cast the result to int
Reported by: pkg-fallout
Recent versions of devel/re2 install headers that result in error
messages like so:
/usr/local/include/re2/re2.h:915:5: error: no matching function for call to 'call_once'
std::call_once(once_, &LazyRE2::Init, this);
^~~~~~~~~~~~~~
No change to the default package, so no PORTREVISION bump.
PR: 219239
Submitted by: mail+freebsd@gerritbeine.de, w.schwarzenfeld@utanet.at
- install the example minimum configuration file
- use OPTION dependent targets for DOCS, EXAMPLES
- always install man pages, irrespective of the DOCS option
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
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)