- Use SF macro
- Add new knob, WITH_MIDI_PLAYER_ARGS
- Use FreeType for font rendering instead of sprites. This brings full
unicode support (input, rendering, file I/O) and greatly enhances
internationalization for non-latin languages
- Install default set of icons
- Improve desktop entry description
- Add a piece of advice to pkg-message, kill superfluous article
Based on PR: ports/122550
Submitted by: Artem Naluzhnyy
- Mark port as deprecated (Website has disappeared, seems project development has been discontinued.)
PR: 124377
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
you can learn how to fly model aircraft, test new aircraft designs,
and improve your skills by practicing on your computer.
It rules! The flight model is very realistic. The flight model
parameters are calculated based on a 3D representation of the
aircraft. Stalls are properly modelled as well. Model control is
possible with your own rc transmitter, or any input device such as
joystick, mouse, keyboard.
WWW: http://crrcsim.sourceforge.net/
PR: ports/124659
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
The metamail port was patched to use termios a long time ago.
Unforunately, the patch left some calls to stty() and gtty(). Change
these calls to tcgetattr() and tcsetattr().
PR: 124462
Approved by: philip (mentor)
The net/socks5 port includes <ttychars.h>, even though it is not needed.
This header file got removed with the sgtty interface. Also make the
port prefer <termios.h> over <sys/termios.h>
PR: 124480
Approved by: philip (mentor)
The editors/beav port got broken on -CURRENT by the removal of the sgtty
programming interface. Patch this port to use termios. The source code
already contained support for termios, but was mistakenly covered by
#ifdef __GLIBC__.
Approved by: philip (mentor)
rtelnet cannot easily be ported to the termios interface without
performing very thorough tests. We'd better not risk it and disconnect
rtelnet from the build when sgtty is not available. We can always
restore it when someone offers a patch.
PR: 124473
Approved by: philip (mentor)
layer. This is done for all versions of FreeBSD, not just recent
8-CURRENT (which is where the sgtty change was made) to avoid more ugly
#ifdef's throughout this code (which is already littered with them).
This change was only tested on FreeBSD 6, but I believe it will fix the
build for 8-CURRENT.
Prompted by: pointyhat (via pav)
* Use the canonical regression-test target: this is run by pointyhat so we
can ensure in the log that the library is in good shape.
Submitted by: Pedro Giffuni