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
/usr/local/lib.
This removes the need to add to shlib_dirs.
HOWEVER, ports that depend on these should explicitly use
-L/usr/local/lib/qt or -L/usr/local/lib/qt2 to be sure to grab the right
library, even if the other library is installed as well.
More patches to not build gl by default (dependency on Mesa)
and to build all examples.
Still need to investigate gnm, and check whether the gl flavor is actually
ok.
around doesn't work, as there are cross-dependencies.
Move LOCALBASE/X11BASE setting to post-patch, as this allows having
complete, independent Makefiles for examples/tutorial.
Package the full tutorial/example along.
Install qt1 to qt2 conversion tools along.
Provide a link to /usr/local/bin/moc2, to ease getting FreeBSD ports.