From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 19:44:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0DCBA7B; Sat, 21 Feb 2015 19:44:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 BBC07DED; Sat, 21 Feb 2015 19:44:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJilTT032661; Sat, 21 Feb 2015 19:44:47 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LJilE7032660; Sat, 21 Feb 2015 19:44:47 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201502211944.t1LJilE7032660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sat, 21 Feb 2015 19:44:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379545 - head/emulators/qemu-user-static X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 19:44:47 -0000 Author: nox Date: Sat Feb 21 19:44:46 2015 New Revision: 379545 URL: https://svnweb.freebsd.org/changeset/ports/379545 QAT: https://qat.redports.org/buildarchive/r379545/ Log: This is a slave port of emulators/qemu-sbruno now. (not qemu-devel) Confusion reported by: linimon Modified: head/emulators/qemu-user-static/pkg-descr Modified: head/emulators/qemu-user-static/pkg-descr ============================================================================== --- head/emulators/qemu-user-static/pkg-descr Sat Feb 21 19:39:20 2015 (r379544) +++ head/emulators/qemu-user-static/pkg-descr Sat Feb 21 19:44:46 2015 (r379545) @@ -13,7 +13,7 @@ cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. -This is a slave port of emulators/qemu-devel to build only static +This is a slave port of emulators/qemu-sbruno to build only static bsd-user targets named like qemu-mips-static. While still being experimental people have already built quite a few armv6/mips/mips64 packages using these and e.g. poudriere. Some notes are also here: