From owner-svn-ports-head@freebsd.org Wed Nov 7 03:33:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 455B8110ACD7; Wed, 7 Nov 2018 03:33:13 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C98EE7E073; Wed, 7 Nov 2018 03:33:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B789A8B61; Wed, 7 Nov 2018 03:33:12 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r484381 - head/devel/gearmand References: <201811070330.wA73UpCx084383@repo.freebsd.org> Date: Wed, 07 Nov 2018 04:33:10 +0100 In-Reply-To: <201811070330.wA73UpCx084383@repo.freebsd.org> (Jan Beich's message of "Wed, 7 Nov 2018 03:30:51 +0000 (UTC)") Message-ID: <7ehp-k1e1-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: C98EE7E073 X-Spamd-Result: default: False [-103.10 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[freebsd.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[FreeBSD.org]; R_SPF_SOFTFAIL(0.00)[~all]; MX_GOOD(-0.01)[cached: mx66.freebsd.org]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2018 03:33:13 -0000 Jan Beich writes: > Author: jbeich > Date: Wed Nov 7 03:30:51 2018 > New Revision: 484381 > URL: https://svnweb.freebsd.org/changeset/ports/484381 > > Log: > devel/gearmand: drop duplicate USE_CXXSTD > > Building in C++11 or later (reverting r460065) doesn't work yet: > > libgearman/client.cc:580:71: error: comparison between pointer and integer ('gearman_connection_st *' and 'int') > if (gearman_connection_create_args(client->universal, host, port) == false) > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~ > libgearman/client.cc:891:18: error: comparison between pointer and integer ('bool *' and 'int') > if (is_known == false and is_running == false) > ~~~~~~~~ ^ ~~~~~ > libgearman/client.cc:891:42: error: comparison between pointer and integer ('bool *' and 'int') > if (is_known == false and is_running == false) > ~~~~~~~~~~ ^ ~~~~~ > > PR: 231743 > Pointy hat to: linimon Sorry, pointyhat recepient is bogus. I was thinking about other linimon commits landing powerpc* fixes but this one was done by bdrewery (maintainer).