From owner-svn-ports-all@freebsd.org Fri Sep 27 17:55:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 36815128EA6; Fri, 27 Sep 2019 17:55:49 +0000 (UTC) (envelope-from bofh@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46fzx10KZ2z46SK; Fri, 27 Sep 2019 17:55:49 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E36AC1C924; Fri, 27 Sep 2019 17:55:48 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8RHtmli097043; Fri, 27 Sep 2019 17:55:48 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8RHtlBM097034; Fri, 27 Sep 2019 17:55:47 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201909271755.x8RHtlBM097034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 27 Sep 2019 17:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513050 - in head: . emulators emulators/qemu-devel emulators/qemu40 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head: . emulators emulators/qemu-devel emulators/qemu40 X-SVN-Commit-Revision: 513050 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2019 17:55:49 -0000 Author: bofh Date: Fri Sep 27 17:55:47 2019 New Revision: 513050 URL: https://svnweb.freebsd.org/changeset/ports/513050 Log: emulators/qemu-devel: Update version 4.0.0=>4.1.0 - Merge 4.0.X branch into emulators/qemu40 - See UPDATING for more info Added: head/emulators/qemu40/ - copied from r512805, head/emulators/qemu-devel/ Modified: head/UPDATING head/emulators/Makefile head/emulators/qemu-devel/Makefile head/emulators/qemu-devel/distinfo head/emulators/qemu-devel/pkg-plist head/emulators/qemu40/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Sep 27 17:41:16 2019 (r513049) +++ head/UPDATING Fri Sep 27 17:55:47 2019 (r513050) @@ -6,6 +6,14 @@ You should get into the habit of checking this file fo you update your ports collection, before attempting any port upgrades. 20190927: + AFFECTS: users of emulators/qemu-devel + AUTHOR: bofh@FreeBSD.org + + qemu-devel has been updated to 4.1.0 and 4.0.0 has been merged into a new port + emulators/qemu40. If you want to stick with 4.0.X branch, simply use: + # portmaster -o emulators/qemu-devel emulators/qemu40 + +20190927: AFFECTS: users of XFCE desktop AUTHOR: madpilot@FreeBSD.org Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Fri Sep 27 17:41:16 2019 (r513049) +++ head/emulators/Makefile Fri Sep 27 17:55:47 2019 (r513050) @@ -120,6 +120,7 @@ SUBDIR += qemu-user-static SUBDIR += qemu-utils SUBDIR += qemu30 + SUBDIR += qemu40 SUBDIR += qmc2 SUBDIR += quasi88 SUBDIR += riscv-fesvr Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Fri Sep 27 17:41:16 2019 (r513049) +++ head/emulators/qemu-devel/Makefile Fri Sep 27 17:55:47 2019 (r513050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 4.0.0 +PORTVERSION= 4.1.0 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ PKGNAMESUFFIX= -devel @@ -21,7 +21,7 @@ LIB_DEPENDS= libnettle.so:security/nettle \ libepoxy.so:graphics/libepoxy \ libpcre2-8.so:devel/pcre2 -USES= bison cpe gmake gnome iconv:wchar_t perl5 pkgconfig python:build tar:xz +USES= bison cpe gmake gnome iconv:wchar_t perl5 pkgconfig python:build tar:xz xorg USE_GNOME= cairo glib20 libxml2 USE_PERL5= build USE_XORG= pixman @@ -90,12 +90,12 @@ DOCS_USES= makeinfo DOCS_MAKE_ARGS_OFF= NOPORTDOCS=1 PORTDOCS= docs interop/.buildinfo interop/* qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \ - qemu-qmp-ref.html qemu-qmp-ref.txt + qemu-qmp-ref.html qemu-qmp-ref.txt specs/.buildinfo specs/* WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CONFIGURE_ARGS= --localstatedir=/var --extra-ldflags=-L\"/usr/lib\" \ - --extra-ldflags=-L\"${LOCALBASE}/lib\" --disable-libssh2 --enable-debug \ + --extra-ldflags=-L\"${LOCALBASE}/lib\" --enable-debug \ --prefix=${PREFIX} --cc=${CC} --enable-netmap --enable-docs --disable-kvm \ --disable-linux-user --disable-linux-aio --disable-xen \ --enable-debug-info --python=${PYTHON_CMD} \ Modified: head/emulators/qemu-devel/distinfo ============================================================================== --- head/emulators/qemu-devel/distinfo Fri Sep 27 17:41:16 2019 (r513049) +++ head/emulators/qemu-devel/distinfo Fri Sep 27 17:55:47 2019 (r513050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556455551 -SHA256 (qemu/4.0.0/qemu-4.0.0.tar.xz) = 13a93dfe75b86734326f8d5b475fde82ec692d5b5a338b4262aeeb6b0fa4e469 -SIZE (qemu/4.0.0/qemu-4.0.0.tar.xz) = 55628624 +TIMESTAMP = 1569438904 +SHA256 (qemu/4.1.0/qemu-4.1.0.tar.xz) = 656e60218689bdeec69903087fd7582d5d3e72238d02f4481d8dc6d79fd909c6 +SIZE (qemu/4.1.0/qemu-4.1.0.tar.xz) = 54001708 Modified: head/emulators/qemu-devel/pkg-plist ============================================================================== --- head/emulators/qemu-devel/pkg-plist Fri Sep 27 17:41:16 2019 (r513049) +++ head/emulators/qemu-devel/pkg-plist Fri Sep 27 17:55:47 2019 (r513050) @@ -55,6 +55,15 @@ man/man8/qemu-nbd.8.gz %%DATADIR%%/bios-256k.bin %%DATADIR%%/bios.bin %%DATADIR%%/canyonlands.dtb +%%DATADIR%%/edk2-aarch64-code.fd +%%DATADIR%%/edk2-arm-code.fd +%%DATADIR%%/edk2-arm-vars.fd +%%DATADIR%%/edk2-i386-code.fd +%%DATADIR%%/edk2-i386-secure-code.fd +%%DATADIR%%/edk2-i386-vars.fd +%%DATADIR%%/edk2-licenses.txt +%%DATADIR%%/edk2-x86_64-code.fd +%%DATADIR%%/edk2-x86_64-secure-code.fd %%DATADIR%%/efi-e1000.rom %%DATADIR%%/efi-e1000e.rom %%DATADIR%%/efi-eepro100.rom @@ -63,34 +72,45 @@ man/man8/qemu-nbd.8.gz %%DATADIR%%/efi-rtl8139.rom %%DATADIR%%/efi-virtio.rom %%DATADIR%%/efi-vmxnet3.rom +%%DATADIR%%/firmware/50-edk2-i386-secure.json +%%DATADIR%%/firmware/50-edk2-x86_64-secure.json +%%DATADIR%%/firmware/60-edk2-aarch64.json +%%DATADIR%%/firmware/60-edk2-arm.json +%%DATADIR%%/firmware/60-edk2-i386.json +%%DATADIR%%/firmware/60-edk2-x86_64.json %%DATADIR%%/hppa-firmware.img -%%DATADIR%%/qemu_vga.ndrv -%%DATADIR%%/s390-netboot.img -%%DATADIR%%/u-boot-sam460-20100605.bin -%%DATADIR%%/vgabios.bin -%%DATADIR%%/vgabios-cirrus.bin -%%DATADIR%%/vgabios-qxl.bin -%%DATADIR%%/vgabios-stdvga.bin -%%DATADIR%%/vgabios-virtio.bin -%%DATADIR%%/vgabios-vmware.bin -%%DATADIR%%/palcode-clipper -%%DATADIR%%/ppc_rom.bin +%%DATADIR%%/linuxboot.bin +%%LINUXBOOT_DMA%%%%DATADIR%%/linuxboot_dma.bin +%%DATADIR%%/multiboot.bin %%DATADIR%%/openbios-ppc %%DATADIR%%/openbios-sparc32 %%DATADIR%%/openbios-sparc64 +%%DATADIR%%/opensbi-riscv32-virt-fw_jump.bin +%%DATADIR%%/opensbi-riscv64-sifive_u-fw_jump.bin +%%DATADIR%%/opensbi-riscv64-virt-fw_jump.bin +%%DATADIR%%/palcode-clipper +%%DATADIR%%/petalogix-ml605.dtb +%%DATADIR%%/ppc_rom.bin %%DATADIR%%/pxe-e1000.rom %%DATADIR%%/pxe-eepro100.rom %%DATADIR%%/pxe-ne2k_pci.rom %%DATADIR%%/pxe-rtl8139.rom %%DATADIR%%/pxe-pcnet.rom %%DATADIR%%/pxe-virtio.rom -%%DATADIR%%/petalogix-ml605.dtb -%%DATADIR%%/spapr-rtas.bin -%%DATADIR%%/slof.bin +%%DATADIR%%/qemu-nsis.bmp +%%DATADIR%%/qemu_vga.ndrv %%DATADIR%%/s390-ccw.img -%%DATADIR%%/linuxboot.bin -%%LINUXBOOT_DMA%%%%DATADIR%%/linuxboot_dma.bin -%%DATADIR%%/multiboot.bin +%%DATADIR%%/s390-netboot.img +%%DATADIR%%/slof.bin +%%DATADIR%%/spapr-rtas.bin +%%DATADIR%%/u-boot-sam460-20100605.bin +%%DATADIR%%/vgabios.bin +%%DATADIR%%/vgabios-ati.bin +%%DATADIR%%/vgabios-cirrus.bin +%%DATADIR%%/vgabios-qxl.bin +%%DATADIR%%/vgabios-stdvga.bin +%%DATADIR%%/vgabios-virtio.bin +%%DATADIR%%/vgabios-vmware.bin %%DATADIR%%/sgabios.bin %%DATADIR%%/skiboot.lid %%DATADIR%%/trace-events-all Modified: head/emulators/qemu40/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Wed Sep 25 19:06:04 2019 (r512805) +++ head/emulators/qemu40/Makefile Fri Sep 27 17:55:47 2019 (r513050) @@ -5,11 +5,11 @@ PORTNAME= qemu PORTVERSION= 4.0.0 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ -PKGNAMESUFFIX= -devel +PKGNAMESUFFIX= 40 DIST_SUBDIR= qemu/${PORTVERSION} MAINTAINER= bofh@FreeBSD.org -COMMENT= QEMU CPU Emulator - development version +COMMENT= QEMU CPU Emulator - 4.0.X version LICENSE= GPLv2 @@ -24,7 +24,6 @@ LIB_DEPENDS= libnettle.so:security/nettle \ USES= bison cpe gmake gnome iconv:wchar_t perl5 pkgconfig python:build tar:xz USE_GNOME= cairo glib20 libxml2 USE_PERL5= build -USE_XORG= pixman #BROKEN_powerpc64= fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault @@ -88,6 +87,8 @@ DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html \ sphinx-build:textproc/py-sphinx DOCS_USES= makeinfo DOCS_MAKE_ARGS_OFF= NOPORTDOCS=1 +X86_TARGETS_USE_OFF= 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 \ qemu-qmp-ref.html qemu-qmp-ref.txt