notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/qemu50/Makefile
SVNWeb

Number of commits found: 8

Tue, 16 Nov 2021
[ 20:03 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:05ef481d145c4be469d358851134768deb8c75a7  commit hash:05ef481d145c4be469d358851134768deb8c75a7  commit hash:05ef481d145c4be469d358851134768deb8c75a7  05ef481  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
emulators/qemu52: Moved to emulators/qemu5

- Has been updated to 5.2.0.
- This is the last version of 5.X.X branch of qemu and part of updating
  emulators/qemu to latest 6.X.X branch.
- Added a stripped down version of qemu5-nox11 with FLAVORS
- Removed some reference to oszoo.org which no longer hosts qemu images
  and is totally an irrelevent site
Sun, 10 Oct 2021
[ 19:44 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Sun, 12 Sep 2021
[ 21:06 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:127ab8c8244385e5929db5fed4aecaf966a612cd  commit hash:127ab8c8244385e5929db5fed4aecaf966a612cd  commit hash:127ab8c8244385e5929db5fed4aecaf966a612cd  127ab8c 
emulators/qemu50: fix build on powerpc

Same fix as other qemu ports + clang goes into infinite loop, so use GCC.
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 18 Feb 2021
[ 15:58 pkubaj search for other commits by this committer ] Original commit   Revision:565945
emulators/qemu50: enable on powerpc64le
Thu, 22 Oct 2020
[ 13:20 pkubaj search for other commits by this committer ] Original commit   Revision:552973
emulators/qemu50: fix build on GCC architectures

Adding -L/usr/lib make gcc from ports prefer /usr/lib instead of its own
/usr/local/lib/gcc9, which makes build fail:
/usr/local/bin/ld: accel/tcg/tcg-runtime.o: in function `clrsb32':
/wrkdirs/usr/ports/emulators/qemu50/work/qemu-5.0.0/include/qemu/host-utils.h:211:
undefined reference to `__clrsbdi2'

Tested for no breakage on 12.1/i386, 12.2/amd64 and 13.0/powerpc64.

MFH:		2020Q4 (fix build blanket)
Sat, 18 Jul 2020
[ 22:48 bofh search for other commits by this committer ] Original commit   Revision:542535 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
[NEW] emulators/qemu50: QEMU CPU Emulator - 5.0.X branch

QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.
QEMU has two operating modes:

* Full system emulation. In this mode, QEMU emulates a full system
  (for example a PC), including a processor and various peripherials.
  It can be used to launch different Operating Systems without rebooting
  the PC or to debug system code.
* User mode emulation (Linux host only). In this mode, QEMU can launch
  Linux processes compiled for one CPU on another CPU. It can be used to
  launch the Wine Windows API emulator or to ease cross-compilation and
  cross-debugging.

As QEMU requires no host kernel patches to run, it is very safe and easy to use.

See also the preconfigured system images on http://oszoo.org/
Many live cd isos also work.

WWW: http://wiki.qemu.org/Main_Page

Number of commits found: 8