port that now also works for the 32 bit "qemu" executable on amd64
(if you build with the KQEMU knob on, you have to deinstall the old
kqemu-kmod first if it is installed)
- Add an ALL_TARGETS knob that, if turned off, omits the remaining dyngen
targets, eliminating the need for gcc 3.4 (everything but ppc and sh4
has been converted to tcg in this snapshot)
- Add tcg fixes for amd64 guests on i386 hosts (two of three have been
committed to qemu svn in the meantime) [1]
- Update the pkg-message about kqemu on amd64, and add a note about using
nfs with slirp, the latter [2]
- Homepage now at http://bellard.org/qemu/ - update links
Submitted by: nox [1]
Submitted by: joerg [2]
- Add a fix to make -nox11 build still possible
- Remove broken install targets for kmods within build.
- Remove obsolete, applied patches, rename hgfsmounter to mount.vmhgfs
- Fix GUESTAPP_TOOLS_INSTALL_PATH path. Thanks to Ari.Suutari@syncrontech.com
- Fix for the shrink tab option. Thanks to ernestgwilsonii@gmail.com
- Many more gdiplus functions implemented.
- Improved graphics tablet support.
- Many Richedit fixes and improvements.
- Support for HWND_MESSAGE windows. - A lot of new MSHTML functions.
- Many fixes in MSI registry handling.
- Initial implementation of the inetmib1 DLL.
- Improvements to the quartz renderers.
- Various bug fixes.
package, which accesses MSDOS file systems. I use it for file exchange with a
Z80-PC simulator, but it works on floppy devices as well.
WWW: http://www.moria.de/~michael/cpmtools/
PR: ports/120184
Submitted by: Sven Klose <pixel@hugbox.org>
Approved by: gabor (mentor, implicit)
Hack the configure script to succeed when building with HAL support on
FreeBSD 6.x. [1] Add an OPTION called HAL to enable/disable building with
HAL support and explicitly force one of these as opposed to just depending
on the environment.
Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1]
Start adding OPTIONS for this port, the first one called CUPS to break
to hard dependency on the cups-base port.
PR: 119199
Submitted by: scf, Christoph Mallon <christoph.mallon@gmx.de>
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
written in C. It is designed to run on any POSIX system
(Linux/BSD/UNIX-like OSes).
WWW: http://xcpc.sourceforge.net/
PR: ports/120189
Submitted by: Sven Klose <pixel@hugbox.org>
Approved by: gabor (mentor)
xjoypad allows an USB joypad (probably a USB Joystick, too)
to be used with games on linux (probably other unix-like
operating systems too). This is done by mapping the joypad
events to X keyboard events which are sent to the window
currently having the focus. Therefore only keyboard-controlled
games are currently supported by xjoypad. xjoypad was written
to add joypad support to the playstation emulator epsxe.
PR: ports/95990
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>