individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING.
By setting this variable to `Yes', the user is given a warning about the
virtual memory requirements just before the pre-build stage.
o Also give some examples for different shells for what to do about
it, and mention login.conf(5). bash, for example, has a confusing
-v flag to ulimit.
o Document this in bsd.port.mk.5
espie@ ok
* fixed mousepointer transparency bug
* uta/surface.cc : bugfix for segfault when using scaledBlit()
with source and target having the same size
* uta/widget.cc, uta/focus.* : fixed focus handling bug
libuta is a Graphical User Interface library for C++ that uses SDL as
its output layer. It allows application and game programmers to put
together portable graphical applications easily. libuta has a range
of already implemented widgets and uses libsigc++ as a signal
dispatching system. It also performs resource management and has a
sound system.
WWW: http://libuta.sourceforge.net/