From owner-cvs-ports@FreeBSD.ORG Sat Jun 11 16:22:34 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2C91106566C; Sat, 11 Jun 2011 16:22:34 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C4C6E8FC13; Sat, 11 Jun 2011 16:22:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5BGMYOg041859; Sat, 11 Jun 2011 16:22:34 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5BGMYsf041858; Sat, 11 Jun 2011 16:22:34 GMT (envelope-from nox) Message-Id: <201106111622.p5BGMYsf041858@repoman.freebsd.org> From: Juergen Lock Date: Sat, 11 Jun 2011 16:22:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu-devel Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2011 16:22:34 -0000 nox 2011-06-11 16:22:34 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile distinfo pkg-plist Log: - Update to 0.14.1 . - Change ALL_TARGETS knob to only affect the bsd-user targets that are still incomplete. (they would be for emulating a single process instead of an entire OS; default off i.e. don't build them.) - Fix ADD_AUDIO knob to also emulate hda sound hardware. - Change CONFLICTS to CONFLICTS_INSTALL in case people that already have emulators/qemu installed want to test this version from below the work/ dir. - Prepare Makefile for sparc64 host build in case someone wants to debug the runtime problems there. [1] (Add sparc64 to ONLY_FOR_ARCHS then.) PR: ports/138772 [1] Submitted by: Nathaniel Filardo [1] Revision Changes Path 1.121 +16 -8 ports/emulators/qemu-devel/Makefile 1.58 +2 -2 ports/emulators/qemu-devel/distinfo 1.29 +15 -15 ports/emulators/qemu-devel/pkg-plist