From owner-svn-ports-all@freebsd.org Wed May 27 01:20:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B316F2FA25C; Wed, 27 May 2020 01:20:24 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49WtLJ4KPRz4Jnp; Wed, 27 May 2020 01:20:24 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 875A78E79; Wed, 27 May 2020 01:20:24 +0000 (UTC) Date: Wed, 27 May 2020 01:20:24 +0000 From: "Sergey A. Osokin" To: Piotr Kubaj Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r536657 - head/devel/libopentracing Message-ID: <20200527012024.GA34847@FreeBSD.org> References: <202005262102.04QL2X1t069735@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <202005262102.04QL2X1t069735@repo.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 27 May 2020 01:20:24 -0000 Thanks, Piotr! On Tue, May 26, 2020 at 09:02:33PM +0000, Piotr Kubaj wrote: > Author: pkubaj > Date: Tue May 26 21:02:33 2020 > New Revision: 536657 > URL: https://svnweb.freebsd.org/changeset/ports/536657 > > Log: > devel/libopentracing: fix build on GCC architectures > > Use C++11 compiler: > /wrkdirs/usr/ports/devel/libopentracing/work/opentracing-cpp-1.6.0/include/opentracing/value.h:9:25: error: unordered_map: No such file or directory > > Modified: > head/devel/libopentracing/Makefile > > Modified: head/devel/libopentracing/Makefile > ============================================================================== > --- head/devel/libopentracing/Makefile Tue May 26 21:01:04 2020 (r536656) > +++ head/devel/libopentracing/Makefile Tue May 26 21:02:33 2020 (r536657) > @@ -16,7 +16,7 @@ USE_GITHUB= yes > GH_ACCOUNT= opentracing > GH_PROJECT= opentracing-cpp > > -USES= cmake compiler > +USES= cmake compiler:c++11-lang > > USE_LDCONFIG= yes > GNU_CONFIGURE= yes