From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 13 17:50:01 2014 Return-Path: Delivered-To: vbox@smarthost.ysv.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 41D3AF46 for ; Thu, 13 Mar 2014 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D4BA965 for ; Thu, 13 Mar 2014 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DHo1kP098909 for ; Thu, 13 Mar 2014 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DHo10n098908; Thu, 13 Mar 2014 17:50:01 GMT (envelope-from gnats) Date: Thu, 13 Mar 2014 17:50:01 GMT Message-Id: <201403131750.s2DHo10n098908@freefall.freebsd.org> To: vbox@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/183739: commit references a PR X-Mailman-Approved-At: Thu, 13 Mar 2014 18:23:28 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 17:50:01 -0000 The following reply was made to PR ports/183739; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183739: commit references a PR Date: Thu, 13 Mar 2014 17:41:59 +0000 (UTC) Author: jkim Date: Thu Mar 13 17:41:51 2014 New Revision: 348107 URL: http://svnweb.freebsd.org/changeset/ports/348107 QAT: https://qat.redports.org/buildarchive/r348107/ Log: Work around build problems on recent stable/9. PR: ports/183739 Added: head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h (contents, props changed) Added: head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h Thu Mar 13 17:41:51 2014 (r348107) @@ -0,0 +1,18 @@ +--- include/iprt/x86.h.orig 2014-02-25 11:59:50.000000000 -0500 ++++ include/iprt/x86.h 2014-03-11 16:46:08.000000000 -0400 +@@ -35,6 +35,15 @@ + # pragma D depends_on library vbox-types.d + #endif + ++/* Workaround for FreeBSD machine/specialreg.h defining MSRs */ ++#ifdef RT_OS_FREEBSD ++# undef MSR_P5_MC_ADDR ++# undef MSR_P5_MC_TYPE ++# undef MSR_IA32_PLATFORM_ID ++# undef MSR_BBL_CR_CTL3 ++# undef MSR_IA32_MISC_ENABLE ++#endif ++ + /* Workaround for Solaris sys/regset.h defining CS, DS */ + #ifdef RT_OS_SOLARIS + # undef CS _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"