From owner-cvs-ports@FreeBSD.ORG Mon Jun 1 19:02:38 2009 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 67A30106566C; Mon, 1 Jun 2009 19:02:38 +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 3C95A8FC08; Mon, 1 Jun 2009 19:02:38 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n51J2cYV041099; Mon, 1 Jun 2009 19:02:38 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n51J2c2B041098; Mon, 1 Jun 2009 19:02:38 GMT (envelope-from nox) Message-Id: <200906011902.n51J2c2B041098@repoman.freebsd.org> From: Juergen Lock Date: Mon, 1 Jun 2009 19:02:38 +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 Makefile ports/emulators/qemu-devel Makefile 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: Mon, 01 Jun 2009 19:02:39 -0000 nox 2009-06-01 19:02:38 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile emulators/qemu-devel Makefile Log: - (Attempt to) fix build on head by entirely disabling the usb host code which is still not ported to the new usb stack yet. (qemu could really use some help here, the author of the old usb host code is busy with other stuff now...) - No PORTREVISION bump since this is a build fix. Revision Changes Path 1.101 +9 -0 ports/emulators/qemu-devel/Makefile 1.102 +9 -0 ports/emulators/qemu/Makefile