Improve build reliability:
* Make very sure that the build script is run with /bin/sh.
* Add a dubious patch to libast/comp/conf.sh that is reported to fix
the build for some -STABLE users.
Install example functions.
PR: 39783, 40857
Parts
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
* Re-enable WANT_STATIC.
* Remove license check and "Proprietary Notice" since we won't distribute
a package.
* Move notice about locale bug to pkg-descr.
PR: 32343
- Comment out WANT_STATIC, which is currently broken.
- Fix an mbstate_t syntax error; from Mitch Tishmack <otomo@qwest.net>.
- Skip unused floating point tests that prevent building on alpha.
- Point out LC_NUMERIC problem in pkg-message.
PR: 31197
Submitted by: MAINTAINER
Remove a patch that is now incorporated in the official sources.
Mark BROKEN until the maintainer (or somebody else) figures out a way
to make it build again on FreeBSD.
PR: 30825
Submitted by: maintainer
- Cleanup the do-build target.
- Allow the ksh binary to be statically linked but default to dynamic
to support dynamic loading of 'builtin' functions.
Submitted by: Jacques A. Vidrine <n@nectar.com>
Reviewed by: maintainer
The distfile is still available from www.research.att.com/sw/tools/reuse
under the original conditions.
PR: 18989
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>