From dbc8d4a8be751066be977999cb8e6bd9d56cd6e6 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Tue, 6 Jan 2015 19:47:28 +0000 Subject: - Update emulators/qemu-sbruno to latest github snapshot, fixing the bsd-user targets on 8 and 9. - Switch emulators/qemu-user-static to be slave of emulators/qemu-sbruno. - Update emulators/qemu-devel to latest upstream release 2.2.0, now w/o bsd-user patches and knob again. (Or at least until the patches are merged upstream...) [1] - Add appropriate CONFLICTS to emulators/qemu too and bump its PORTREVISION. Suggested by: andrew [1] (for the benefit of testing aarch64 guests) --- emulators/qemu-devel/files/extra-patch-kernproc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 emulators/qemu-devel/files/extra-patch-kernproc (limited to 'emulators/qemu-devel/files/extra-patch-kernproc') diff --git a/emulators/qemu-devel/files/extra-patch-kernproc b/emulators/qemu-devel/files/extra-patch-kernproc deleted file mode 100644 index dd5e7952a36f..000000000000 --- a/emulators/qemu-devel/files/extra-patch-kernproc +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/bsd-user/bsdload.c b/bsd-user/bsdload.c -index 28a8bba..a1d8747 100644 ---- a/bsd-user/bsdload.c -+++ b/bsd-user/bsdload.c -@@ -228,7 +228,7 @@ int loader_exec(const char * filename, char ** argv, char ** envp, - bprm->fullpath = g_strdup(fullpath); - } else { - retval = open(execname, O_RDONLY); -- bprm->fullpath = NULL; -+ bprm->fullpath = g_strdup(execname); - } - if (execname) { - g_free((void *)execname); -- cgit v1.2.3