diff options
author | matthew <matthew@FreeBSD.org> | 2017-05-15 04:33:31 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-05-15 04:33:31 +0800 |
commit | ddaf23ccab856db4d59be605cb9ff5d2ed3a3171 (patch) | |
tree | 9d038ac25b44bb174bba423e458c8673bf6fcd06 | |
parent | e8193b83b20110bfc2f2d6caae9a42c7450a302b (diff) | |
download | freebsd-ports-gnome-ddaf23ccab856db4d59be605cb9ff5d2ed3a3171.tar.gz freebsd-ports-gnome-ddaf23ccab856db4d59be605cb9ff5d2ed3a3171.tar.zst freebsd-ports-gnome-ddaf23ccab856db4d59be605cb9ff5d2ed3a3171.zip |
Pending a better fix, mark broken when the RE2 option is enabled.
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
-rw-r--r-- | textproc/sphinxsearch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 2730943f39ab..a5b71bbc58ff 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -80,6 +80,7 @@ PGSQL_USES= pgsql RE2_DESC= Enable re2 regular expression library RE2_CONFIGURE_WITH= re2 RE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libre2.a:devel/re2 +RE2_BROKEN= Bad C++ code in re2.h SYSLOG_DESC= Enable logging via syslog SYSLOG_CONFIGURE_WITH= syslog |