Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 01:09:32 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454929 - head/emulators/qemu-sbruno/files
Message-ID:  <201711270109.vAR19WQU042655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711270109.vAR19WQU042655>