From owner-freebsd-current@freebsd.org Fri Sep 25 06:46:45 2015 Return-Path: Delivered-To: freebsd-current@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 D789AA07CAC for ; Fri, 25 Sep 2015 06:46:45 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BE5BE1DDD for ; Fri, 25 Sep 2015 06:46:45 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id BB59BA07CAB; Fri, 25 Sep 2015 06:46:45 +0000 (UTC) Delivered-To: current@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 BAF17A07CAA for ; Fri, 25 Sep 2015 06:46:45 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: from mail.xtaz.uk (tao.xtaz.uk [IPv6:2001:8b0:202::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EDF81DDB; Fri, 25 Sep 2015 06:46:44 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: by mail.xtaz.uk (Postfix, from userid 1001) id 5E3CF20AEED8; Fri, 25 Sep 2015 07:46:40 +0100 (BST) Date: Fri, 25 Sep 2015 07:46:40 +0100 From: Matt Smith To: Kurt Jaeger Cc: Dimitry Andric , Kevin Oberman , "current@freebsd.org" , leo@mediatomb.cc Subject: Re: Port compilation fails on HEAD. works on 9 and 10 STABLE Message-ID: <20150925064640.GB15788@xtaz.uk> Mail-Followup-To: Matt Smith , Kurt Jaeger , Dimitry Andric , Kevin Oberman , "current@freebsd.org" , leo@mediatomb.cc References: <2278F1AB-D2B6-4445-A352-D1D26B68CB64@FreeBSD.org> <20150923203926.GJ36682@home.opsec.eu> <20150924195208.GM36682@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20150924195208.GM36682@home.opsec.eu> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 06:46:45 -0000 On Sep 24 21:52, Kurt Jaeger wrote: >Hi! > >> > > Try dropping the attached patch in net/mediatomb/files. I submitted it >> > > in March, in PR198436: >> > > >> > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198436 >> > >> > Eh, now with an actual patch. :) >> >> Thanks, helps to build it. Still fails on 9.3a, but I *have* to go >> to bed now. > >It's done. > This seems to create a run time dependency on GCC. Should it not just be a build time dependency which allows you to uninstall GCC afterwards? -- Matt