Wed, 07 Jan 2009 14:59:38 +0100
Port miniperl and rpmio components to Solaris 11.
perl/perl.patch | file | annotate | diff | comparison | revisions | |
perl/perl.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/perl/perl.patch Wed Jan 07 14:58:25 2009 +0100 1.2 +++ b/perl/perl.patch Wed Jan 07 14:59:38 2009 +0100 1.3 @@ -307,3 +307,19 @@ 1.4 d_getprotobyname_r="$undef" 1.5 d_getprotobynumber_r="$undef" 1.6 1.7 +----------------------------------------------------------------------------- 1.8 + 1.9 +Corrections for Solaris 11: 1.10 + 1.11 +Index: perl.h 1.12 +diff -Nau perl.h.orig perl.h 1.13 +--- perl.h.orig 2007-12-18 11:47:08.000000000 +0100 1.14 ++++ perl.h 2009-01-06 15:28:45.843276063 +0100 1.15 +@@ -1393,6 +1393,7 @@ 1.16 + */ 1.17 + 1.18 + #if defined(I_SYSMODE) && !defined(PERL_MICRO) 1.19 ++#include <sys/vnode.h> 1.20 + #include <sys/mode.h> 1.21 + #endif 1.22 +
2.1 --- a/perl/perl.spec Wed Jan 07 14:58:25 2009 +0100 2.2 +++ b/perl/perl.spec Wed Jan 07 14:59:38 2009 +0100 2.3 @@ -32,7 +32,7 @@ 2.4 Group: Perl 2.5 License: GPL/Artistic 2.6 Version: 5.10.0 2.7 -Release: 20081225 2.8 +Release: 20090106 2.9 2.10 # list of sources 2.11 Source0: ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz