aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2018-02-02 05:06:28 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:33:15 +0800
commit54db0ca8815190e7647afa3f70ca1d27a5040942 (patch)
tree085be88c6c9cda2ac3d85daa5ba9886fa6a53abf
parente836f7162a5c05b5e5648308f3670ed6303583e3 (diff)
downloadfreebsd-ports-gnome-54db0ca8815190e7647afa3f70ca1d27a5040942.tar.gz
freebsd-ports-gnome-54db0ca8815190e7647afa3f70ca1d27a5040942.tar.zst
freebsd-ports-gnome-54db0ca8815190e7647afa3f70ca1d27a5040942.zip
emulators/qemu-sbruno add missing files to pkg-plist
Submitted by: amdmi3
-rw-r--r--emulators/qemu-sbruno/Makefile2
-rw-r--r--emulators/qemu-sbruno/pkg-plist4
2 files changed, 5 insertions, 1 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile
index 1e3fcc3474a9..0e2fbd619656 100644
--- a/emulators/qemu-sbruno/Makefile
+++ b/emulators/qemu-sbruno/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qemu
PORTVERSION= 2.11.50.g20171215
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= GH
PKGNAMESUFFIX?= -sbruno
diff --git a/emulators/qemu-sbruno/pkg-plist b/emulators/qemu-sbruno/pkg-plist
index c0dd28c707d7..aeee16bcb1c0 100644
--- a/emulators/qemu-sbruno/pkg-plist
+++ b/emulators/qemu-sbruno/pkg-plist
@@ -16,6 +16,8 @@
%%NONX86%%bin/qemu-system-mips64el
%%NONX86%%bin/qemu-system-mipsel
%%NONX86%%bin/qemu-system-moxie
+%%NONX86%%bin/qemu-system-nios2
+%%NONX86%%bin/qemu-system-or1k
%%NONX86%%bin/qemu-system-ppc
%%NONX86%%bin/qemu-system-ppc64
%%NONX86%%bin/qemu-system-ppcemb
@@ -119,7 +121,9 @@
%%SOFTMMU%%%%DATADIR%%/pxe-virtio.rom
%%SOFTMMU%%%%DATADIR%%/qemu-icon.bmp
%%SOFTMMU%%%%DATADIR%%/qemu_logo_no_text.svg
+%%SOFTMMU%%%%DATADIR%%/qemu_vga.ndrv
%%SOFTMMU%%%%DATADIR%%/s390-ccw.img
+%%SOFTMMU%%%%DATADIR%%/s390-netboot.img
%%SOFTMMU%%%%DATADIR%%/sgabios.bin
%%SOFTMMU%%%%DATADIR%%/slof.bin
%%SOFTMMU%%%%DATADIR%%/spapr-rtas.bin
class='deletions'>-1/+1 * Fix breakage in the presence of ffmpegvs2005-03-085-4/+63 * - Try harder when determining WRKSRC of pwlib build-time dependency:sergei2005-02-211-5/+4 * With portmgr hat on, reset Roger's maintainership of these ports. Whilelinimon2004-12-051-1/+1 * Unbreak with gcc 3.4.sobomax2004-08-291-0/+10 * Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bumpsobomax2004-06-081-3/+1 * Fix build-issue when ffmpeg is installed.vs2004-05-262-3/+35 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2 * Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-2/+1 * Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theeik2004-03-121-0/+2 * - Style: s/@freebsd.org/@FreeBSD.org/pav