- add fixes from upstream (bumping portrevision)
- permit overriding USE_GCC from environment (but note that GCC is
required due to GCC extensions that are unsupported by clang)
- actually pass CC and CXX as themselves, and HOSTCC/HOSTCXX through
MAKE_ARGS, so that it actually gets effective
- add install conflict with busybox-unstable
busybox-unstable:
- new port, based on the fixed busybox, for the unstable 1.21 branch,
with install conflict with busybox-[1-9]*
This in anticipation of an upstream revision.
Fix a glitch in the mntent.h-related #ifdef, move it
to after #include libbb.h so that HAVE_MNTENT_H
gets properly #defined or #undef'd.
- make MAKE_ARGS+= to support port test -- MAKE_ARGS=V=1
- Add -include libgen.h to CPPFLAGS to fix a couple of warnings
(reported missing to the busybox mailing list)
- Add missing prototype to files/patch-strnlen for pre-8 systems
- Bump PORTREVISION
- Add USE_GCC=4.2+ to avoid clang, which breaks on findutils/find.c
- Add port documentation (needs Perl5 to build as it's in POD format)
unless NOPORTDOCS is defined
- Make do-configure build respect f.i. _MAKE_JOBS and MAKE_ARGS