<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/emulators, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-07-21T23:20:33Z</updated>
<entry>
<title>emulators/sameboy: Strip binaries</title>
<updated>2026-07-21T23:20:33Z</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2026-07-21T23:09:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=74821fa23a4596a42bc1f7af11b838bc2351dc48'/>
<id>urn:sha1:74821fa23a4596a42bc1f7af11b838bc2351dc48</id>
<content type='text'>
- Set build warnings to upstream defaults

MFH:		2026Q3
</content>
</entry>
<entry>
<title>lang/rust: Bump revisions after 1.97.1</title>
<updated>2026-07-21T06:47:24Z</updated>
<author>
<name>Mikael Urankar</name>
<email>mikael@FreeBSD.org</email>
</author>
<published>2026-07-21T06:47:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9c892d26015fa543bc587dcd7d241c57af7e13f4'/>
<id>urn:sha1:9c892d26015fa543bc587dcd7d241c57af7e13f4</id>
<content type='text'>
PR:		296645
</content>
</entry>
<entry>
<title>emulators/flexemu: Update to 3.32.1</title>
<updated>2026-07-18T05:02:12Z</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2026-07-18T05:02:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=195225060bcde010bde44aecb8cc77b61d14db57'/>
<id>urn:sha1:195225060bcde010bde44aecb8cc77b61d14db57</id>
<content type='text'>
Changelog:	https://github.com/aladur/flexemu/commit/34b61bdaf62628bea2bd682584777f1640861038

Reported by:	portscout
MFH:		2026Q3
</content>
</entry>
<entry>
<title>emulators/wine-proton: Update 9.0-3 =&gt; 10.0-4</title>
<updated>2026-07-14T09:37:40Z</updated>
<author>
<name>Thibault Payet</name>
<email>monwarez@mailoo.org</email>
</author>
<published>2026-07-14T09:32:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=03086f46e2318f8cefc7419abfd2f07fad908110'/>
<id>urn:sha1:03086f46e2318f8cefc7419abfd2f07fad908110</id>
<content type='text'>
Changelog:
This update brings the so-called new wow64 mode, which could be
activated either by invoking /usr/local/wine-proton/bin-wow64/wine
or setting the PROTON_USE_WOW64 env variable for the Steam client.

files/patch-server_ptrace.c contain a partial revert of
https://github.com/ValveSoftware/wine/commit/9890af7bb352f93645bb0c7c705ff536c78efb02

Additional patches:

The following patch is used for thread counts that fixes games like
Cyberpunk 2077:

- files/patch-dlls_ntdll_unix_system.c

While the hwloc patch is more correct, it is a bigger patch that won't
be needed once 11.0 land (wine-proton 11 does include hwloc).

The following patch disable hidraw for dualsense controller since it
does not work:
- files/patch-dlls_winebus.sys_main.c

Fix build with llvm22.

Flavorize port: default (with pulseaudio disabled) and pulse.

PR:		296731
Sponsored by:	UNIS Labs
Co-authored-by:	Alex S &lt;iwtcex@gmail.com&gt;
Co-authored-by:	Vladimir Druzenko &lt;vvd@FreeBSD.org&gt;
</content>
</entry>
<entry>
<title>emulators/fab-agon-emulator: Emulator of the Agon Light Computer</title>
<updated>2026-07-13T20:43:02Z</updated>
<author>
<name>Alexey Vyskubov</name>
<email>alexey@pentode.fi</email>
</author>
<published>2026-01-10T17:08:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c123c074f629c7264b51a6a6655d91909f72e9da'/>
<id>urn:sha1:c123c074f629c7264b51a6a6655d91909f72e9da</id>
<content type='text'>
An emulator of the Agon Light, Olimex Agon Light 2, and Agon Console8 8-bit
computers.

The Agon Light is a modern, fully open-source, 8-bit microcomputer and
microcontroller in one small, low-cost board, designed by Bernado Kastrup aka
The Byte Attic. As a computer, it is a standalone device that requires no host
PC: it puts out its own video (VGA), audio (2 identical mono channels), accepts
a PS/2 keyboard and has its own mass-storage in the form of a micro-SD card. The
Olimex Agon Light 2 is a variation on the original Agon Light design.

The Agon Console8 is a version of the Agon Light that also includes two
Atari-compatible joystick ports, and a PS/2 mouse port, and a stylish case. It
was also designed by Bernado Kastrup aka The Byte Attic, and is manufactured by
Heber Ltd.

The Agon Light, Olimex Agon Light 2, and the Agon Console8 are all fully
compatible with each other. Software written for one will run on the other, and
the same firmware can be used on both.

