From nobody Fri Nov 5 01:51:03 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4B33B1839751; Fri, 5 Nov 2021 01:51:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hlk4R1jcrz3nLt; Fri, 5 Nov 2021 01:51:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AAE9720E; Fri, 5 Nov 2021 01:51:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A51p3UB084843; Fri, 5 Nov 2021 01:51:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A51p3uH084842; Fri, 5 Nov 2021 01:51:03 GMT (envelope-from git) Date: Fri, 5 Nov 2021 01:51:03 GMT Message-Id: <202111050151.1A51p3uH084842@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 999db79989e8 - main - emulators/qemu41: UNBREAK for 13.X and later List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 999db79989e8558d63cb9442eb9ced71b28812cd Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=999db79989e8558d63cb9442eb9ced71b28812cd commit 999db79989e8558d63cb9442eb9ced71b28812cd Author: Muhammad Moinur Rahman AuthorDate: 2021-11-05 01:44:11 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-11-05 01:48:25 +0000 emulators/qemu41: UNBREAK for 13.X and later - Mark DEPRECATED as there are more recent versions in the tree - Update pkg-descr as https://oszoo.org no longer hosts qemu images and is totally an irrelevent site - Do some housekeeping to remove stage-qa errors --- emulators/qemu41/Makefile | 16 +++++++++++++--- emulators/qemu41/pkg-descr | 19 ++++++++----------- emulators/qemu41/pkg-plist | 2 ++ 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/emulators/qemu41/Makefile b/emulators/qemu41/Makefile index baaa315a50c9..2f7b86f8bacf 100644 --- a/emulators/qemu41/Makefile +++ b/emulators/qemu41/Makefile @@ -13,11 +13,14 @@ COMMENT?= QEMU CPU Emulator - 4.1.X branch LICENSE= GPLv2 +DEPRECATED= Use emulators/qemu or emulators/qemu-devel +EXPIRATION_DATE=2021-12-10 + BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} -LIB_DEPENDS?= libnettle.so:security/nettle \ +LIB_DEPENDS?= libepoxy.so:graphics/libepoxy \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libepoxy.so:graphics/libepoxy \ + libnettle.so:security/nettle \ libpcre2-8.so:devel/pcre2 ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le @@ -96,7 +99,8 @@ VDE_LIB_DEPENDS= libvdeplug.so:net/vde2 X11_CONFIGURE_ENABLE= sdl X11_USE= SDL=sdl2 XORG=x11,xext GNOME=gdkpixbuf2 X11_USES= sdl -X86_TARGETS_USE_OFF= XORG=pixman,x11 +X86_TARGETS_LIB_DEPENDS_OFF= libharfbuzz.so:print/harfbuzz +X86_TARGETS_USE_OFF= GL=gbm XORG=pixman,x11 X86_TARGETS_USES_OFF= xorg PORTDOCS?= docs interop/.buildinfo interop/* qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \ @@ -134,6 +138,12 @@ MAKE_ARGS+= ARCH=ppc64 CONFIGURE_ARGS+= --sparc_cpu=v9 .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300000 +PLIST_SUB+= IVSHMEM="" +.else +PLIST_SUB+= IVSHMEM="@comment " +.endif + PLIST_SUB+= LINUXBOOT_DMA="" post-patch-CDROM_DMA-off: diff --git a/emulators/qemu41/pkg-descr b/emulators/qemu41/pkg-descr index 018952f53cf1..670ece758532 100644 --- a/emulators/qemu41/pkg-descr +++ b/emulators/qemu41/pkg-descr @@ -1,19 +1,16 @@ -QEMU is a FAST! processor emulator using dynamic translation to achieve -good emulation speed. +QEMU is a FAST! processor emulator using dynamic translation to achieve good +emulation speed. QEMU has two operating modes: * Full system emulation. In this mode, QEMU emulates a full system -(for example a PC), including a processor and various peripherials. -It can be used to launch different Operating Systems without rebooting -the PC or to debug system code. + (for example a PC), including a processor and various peripherials. + It can be used to launch different Operating Systems without rebooting + the PC or to debug system code. * User mode emulation (Linux host only). In this mode, QEMU can launch -Linux processes compiled for one CPU on another CPU. It can be used to -launch the Wine Windows API emulator or to ease cross-compilation and -cross-debugging. + Linux processes compiled for one CPU on another CPU. It can be used to + launch the Wine Windows API emulator or to ease cross-compilation and + cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. -See also the preconfigured system images on http://oszoo.org/ -Many live cd isos also work. - WWW: http://wiki.qemu.org/Main_Page diff --git a/emulators/qemu41/pkg-plist b/emulators/qemu41/pkg-plist index 914c0fda4f58..519a8690d847 100644 --- a/emulators/qemu41/pkg-plist +++ b/emulators/qemu41/pkg-plist @@ -1,4 +1,6 @@ bin/elf2dmp +%%IVSHMEM%%bin/ivshmem-client +%%IVSHMEM%%bin/ivshmem-server bin/qemu-edid bin/qemu-ga bin/qemu-i386