From owner-svn-ports-all@FreeBSD.ORG Mon May 5 16:46:26 2014 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 280283DD; Mon, 5 May 2014 16:46:26 +0000 (UTC) Received: from smtp.kn-bremen.de (gruenbaer.kn-bremen.de [148.251.8.79]) by mx1.freebsd.org (Postfix) with ESMTP id D02442E4; Mon, 5 May 2014 16:46:22 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id B6C423DE0DB3; Mon, 5 May 2014 18:46:20 +0200 (CEST) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id s45GiY7w077208; Mon, 5 May 2014 18:44:34 +0200 (CEST) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id s45GiYx6077207; Mon, 5 May 2014 18:44:34 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 5 May 2014 18:44:34 +0200 To: Juergen Lock Subject: Re: svn commit: r353030 - in head/emulators/qemu-devel: . files Message-ID: <20140505164433.GA77180@enceladus10.kn-bremen.de> References: <201405051640.s45GennW085723@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201405051640.s45GennW085723@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 05 May 2014 16:46:26 -0000 On Mon, May 05, 2014 at 04:40:49PM +0000, Juergen Lock wrote: > Author: nox > Date: Mon May 5 16:40:49 2014 > New Revision: 353030 > URL: http://svnweb.freebsd.org/changeset/ports/353030 > QAT: https://qat.redports.org/buildarchive/r353030/ > > Log: > - bsd-user: Handle FreeBSD sysctl hw.pagesizes (by returning only > getpagesize() for now); this fixes rtld on head after r264346 that > now uses the sysctl. > - Bump PORTREVISION. > > Added: > head/emulators/qemu-devel/files/extra-patch-sysctl-hw-pagesizes (contents, props changed) > Modified: > head/emulators/qemu-devel/Makefile > I forgot: Reported by: sbruno Sorry... Juergen