svn commit: r533074 - in head: . emulators emulators/qemu-user-static

Kyle Evans kevans at FreeBSD.org
Sun Apr 26 15:45:12 UTC 2020


Author: kevans
Date: Sun Apr 26 15:45:11 2020
New Revision: 533074
URL: https://svnweb.freebsd.org/changeset/ports/533074

Log:
  Remove the old emulators/qemu-user-static from the tree
  
  This will be momentarily replaced by a repocopy of qemu-user-static-devel
  back over to qemu-user-static. With the update of qemu-user-static to 3.1,
  emulators/qemu-user-static will no longer be a slave port and
  emulators/qemu-sbruno will be deprecated in a couple months.
  
  Some history is being lost in this transition, but almost all of the
  interesting parts of qemu-user-static were in the master port qemu-sbruno
  anyways, which qemu-user-static-devel is repoderived from.
  
  PR:		243906
  Approved by:	koobs (mentor)

Deleted:
  head/emulators/qemu-user-static/
Modified:
  head/MOVED
  head/emulators/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Apr 26 15:01:07 2020	(r533073)
+++ head/MOVED	Sun Apr 26 15:45:11 2020	(r533074)
@@ -14551,3 +14551,4 @@ emulators/qemu30|emulators/qemu31|2020-04-21|Has expir
 editors/nano-devel||2020-04-23|Removed: Obsolete now, use editors/nano instead
 devel/py-liblarch||2020-04-25|Removed: uses deprecated version of python; no consumers left
 sysutils/DTraceToolkit|sysutils/dtrace-toolkit|2020-04-26|Renamed to match the package name
+emulators/qemu-user-static||2020-04-25|Slave port being replaced by a copy of qemu-user-static-devel

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Sun Apr 26 15:01:07 2020	(r533073)
+++ head/emulators/Makefile	Sun Apr 26 15:45:11 2020	(r533074)
@@ -110,7 +110,6 @@
     SUBDIR += qemu-devel
     SUBDIR += qemu-powernv
     SUBDIR += qemu-sbruno
-    SUBDIR += qemu-user-static
     SUBDIR += qemu-user-static-devel
     SUBDIR += qemu-utils
     SUBDIR += qemu31


More information about the svn-ports-all mailing list