diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-05 14:58:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-05 14:58:20 +0000 |
commit | c9832009641ebc34ca5022db0578e4efa1c8d605 (patch) | |
tree | d6ab1e7a3f3801f049e793d200a3f50e74ef3453 /net/p5-Socket6/Makefile | |
parent | 354b7b8b29b2744d7b7cd63bfed4e4d9c03fa088 (diff) | |
download | pkgsrc-c9832009641ebc34ca5022db0578e4efa1c8d605.tar.gz |
Update to 0.23:
2008-11-02 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.23.
* Makefile.PL (configure_mswin32): Added a conditional #define for
HAVE_INET_(PTON|NTOP) to make the module.
Change was necessary because the SDK for Vista now includes
inet_(pton|ntop) in ws2tcpip.h
Submitted by: "David M. Town" <dtown@cpan.org>
* Makefile.PL (configure_mswin32): Added a line to #define
HAVE_SOCKLEN_T since it is defined for MSWin32
Submitted by: "David M. Town" <dtown@cpan.org>
* Socket6.pm: Added @EXPORT_OK to export AF_INET6 and PF_INET6 if
requested. This allows the use of the Socke6 module without
having to perform the same conditional check that was added to
avoid conflicts with the Socket module default exports (i.e. use
Socket6 qw(AF_INET6 inet_pton inet_ntop); )
Submitted by: "David M. Town" <dtown@cpan.org>
* Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling
constant(). This should not be required since errno was being set
to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to
be done or all constants reported unsupported.
Submitted by: "David M. Town" <dtown@cpan.org>
2008-08-18 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Use strict environment.
* Socket6.pm: Bump version number to 0.22.
* Socket6.pm: Make AF_INET6 check actually work.
Submitted by: Tatsuya Noda <topia@clovery.jp>
* Makefile.PL: Make sure to include config.pl in current
directory.
Diffstat (limited to 'net/p5-Socket6/Makefile')
-rw-r--r-- | net/p5-Socket6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 26d8cf2968c..554c4960e02 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2008/10/19 19:18:44 he Exp $ +# $NetBSD: Makefile,v 1.28 2008/11/05 14:58:20 wiz Exp $ # -DISTNAME= Socket6-0.21 +DISTNAME= Socket6-0.23 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 SVR4_PKGNAME= p5so6 |