o BUILD_DEPENDS on devel/nasm only on ${ARCH} == i386 [1]
o RUN_DEPENDS on shells/bash2 since scripts are using it. Must take
time to rewrite them for sh compliancy
o Bump PORTREVISION due to dependency changes [1]
PR: 64145 [1]
Submitted by: michael jonson <ahze@ahze.net> [1]
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
- Add patch to add assert header [1]
- Add patch to make assembly routine gcc3 friendly (obtained from Gentoo) [1]
- Patch path to bash in two scripts
- Remove USE_SIZE=yes it's default now and Portlint
PR: ports/63745
Submitted by: michael johnson <ahze@ahze.net>
port. Only depend on libgnugetopt in such scenario: less dependencies
and decreases chance of problems with -CURRENT vs libgnugetopt.
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> et al
Approved by: portmgr (self & no objections)