From owner-svn-ports-all@freebsd.org Thu Aug 20 22:54:10 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 21F4F3AB446; Thu, 20 Aug 2020 22:54:10 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (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 4BXg1s5nY2z46r8; Thu, 20 Aug 2020 22:54:09 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 4BXg1k2Rksz3mt9; Thu, 20 Aug 2020 22:54:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id 5Ttf8i66UQSG; Thu, 20 Aug 2020 22:53:22 +0000 (UTC) Received: from vivi.daemonic.se (vivi.daemonic.se [IPv6:2001:470:dca9:1200::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 4BXg0y4mbNz3mrC; Thu, 20 Aug 2020 22:53:22 +0000 (UTC) Subject: Re: svn commit: r545567 - head/net/bird To: Olivier Cochard , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202008202148.07KLmasL075901@repo.freebsd.org> From: Niclas Zeising Message-ID: <57cda461-4d8f-d9b7-90f5-a9b075c1ee55@freebsd.org> Date: Fri, 21 Aug 2020 00:53:20 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <202008202148.07KLmasL075901@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BXg1s5nY2z46r8 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US] 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: Thu, 20 Aug 2020 22:54:10 -0000 On 2020-08-20 23:48, Olivier Cochard wrote: > Author: olivier > Date: Thu Aug 20 21:48:36 2020 > New Revision: 545567 > URL: https://svnweb.freebsd.org/changeset/ports/545567 > > Log: > Fix build on FreeBSD 13 > > Reported by: pkg-fallout > > Modified: > head/net/bird/Makefile > > Modified: head/net/bird/Makefile > ============================================================================== > --- head/net/bird/Makefile Thu Aug 20 21:37:04 2020 (r545566) > +++ head/net/bird/Makefile Thu Aug 20 21:48:36 2020 (r545567) > @@ -27,6 +27,8 @@ GROUPS= birdvty > > PORTSCOUT= limit:^1\. > > +CFLAGS+= -fcommon > + > .if ${FLAVOR:U} == ipv6 > CONFIGURE_ARGS+= --enable-ipv6 > PLIST_SUB= VER=6 > This is not needed, I already fixed the build in r545563. Regards -- Niclas Zeising