summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/qemu.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glib: Update to 2.56.4Kinsey Moore2024-04-041-1/+1
| | | | This updates glib to 2.56.4 for AArch64 build support.
* devel/qemu: Update QEMU to 5.2.0-rc1Chris Johns2020-11-131-1/+1
| | | | | - This version of qemu uses meson and ninja to build. You will need to install ninja to build. No checks are made until meson run
* re/pixman: Revert the accidental commit.Chris Johns2020-05-081-1/+1
| | | | - Move qemu to 0.40.0 so pixman builds on FreeBSD 12
* qemu: Update glib to build on newer gccMartin Erik Werner2020-03-201-1/+1
| | | | | | | | | | | | | | | | | | | Update the glib version to 2.48.2 in order to fix build failure on newer gcc[0]. Force internal version of libpcre for glib, since otherwise the build failed, presumably since libpcre is not provided as a module (maybe it should?). Increasing the glib version further to the current latest was not tested. [0] CC libglib_2_0_la-gdate.lo ../../glib-2.39.3/glib/gdate.c: In function 'g_date_strftime': ../../glib-2.39.3/glib/gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral] tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm); ^~~~~~
* qemu: Add a package name to create a tarball.Chris Johns2016-03-071-0/+5
|
* config,sb: Qemu build updates for FreeBSD and the start of MinG32.Chris Johns2014-04-081-0/+1
| | | | | | | | | | Hack round the FreeBSD iconv support in Freebsd 10. In 10 libc now supports iconv however iconv.h is present under /usr/local. Start to add support to build qemu for MinGW via a Cxc. This is a work in progress and contains lots of hidden traps. In config.py separate out of the canadian build status.
* config: Add support to build qemu.Chris Johns2014-02-041-0/+18
Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.