From owner-svn-ports-all@freebsd.org Sun Jan 10 01:43:10 2021 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 23F734E9314; Sun, 10 Jan 2021 01:43:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD03L0X7Sz4ly7; Sun, 10 Jan 2021 01:43:09 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 1C26C170FD; Sun, 10 Jan 2021 01:43:09 +0000 (UTC) Date: Sun, 10 Jan 2021 01:43:08 +0000 From: Mark Linimon To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r560912 - head/audio/klystrack Message-ID: <20210110014307.GA11305@lonesome.com> References: <202101100141.10A1fJOi065987@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202101100141.10A1fJOi065987@repo.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 4DD03L0X7Sz4ly7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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, 10 Jan 2021 01:43:10 -0000 On Sun, Jan 10, 2021 at 01:41:19AM +0000, Mark Linimon wrote: This part was correct: > Add compiler:c11 to USES to fix build on GCC-based systems: But this was not: > /wrkdirs/usr/ports/security/gvm-libs/work/gvm-libs-20.8.0/base/nvti.c:73: error: redefinition of typedef 'vtref_t' The correct error message was: > src/snd/cydfm.c:73: error: initializer element is not constant mcl