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/qemu41/Makefile
SVNWeb

Number of commits found: 8

Fri, 10 Dec 2021
[ 11:05 Rene Ladan (rene) search for other commits by this committer ]    commit hash:c46943ed9d699a2b3a9e80c92c199c15d734d773  commit hash:c46943ed9d699a2b3a9e80c92c199c15d734d773  commit hash:c46943ed9d699a2b3a9e80c92c199c15d734d773  c46943e  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
cleanup: Remove expired ports:

2021-12-10 emulators/qemu41: Use emulators/qemu or emulators/qemu-devel
Fri, 5 Nov 2021
[ 01:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:999db79989e8558d63cb9442eb9ced71b28812cd  commit hash:999db79989e8558d63cb9442eb9ced71b28812cd  commit hash:999db79989e8558d63cb9442eb9ced71b28812cd  999db79 
emulators/qemu41: UNBREAK for 13.X and later

- Mark DEPRECATED as there are more recent versions in the tree
- Update pkg-descr as https://oszoo.org no longer hosts qemu images and
  is totally an irrelevent site
- Do some housekeeping to remove stage-qa errors
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)
Sat, 24 Jul 2021
[ 02:03 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:f443dee6318e2ff3b869a3add0a6c5155b5a7e7c  commit hash:f443dee6318e2ff3b869a3add0a6c5155b5a7e7c  commit hash:f443dee6318e2ff3b869a3add0a6c5155b5a7e7c  f443dee 
emulators/qemu41: fix build on powerpc

/wrkdirs/usr/ports/emulators/qemu41/work/qemu-4.1.1/tcg/ppc/tcg-target.inc.c:1915:3:
error: "Unhandled abi"
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
[ 16:50 pkubaj search for other commits by this committer ] Original commit   Revision:565952
emulators/qemu41: enable on powerpc64le
Fri, 10 Jul 2020
[ 16:13 bofh search for other commits by this committer ] Original commit   Revision:541864
[NEW] emulators/qemu41: QEMU CPU Emulator - 4.1.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

In preparation for updating emulators/qemu to 4.2.X branch

Number of commits found: 8