From owner-freebsd-ports@FreeBSD.ORG Thu Aug 8 01:30:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 27702C36; Thu, 8 Aug 2013 01:30:12 +0000 (UTC) Date: Thu, 8 Aug 2013 01:30:12 +0000 From: Alexey Dokuchaev To: Jeff Roberson Subject: Re: x11/nvidia-driver build failure in head/i386 @r253985 with clang Message-ID: <20130808013012.GB88816@FreeBSD.org> References: <20130807130241.GC1746@albert.catwhisker.org> <20130807132034.GA10293@FreeBSD.org> <20130807134459.GE1746@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Jeff Roberson , freebsd-ports@freebsd.org, David Wolfskill X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2013 01:30:12 -0000 On Wed, Aug 07, 2013 at 08:53:02AM -1000, Jeff Roberson wrote: > This is my fault. The first argument to the kmem_ functions should > now be kernel_arena or kmem_arena. I don't know how to modify ports > but I can produce a patch later today to resolve this unless someone > beats me to it. It will be a simple substitution based on version. Yep, it is a simple substitution, our users also figured it out. No need for a patch, I will adopt the one in PR ports/181118. Luckily, __FreeBSD_version was bumped just couple of days ago, otherwise I'd had to harass Jeff about not bumping it along with API breakage. ;-) ./danfe