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

Number of commits found: 8

Sun, 31 Oct 2021
[ 09:47 Rene Ladan (rene) search for other commits by this committer ]    commit hash:5cce2a3255cad85f5f9411abfc3967d53f7a17bf  commit hash:5cce2a3255cad85f5f9411abfc3967d53f7a17bf  commit hash:5cce2a3255cad85f5f9411abfc3967d53f7a17bf  5cce2a3  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
cleanup: Remove expired ports:

2021-10-31 emulators/advancemenu: Heavily outdated and unmaintained
2021-11-01 emulators/qemu31: Use emulators/qemu or emulators/qemu-devel
Fri, 1 Oct 2021
[ 21:07 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:1a54adbdb84db5f9bac9f561fa0e86b7c2eb6235  commit hash:1a54adbdb84db5f9bac9f561fa0e86b7c2eb6235  commit hash:1a54adbdb84db5f9bac9f561fa0e86b7c2eb6235  1a54adb 
emulators/qemu31: 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
Fri, 24 Sep 2021
[ 14:13 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:8c90d56f4c6e32abbab60707638a303c37ea4eda  commit hash:8c90d56f4c6e32abbab60707638a303c37ea4eda  commit hash:8c90d56f4c6e32abbab60707638a303c37ea4eda  8c90d56 
emulators/qemu31: Mark as broken on aarch64.
Sat, 24 Jul 2021
[ 02:03 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:0cf06a09a9311411881eca000d4f5354297f569e  commit hash:0cf06a09a9311411881eca000d4f5354297f569e  commit hash:0cf06a09a9311411881eca000d4f5354297f569e  0cf06a0 
emulators/qemu31: fix build on powerpc

/wrkdirs/usr/ports/emulators/qemu31/work/qemu-3.1.1.1/tcg/ppc/tcg-target.inc.c:1922: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.
Sat, 16 May 2020
[ 10:51 sunpoet search for other commits by this committer ] Original commit   Revision:535391 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for security/nettle shlib change
Mon, 25 Nov 2019
[ 09:43 bofh search for other commits by this committer ] Original commit   Revision:518393
[NEW] emulators/qemu31: QEMU CPU Emulator - 3.1.X version

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

This is a repocopy of emulators/qemu as qemu will be updated to latest
STABLE 4.1.X branch

Number of commits found: 8