From owner-svn-ports-all@freebsd.org Sun May 14 20:33:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C63BD6DB61; Sun, 14 May 2017 20:33:32 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E246AEB; Sun, 14 May 2017 20:33:32 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4EKXVnM019148; Sun, 14 May 2017 20:33:31 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4EKXVL1019147; Sun, 14 May 2017 20:33:31 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201705142033.v4EKXVL1019147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 14 May 2017 20:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440902 - head/textproc/sphinxsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2017 20:33:32 -0000 Author: matthew Date: Sun May 14 20:33:31 2017 New Revision: 440902 URL: https://svnweb.freebsd.org/changeset/ports/440902 Log: 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 Modified: head/textproc/sphinxsearch/Makefile Modified: head/textproc/sphinxsearch/Makefile ============================================================================== --- head/textproc/sphinxsearch/Makefile Sun May 14 20:31:09 2017 (r440901) +++ head/textproc/sphinxsearch/Makefile Sun May 14 20:33:31 2017 (r440902) @@ -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