diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-10-30 11:26:29 +0800 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-10-30 11:26:29 +0800 |
commit | 0e121ca6d3aedd07ef9844202941bd1a051b2782 (patch) | |
tree | b1ca37a3d91f15c87277dc31a9707993a82a9d4b /emulators | |
parent | fb1827431f6b0efb86ede970d61f127853ee04da (diff) | |
download | freebsd-ports-gnome-0e121ca6d3aedd07ef9844202941bd1a051b2782.tar.gz freebsd-ports-gnome-0e121ca6d3aedd07ef9844202941bd1a051b2782.tar.zst freebsd-ports-gnome-0e121ca6d3aedd07ef9844202941bd1a051b2782.zip |
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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-user-static/Makefile | 5 | ||||
-rw-r--r-- | emulators/qemu-user-static/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index 416c07baf349..a04c098ba06d 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -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} --enable-docs \ --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/} diff --git a/emulators/qemu-user-static/distinfo b/emulators/qemu-user-static/distinfo index 92200bddd136..9a0119907359 100644 --- a/emulators/qemu-user-static/distinfo +++ b/emulators/qemu-user-static/distinfo @@ -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 |