Date: Tue, 29 Aug 2017 18:22:55 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448935 - in head/emulators/qemu-sbruno: . files Message-ID: <201708291822.v7TIMtwv068693@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Tue Aug 29 18:22:54 2017 New Revision: 448935 URL: https://svnweb.freebsd.org/changeset/ports/448935 Log: Remove the armv7 configuration when shutting down. PR: 221903 Submitted by: linimon Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/files/qemu_user_static.in Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Aug 29 18:19:33 2017 (r448934) +++ head/emulators/qemu-sbruno/Makefile Tue Aug 29 18:22:54 2017 (r448935) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.9.94.g20170825 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= GH PKGNAMESUFFIX?= -sbruno Modified: head/emulators/qemu-sbruno/files/qemu_user_static.in ============================================================================== --- head/emulators/qemu-sbruno/files/qemu_user_static.in Tue Aug 29 18:19:33 2017 (r448934) +++ head/emulators/qemu-sbruno/files/qemu_user_static.in Tue Aug 29 18:22:54 2017 (r448935) @@ -141,6 +141,7 @@ list_cmd="${BINMISCCTL} list" ${BINMISCCTL} remove mips64 ${BINMISCCTL} remove arm ${BINMISCCTL} remove armv6 + ${BINMISCCTL} remove armv7 ${BINMISCCTL} remove aarch64 ${BINMISCCTL} remove mips ${BINMISCCTL} remove mipsel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708291822.v7TIMtwv068693>