Date: Fri, 30 Oct 2020 03:26:29 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553663 - head/emulators/qemu-user-static Message-ID: <202010300326.09U3QT1r068534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Fri Oct 30 03:26:29 2020 New Revision: 553663 URL: https://svnweb.freebsd.org/changeset/ports/553663 Log: emulators/qemu-user-static: update to latest bsd-user-rebase-3.1 This fixes the recent ELF fix by properly initializing the extension to the PT_LOAD segment rather than filling it with file garbage. While here, disable capstone -- this part of the build is subject to external pollution (= death), and we don't use it in qemu-user-static anyways. Modified: head/emulators/qemu-user-static/Makefile head/emulators/qemu-user-static/distinfo Modified: head/emulators/qemu-user-static/Makefile ============================================================================== --- head/emulators/qemu-user-static/Makefile Fri Oct 30 02:59:24 2020 (r553662) +++ head/emulators/qemu-user-static/Makefile Fri Oct 30 03:26:29 2020 (r553663) @@ -2,7 +2,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators PKGNAMESUFFIX= -user-static DIST_SUBDIR= qemu/${PORTVERSION} @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= qemu-user-static-devel-[0-9]* USES= bison compiler:c11 gmake perl5 pkgconfig python:build USE_GITHUB= yes -GH_TUPLE= seanbruno:qemu-bsd-user:4ae5a47a04d4 \ +GH_TUPLE= seanbruno:qemu-bsd-user:50dd9cc6ada3 \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USE_PERL5= build @@ -62,6 +62,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} --enabl --disable-sdl --disable-gtk --disable-vte --disable-gnutls --disable-vnc \ --disable-curl --disable-opengl --disable-usb-redir --disable-pcap \ --disable-docs --disable-tools --disable-system --disable-guest-agent \ + --disable-capstone \ --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" QEMU_ARCH= ${ARCH:C/amd64/x86_64/:C/powerpc/ppc/} Modified: head/emulators/qemu-user-static/distinfo ============================================================================== --- head/emulators/qemu-user-static/distinfo Fri Oct 30 02:59:24 2020 (r553662) +++ head/emulators/qemu-user-static/distinfo Fri Oct 30 03:26:29 2020 (r553663) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603137711 -SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-4ae5a47a04d4_GH0.tar.gz) = 16b8009de20ff9e8870610e9ebc237c844deb49022e27c1b188a5339898d346a -SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-4ae5a47a04d4_GH0.tar.gz) = 16903781 +TIMESTAMP = 1604027654 +SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-50dd9cc6ada3_GH0.tar.gz) = 0907efe319935c01ec19e9989f4bda32ec40d48bea7d29a10811a59a25e9cd4d +SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-50dd9cc6ada3_GH0.tar.gz) = 16902851 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010300326.09U3QT1r068534>