In perl.git, the branch maint-5.14 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3c363322472ebbba6cfcdd732a52f7203bbcf9b9?hp=df5f26c1217013c4ba828fa93f8cf3256a54150b>

- Log -----------------------------------------------------------------
commit 3c363322472ebbba6cfcdd732a52f7203bbcf9b9
Author: Dominic Hargreaves <[email protected]>
Date:   Thu Sep 27 18:40:09 2012 +0100

    perldelta for NetBSD 6.* change

M       pod/perldelta.pod

commit 8839f9cb1a8b593ff3e13dc29937f4a100969c95
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Mon Apr 2 20:19:52 2012 +0100

    Upstream pkgsrc patch to support NetBSD 6.*
    
    From original patch:
    
    "NetBSD-6.x is same condition as older releases."

M       hints/netbsd.sh
-----------------------------------------------------------------------

Summary of changes:
 hints/netbsd.sh   |    2 +-
 pod/perldelta.pod |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index 4ecd181..17a4ff6 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -89,7 +89,7 @@ case "$osvers" in
        ;;
 esac
 case "$osvers" in
-0.9*|1.*|2.*|3.*|4.*|5.*)
+0.9*|1.*|2.*|3.*|4.*|5.*|6.*)
        d_getprotoent_r="$undef"
        d_getprotobyname_r="$undef"
        d_getprotobynumber_r="$undef"
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d3aff11..7e9b646 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -150,6 +150,10 @@ Various build and test fixes were included for GNU/Hurd.
 
 LFS support was enabled in GNU/Hurd.
 
+=item NetBSD
+
+The NetBSD hints file was corrected to be compatible with NetBSD 6.*
+
 =back
 
 =head1 Bug Fixes

--
Perl5 Master Repository

Reply via email to