The information about the computer is available at
https://www.thebyteattic.com/p/agon.html

The port provides both graphical SDL3-based emulator (fab-agon-emulator) and a
terminal emulator (agon-cli-emulator).

WWW: https://github.com/tomm/fab-agon-emulator

PR:		292346
</content>
</entry>
<entry>
<title>emulators/linux_base-rl9: update to Rocky Linux 9.8 release</title>
<updated>2026-07-12T16:06:18Z</updated>
<author>
<name>Dima Panov</name>
<email>fluffy@FreeBSD.org</email>
</author>
<published>2026-07-12T11:34:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3e8e35c4e47a651f45c874f3ab79b69b5540a20d'/>
<id>urn:sha1:3e8e35c4e47a651f45c874f3ab79b69b5540a20d</id>
<content type='text'>
-brotli_ver=		1.0.9-7.el9_5
+brotli_ver=		1.0.9-9.el9_7
-bzip2_ver=		1.0.8-10.el9_5
+bzip2_ver=		1.0.8-11.el9
-coreutils_ver=		8.32-39.el9
+coreutils_ver=		8.32-41.el9_8
-gcc_ver=		11.5.0-11.el9
+gcc_ver=		11.5.0-14.el9
-glib2_ver=		2.68.4-18.el9_7
+glib2_ver=		2.68.4-19.el9_8.1
-glibc_ver=		2.34-231.el9_7.2
+glibc_ver=		2.34-272.el9_8
-krb5_ver=		1.21.1-8.el9_6
+krb5_ver=		1.21.1-10.el9_8
-libcap_ver=		2.48-10.el9
+libcap_ver=		2.48-10.el9_7.1
-libedit_ver=		3.1-38.20210216cvs.el9
+libedit_ver=		3.1-39.20210216cvs.el9
-libsoup_ver=		2.72.0-12.el9_7.1
+libsoup_ver=		2.72.0-16.el9_8.1
-mpfr_ver=		4.1.0-7.el9
+mpfr_ver=		4.1.0-10.el9
-openssl_ver=		3.5.1-4.el9_7
+openssl_ver=		3.5.5-2.el9_8
-sed_ver=		4.8-9.el9
+sed_ver=		4.8-10.el9_8
-util_ver=		2.37.4-21.el9
+util_ver=		2.37.4-25.el9
</content>
</entry>
<entry>
<title>*/*: Bump consumers after librashader update update</title>
<updated>2026-07-12T07:24:02Z</updated>
<author>
<name>Stefan Schlosser</name>
<email>bsdcode@disroot.org</email>
</author>
<published>2026-07-06T11:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=01100115fdff4520ef6a20426ac50af221da9cd9'/>
<id>urn:sha1:01100115fdff4520ef6a20426ac50af221da9cd9</id>
<content type='text'>
In this case there's only one, emulators/ares

PR:		296551
</content>
</entry>
<entry>
<title>*/*: Update maintainer e-mail address</title>
<updated>2026-07-11T19:09:45Z</updated>
<author>
<name>Alexander Vereeken</name>
<email>Alexander88207@protonmail.com</email>
</author>
<published>2026-07-11T16:55:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ba4d25929c804fce4cf29a638504d38560ac1b6f'/>
<id>urn:sha1:ba4d25929c804fce4cf29a638504d38560ac1b6f</id>
<content type='text'>
PR:		296700
MFH:		2026Q3
Approved by:	Alexander Vereeken &lt;Alexander88207@protonmail.com&gt; (maintainer)
Approved by:	db@, yuri@ (Mentors, implicit)
</content>
</entry>
<entry>
<title>emulators/wine-devel: Update 11.12 =&gt; 11.13</title>
<updated>2026-07-11T15:33:58Z</updated>
<author>
<name>Thibault Payet</name>
<email>monwarez@mailoo.org</email>
</author>
<published>2026-07-11T15:33:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=383868cc8be66509dd63deeee072ed23441182f4'/>
<id>urn:sha1:383868cc8be66509dd63deeee072ed23441182f4</id>
<content type='text'>
Changelog:
- Better support for input pointers.
- Improved keyboard scancode mapping on X11.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.13

PR:		296690
Sponsored by:	UNIS Labs
</content>
</entry>
<entry>
<title>emulators/qemu-user-static: Fix build on main</title>
<updated>2026-07-10T16:28:08Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2026-07-10T16:28:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c70c004f34b8afa268d8dce2ee7b1622f55f052d'/>
<id>urn:sha1:c70c004f34b8afa268d8dce2ee7b1622f55f052d</id>
<content type='text'>
MFH:		2026Q3
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D58153
</content>
</entry>
</feed>
