Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 01:01:08 +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: r554661 - head/emulators/qemu-user-static
Message-ID:  <202011090101.0A9118pV098947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Mon Nov  9 01:01:08 2020
New Revision: 554661
URL: https://svnweb.freebsd.org/changeset/ports/554661

Log:
  emulators/qemu-user-static: update to d618de655
  
  Primarily fixes qemu-user-static with the upstream switch to enabling
  ARM_FEATURE_EL3 by default (I note that this actually eventually gets
  reverted on its own just for CONFIG_USER in later revisions of qemu).
  
  It also fixes some really fundamental breakage that was observed in, e.g.,
  grep and most other applications. The official armv7 builder, beefy12, was
  seeing an incredibly similar failure.

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	Mon Nov  9 00:35:58 2020	(r554660)
+++ head/emulators/qemu-user-static/Makefile	Mon Nov  9 01:01:08 2020	(r554661)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	3.1.0
-PORTREVISION=	4
+PORTREVISION=	5
 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:269a4ac935ce7	\
+GH_TUPLE=	seanbruno:qemu-bsd-user:d618de655ac82	\
 		qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
 HAS_CONFIGURE=	yes
 USE_PERL5=	build

Modified: head/emulators/qemu-user-static/distinfo
==============================================================================
--- head/emulators/qemu-user-static/distinfo	Mon Nov  9 00:35:58 2020	(r554660)
+++ head/emulators/qemu-user-static/distinfo	Mon Nov  9 01:01:08 2020	(r554661)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1604458817
-SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-269a4ac935ce7_GH0.tar.gz) = 6efc4065191544bf343bd57b9612776be2ee264094ca8e533c4d999418693068
-SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-269a4ac935ce7_GH0.tar.gz) = 16902013
+TIMESTAMP = 1604882444
+SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-d618de655ac82_GH0.tar.gz) = 3dadc85d2c611a4c7bb3b86d38506433aa4435ead830cdd629a389d0c9294792
+SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-d618de655ac82_GH0.tar.gz) = 16902922
 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?202011090101.0A9118pV098947>