Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Solaris 10. What's tested:
1. devel/cmake with USE_BUILTIN.libexecinfo=no links and runs on:
* CentOS/amd64 6.5
* Mac OS X/x86_64 10.9.4 (Darwin 13.3.0)
* NetBSD/amd64 6.1.4
* SmartOS/i386 (Joyent SmartMachine 1.8.1, "SunOS 5.11")
2. http://www.gnu.org/software/libc/manual/html_node/Backtraces.html's
sample program outputs:
* Mac OS X: the expected backtrace
* NetBSD: dumps core (but it did before this change, too)
* SmartOS: the expected backtrace
Bump PKGREVISION.
This is a quick-n-dirty BSD licensed clone of backtrace facility
found in the GNU libc, mainly intended for porting linuxish code
to BSD platforms, however it can be used at any platform which
has a GCC compiler.