Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2023 19:11:42 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 206ae4f439b6 - main - emulators/qemu: remove now-obsolete comment about i386
Message-ID:  <202301161911.30GJBg1M046572@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=206ae4f439b6ad2295978c5a433fc1bcf7d80b43

commit 206ae4f439b6ad2295978c5a433fc1bcf7d80b43
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-12-29 21:02:44 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-01-16 19:11:33 +0000

    emulators/qemu: remove now-obsolete comment about i386
    
    As of commit 5fcabb512923 qemu builds for i386 again without any
    vm_page_t related errors, so the comment is no longer applicable.
---
 emulators/qemu/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index be243a683990..ab3651a9c86e 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -13,7 +13,6 @@ LICENSE=	GPLv2
 .if ${FLAVOR:U} != tools
 ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
 # We need to check if it build with other ARCHS
-# For i386 we have unknown type name 'vm_page_t'
 .endif
 
 BUILD_DEPENDS=	bash:shells/bash



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301161911.30GJBg1M046572>