diff options
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 13 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/qemu/pkg-plist | 2 |
3 files changed, 13 insertions, 8 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 92d6c04c7012..6dce4eb92909 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu -DISTVERSION= 9.2.2 +DISTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} @@ -125,8 +126,9 @@ WITHOUT_CPU_CFLAGS= yes #to avoid problems with register allocation BINARY_ALIAS= python3=${PYTHON_VERSION} PORTDOCS= .buildinfo _static/* about/* dbus-dbusindex.html devel/* docs \ - genindex.html index.html interop/* objects.inv search.html \ - searchindex.js specs/* system/* tools/* user/* + genindex.html glossary.html index.html interop/* objects.inv \ + qapi-qga-index.html qapi-qmp-index.html qapi-qsd-index.html \ + search.html searchindex.js specs/* system/* tools/* user/* OPTIONS_DEFINE= CAPSTONE CDROM_DMA CURL DEBUG DOCS GNUTLS GTK3 \ ISCSI JPEG OPENGL PNG SAMBA SASL STATIC_LINK \ @@ -210,7 +212,8 @@ X11_USE= GNOME=gdkpixbuf \ X11_CONFIGURE_ENABLE= sdl .if (empty(FLAVOR) || ${FLAVOR:U} == default || ${FLAVOR:U} == nox11) && \ (${FLAVOR:U} != tools || ${PKGNAMESUFFIX} != "-guest-agent") -X86_TARGETS_LIB_DEPENDS_OFF= libdw.so:devel/elfutils +X86_TARGETS_LIB_DEPENDS_OFF= libdw.so:devel/elfutils \ + liblzo2.so:archivers/lzo2 X86_TARGETS_USES_OFF= xorg X86_TARGETS_USE_OFF= XORG=pixman,x11 X86_TARGETS_CONFIGURE_ON= --target-list='i386-softmmu i386-bsd-user x86_64-softmmu x86_64-bsd-user' @@ -219,7 +222,7 @@ X86_TARGETS_CONFIGURE_ON= --target-list='i386-softmmu i386-bsd-user x86_64-softm .include <bsd.port.options.mk> .if ${FLAVOR:U} == tools || ${FLAVOR:U} == guestagent -.if ${ARCH} == "i386" || ${ARCH} == "powerpc" +.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH:Marmv?} PLIST_SUB+= NO_I386="@comment " .else PLIST_SUB+= NO_I386="" diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 3c4c176f1875..275a61eeb6ef 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745742982 -SHA256 (qemu/9.2.2/qemu-9.2.2.tar.xz) = 752eaeeb772923a73d536b231e05bcc09c9b1f51690a41ad9973d900e4ec9fbf -SIZE (qemu/9.2.2/qemu-9.2.2.tar.xz) = 134756816 +TIMESTAMP = 1746448259 +SHA256 (qemu/10.0.0/qemu-10.0.0.tar.xz) = 22c075601fdcf8c7b2671a839ebdcef1d4f2973eb6735254fd2e1bd0f30b3896 +SIZE (qemu/10.0.0/qemu-10.0.0.tar.xz) = 135618260 diff --git a/emulators/qemu/pkg-plist b/emulators/qemu/pkg-plist index cfb483cb75d3..0622304d8a65 100644 --- a/emulators/qemu/pkg-plist +++ b/emulators/qemu/pkg-plist @@ -127,6 +127,7 @@ include/qemu-plugin.h %%DATADIR%%/multiboot.bin %%DATADIR%%/multiboot_dma.bin %%DATADIR%%/npcm7xx_bootrom.bin +%%DATADIR%%/npcm8xx_bootrom.bin %%DATADIR%%/openbios-ppc %%DATADIR%%/openbios-sparc32 %%DATADIR%%/openbios-sparc64 @@ -134,6 +135,7 @@ include/qemu-plugin.h %%DATADIR%%/opensbi-riscv64-generic-fw_dynamic.bin %%DATADIR%%/palcode-clipper %%DATADIR%%/petalogix-ml605.dtb +%%DATADIR%%/pnv-pnor.bin %%DATADIR%%/pxe-e1000.rom %%DATADIR%%/pxe-eepro100.rom %%DATADIR%%/pxe-ne2k_pci.rom |