From owner-freebsd-ports@freebsd.org Fri Apr 14 18:49:53 2017 Return-Path: Delivered-To: freebsd-ports@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 ABD41D3EE57 for ; Fri, 14 Apr 2017 18:49:53 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 96579AF9 for ; Fri, 14 Apr 2017 18:49:53 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: by mailman.ysv.freebsd.org (Postfix) id 95B3DD3EE55; Fri, 14 Apr 2017 18:49:53 +0000 (UTC) Delivered-To: ports@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 955DCD3EE54 for ; Fri, 14 Apr 2017 18:49:53 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:1008:bcb:1:1:0:1]) (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 63FFEAF1 for ; Fri, 14 Apr 2017 18:49:53 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:8c:2e0d:4f01:b9e7:2561:4103:9ffc] (p2003008C2E0D4F01B9E7256141039FFC.dip0.t-ipconnect.de [IPv6:2003:8c:2e0d:4f01:b9e7:2561:4103:9ffc]) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 3w4RXt5bwfz3W0 for ; Fri, 14 Apr 2017 20:49:50 +0200 (CEST) From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: audio/logitechmediaserver fails to compile Date: Fri, 14 Apr 2017 20:49:45 +0200 References: <90BAC09E-B379-432B-8014-B11A53079293@ellael.org> To: FreeBSD Ports In-Reply-To: Message-Id: X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2017 18:49:53 -0000 Jan Beich wrote: > Michael Grimm writes: >> uspoof.cpp:369:22: error: ordered comparison between pointer and zero = ('int32_t *' (aka 'int *') and 'int') >> if (position > 0) { >> ~~~~~~~~ ^ ~ >> 1 warning and 1 error generated. >>=20 >> Any ideas on how to fix this? >=20 > See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218407 Thanks! I did google for an issue with logitechmediaserver, but I didn't = search for icu instead :-( Regards, Michael