Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2020 18:39:54 +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: r548669 - in head/emulators: qemu-user-static qemu-user-static-devel qemu-user-static-devel/files qemu-user-static/files
Message-ID:  <202009141839.08EIdsd6041980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Mon Sep 14 18:39:53 2020
New Revision: 548669
URL: https://svnweb.freebsd.org/changeset/ports/548669

Log:
  emulator/qemu-user-static: fix major regression from signal refactor
  
  Excellent diagnosis by Andrew Gierth revealed the exact nature of the
  regression from previous signal handling fixes; gobject-introspection now
  builds, and we should be able to once again build a pretty large chunk of
  the ports tree.
  
  The configure script patch has been incorporated into our tree, so the patch
  may be removed.
  
  As mentioned previously, qemu-user-static and qemu-user-static-devel will
  not always be updated in lockstep; future changes will land to
  qemu-user-static-devel first followed by qemu-user-static.

Deleted:
  head/emulators/qemu-user-static-devel/files/patch-configure
  head/emulators/qemu-user-static/files/patch-configure
Modified:
  head/emulators/qemu-user-static-devel/Makefile
  head/emulators/qemu-user-static-devel/distinfo
  head/emulators/qemu-user-static/Makefile
  head/emulators/qemu-user-static/distinfo

Modified: head/emulators/qemu-user-static-devel/Makefile
==============================================================================
--- head/emulators/qemu-user-static-devel/Makefile	Mon Sep 14 18:35:38 2020	(r548668)
+++ head/emulators/qemu-user-static-devel/Makefile	Mon Sep 14 18:39:53 2020	(r548669)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	3.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 PKGNAMESUFFIX=	-user-static-devel
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL=	qemu-user-static-[0-9]*
 
 USES=		bison compiler:c11 gmake perl5 pkgconfig python:build
 USE_GITHUB=	yes
-GH_TUPLE=	seanbruno:qemu-bsd-user:e21442a	\
+GH_TUPLE=	seanbruno:qemu-bsd-user:ed53c04a13	\
 		qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
 HAS_CONFIGURE=	yes
 USE_PERL5=	build

Modified: head/emulators/qemu-user-static-devel/distinfo
==============================================================================
--- head/emulators/qemu-user-static-devel/distinfo	Mon Sep 14 18:35:38 2020	(r548668)
+++ head/emulators/qemu-user-static-devel/distinfo	Mon Sep 14 18:39:53 2020	(r548669)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1576119784
-SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-e21442a_GH0.tar.gz) = 8396a53fbf6f46f89327bc0b747aca928dc21916f67952f938f6c527ccab8cfd
-SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-e21442a_GH0.tar.gz) = 16902208
+TIMESTAMP = 1600104424
+SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-ed53c04a13_GH0.tar.gz) = e464282b0a953b2622801fa370841ec6073cda0fd78c9946e0e9fcf0b2956d48
+SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-ed53c04a13_GH0.tar.gz) = 16904224
 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
 SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895

Modified: head/emulators/qemu-user-static/Makefile
==============================================================================
--- head/emulators/qemu-user-static/Makefile	Mon Sep 14 18:35:38 2020	(r548668)
+++ head/emulators/qemu-user-static/Makefile	Mon Sep 14 18:39:53 2020	(r548669)
@@ -2,6 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	emulators
 PKGNAMESUFFIX=	-user-static
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -17,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:e21442a	\
+GH_TUPLE=	seanbruno:qemu-bsd-user:ed53c04a13	\
 		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 Sep 14 18:35:38 2020	(r548668)
+++ head/emulators/qemu-user-static/distinfo	Mon Sep 14 18:39:53 2020	(r548669)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1576119784
-SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-e21442a_GH0.tar.gz) = 8396a53fbf6f46f89327bc0b747aca928dc21916f67952f938f6c527ccab8cfd
-SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-e21442a_GH0.tar.gz) = 16902208
+TIMESTAMP = 1600104424
+SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-ed53c04a13_GH0.tar.gz) = e464282b0a953b2622801fa370841ec6073cda0fd78c9946e0e9fcf0b2956d48
+SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-ed53c04a13_GH0.tar.gz) = 16904224
 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?202009141839.08EIdsd6041980>