pkgsrc/lang/perl58
jlam a7f077f4f1 The Open Group says that localtime_r() doesn't need to ensure that
the tz* related variables are initialized when it is invoked.  In
fact, Solaris does do this while NetBSD 2.0 does not.  Explicitly call
tzset() before calling localtime_r() to initialize the local timezone
data.  This fixes the output of:

	perl -e '$t = localtime($^T); print "$t\n";' ; date

to always print the time in the local timezone twice instead of the
first time in UTC and the second in the local timezone.  Bump the
PKGREVISION.
2004-12-11 16:19:29 +00:00
..
patches The Open Group says that localtime_r() doesn't need to ensure that 2004-12-11 16:19:29 +00:00
DESCR Import perl-5.8.0 as lang/perl58. This package contains the perl-5.8.0 2002-07-22 21:50:37 +00:00
distinfo The Open Group says that localtime_r() doesn't need to ensure that 2004-12-11 16:19:29 +00:00
hacks.mk On NetBSD/alpha, building perl with -mieee causes perl to not pass 2004-12-10 23:48:50 +00:00
Makefile The Open Group says that localtime_r() doesn't need to ensure that 2004-12-11 16:19:29 +00:00
MESSAGE Adding a MESSAGE file noting where these packages search for plugins or 2004-01-08 19:18:00 +00:00
PLIST Don't bother with using perl5/module.mk and PERL5_PACKLIST to generate 2004-12-10 06:01:08 +00:00