svn commit: r454929 - head/emulators/qemu-sbruno/files

Mark Linimon linimon at FreeBSD.org
Mon Nov 27 01:09:33 UTC 2017


Author: linimon
Date: Mon Nov 27 01:09:32 2017
New Revision: 454929
URL: https://svnweb.freebsd.org/changeset/ports/454929

Log:
  Alpha sort _stop function.  Doesn't really affect anything (build-tested on armv7).
  I have had this patch lurking in my tree for a while.

Modified:
  head/emulators/qemu-sbruno/files/qemu_user_static.in

Modified: head/emulators/qemu-sbruno/files/qemu_user_static.in
==============================================================================
--- head/emulators/qemu-sbruno/files/qemu_user_static.in	Sun Nov 26 23:19:35 2017	(r454928)
+++ head/emulators/qemu-sbruno/files/qemu_user_static.in	Mon Nov 27 01:09:32 2017	(r454929)
@@ -138,12 +138,12 @@ list_cmd="${BINMISCCTL} list"
 
 %%NAME%%_stop()
 {
-	${BINMISCCTL} remove mips64
 	${BINMISCCTL} remove arm
 	${BINMISCCTL} remove armv6
 	${BINMISCCTL} remove armv7
 	${BINMISCCTL} remove aarch64
 	${BINMISCCTL} remove mips
+	${BINMISCCTL} remove mips64
 	${BINMISCCTL} remove mipsel
 	${BINMISCCTL} remove powerpc
 	${BINMISCCTL} remove powerpc64


More information about the svn-ports-all mailing list