Pkgsrc changes:
- Removed patch-aa (in Long.pm) and the pre-configure target because our
workaround for the problem on Solaris ("hostname --fqdn" changing the
name of the machine) is no longer necessary.
- Added SVR4_PKGNAME.
Relevant changes since version 1.0:
==========================
New version to fix major Solaris problem
Thanks to patch from Piotr Klaban
and many others for reporting the problem.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
This Perl module tries to determine the full host name in a portable way
on multiple operating systems (mac, windows, unix*).
A patch is included which should make this module work on most *nix
platforms, not just on Linux. Submitted to the author via rt.cpan.org.